@charset "UTF-8";
/* Common */
/* Visual grid */
/* Grid1 (default) */
/*

CSS3

Well supported using their standard property – do not use vendor prefixes:

Border-radius
http://caniuse.com/#feat=border-radius

Box-shadow
http://caniuse.com/#feat=css-boxshadow

*/
/*

Image replacement

Use Bourbon’s hide-text

@include hide-text;

http://bourbon.io/docs/#hide-text

*/
/*

Unit conversion

To convert pixels to ems, use Bourbon’s em()

Input is calculated based on a parent value – default parent is 16px
The parent can be changed by passing an optional second value

font-size: em(12);
font-size: em(12,24);

http://bourbon.io/docs/#px-to-em

*/
/* Various */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.download, .supplementary-content, .supplementary-choose, .specialoffer, .single, .searchwidget, .searchform, .promo, .progress, .prefilter, .option dl, .newsstory, .mastheadsplit-info-image-content, .masthead, .majorminor, .login-advice, .login, .linklist, .key, .navigation-submenu, .crumbtrail, .grouptwo, .grouptwo-content, .groupthree, .groupthree-content, .groupfour, .groupfour-content, .generalcontent, .filter, .field-group, .favourite, .divide, .centres, .category, .attractor, .application, .application-status, .addthis, .l-masthead {
  /* Bourbon has a clearfix, but I prefer to use a Sass placeholder because less code will be outputted */
}
.download, .supplementary-content, .supplementary-choose, .specialoffer, .single, .searchwidget, .searchform, .promo, .progress, .prefilter, .option dl, .newsstory, .mastheadsplit-info-image-content, .masthead, .majorminor, .login-advice, .login, .linklist, .key, .navigation-submenu, .crumbtrail, .grouptwo, .grouptwo-content, .groupthree, .groupthree-content, .groupfour, .groupfour-content, .generalcontent, .filter, .field-group, .favourite, .divide, .centres, .category, .attractor, .application, .application-status, .addthis, .l-masthead {
  *zoom: 1;
}
.download:before, .supplementary-content:before, .supplementary-choose:before, .specialoffer:before, .single:before, .searchwidget:before, .searchform:before, .promo:before, .progress:before, .prefilter:before, .option dl:before, .newsstory:before, .mastheadsplit-info-image-content:before, .masthead:before, .majorminor:before, .login-advice:before, .login:before, .linklist:before, .key:before, .navigation-submenu:before, .crumbtrail:before, .grouptwo:before, .grouptwo-content:before, .groupthree:before, .groupthree-content:before, .groupfour:before, .groupfour-content:before, .generalcontent:before, .filter:before, .field-group:before, .favourite:before, .divide:before, .centres:before, .category:before, .attractor:before, .application:before, .application-status:before, .addthis:before, .l-masthead:before, .download:after, .supplementary-content:after, .supplementary-choose:after, .specialoffer:after, .single:after, .searchwidget:after, .searchform:after, .promo:after, .progress:after, .prefilter:after, .option dl:after, .newsstory:after, .mastheadsplit-info-image-content:after, .masthead:after, .majorminor:after, .login-advice:after, .login:after, .linklist:after, .key:after, .navigation-submenu:after, .crumbtrail:after, .grouptwo:after, .grouptwo-content:after, .groupthree:after, .groupthree-content:after, .groupfour:after, .groupfour-content:after, .generalcontent:after, .filter:after, .field-group:after, .favourite:after, .divide:after, .centres:after, .category:after, .attractor:after, .application:after, .application-status:after, .addthis:after, .l-masthead:after {
  content: "";
  display: table;
}
.download:after, .supplementary-content:after, .supplementary-choose:after, .specialoffer:after, .single:after, .searchwidget:after, .searchform:after, .promo:after, .progress:after, .prefilter:after, .option dl:after, .newsstory:after, .mastheadsplit-info-image-content:after, .masthead:after, .majorminor:after, .login-advice:after, .login:after, .linklist:after, .key:after, .navigation-submenu:after, .crumbtrail:after, .grouptwo:after, .grouptwo-content:after, .groupthree:after, .groupthree-content:after, .groupfour:after, .groupfour-content:after, .generalcontent:after, .filter:after, .field-group:after, .favourite:after, .divide:after, .centres:after, .category:after, .attractor:after, .application:after, .application-status:after, .addthis:after, .l-masthead:after {
  clear: both;
}

/*

Colours 

All colours are accessible to the core (corporate) theme.

Section or sub-section themes should only access their own colours, and the corporate colours.

*/
/* Adventure holidays */
/* Yellow */
/* Olive Green */
/* Teal */
/* Green */
/* Red */
/* Orange */
/* Brown */
/* Light Peach */
/*Grey (Parent guide)*/
/*Navy blue (Parent Guide)*/
/* Purple (Multi-Activity) */
/* Light Purple (Multi-Activity) */
/* Green (Action and Adventure) */
/* Light Blue (Action and Adventure) */
/* Orange (Creative Kids) */
/* Light Yellow (Creative Kids) */
/* Lime Green (Love to Learn) */
/* Light Green (Love to Learn) */
/* Brick Red (Overseas) */
/* Light Peach (Overseas) */
/*Dark Blue (Offer)*/
/*Turquoise (Offer)*/
/*Coral (Offer)*/
/*Pale coral  (Offer)*/
/*Yellow (Offer)*/
/*Pale yellow (Offer)*/
/*Blue (Offer)*/
/*Pale blue(Offer)*/
/*Light Green (Offer)*/
/*Cream  (Offer)*/
/*Green (Offer)*/
/*Pale green(Offer)*/
/* Corporate */
/* Grey */
/* Blue */
/* Yellow */
/* Dark Grey */
/* Red */
/* Green */
/* Red */
/* Family adventures */
/* Deep Pink */
/* Red */
/* Blue */
/* Terracotta */
/* Beige */
/* Light Yellow */
/* Warm Yellow */
/* Light Blue (Multi-Activity) */
/* Dark Blue (Multi-Activity) */
/* Very Light Blue (Multi-Activity) */
/* Light Green (More Adventurous) */
/* Dark Green (More Adventurous) */
/* Very Light Green (More Adventurous) */
/* Group residentials */
/* Aqua */
/* Peach */
/* School trips */
/* Berry */
/* Orange */
/* Berry */
/* Orange */
/* Medium Blue */
/* Light Blue */
/*

Fonts

Section or sub-section themes should only access their own fonts, and the corporate fonts.

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "LunchBox";
  src: url("/Files/Templates/Designs/PGLCore/res/fonts/themes/family-adventures/lunchbox/2A972A_3_0.eot");
  src: url("/Files/Templates/Designs/PGLCore/res/fonts/themes/family-adventures/lunchbox/2A972A_3_0.eot?#iefix") format("embedded-opentype"), url("/Files/Templates/Designs/PGLCore/res/fonts/themes/family-adventures/lunchbox/2A972A_3_0.woff") format("woff"), url("/Files/Templates/Designs/PGLCore/res/fonts/themes/family-adventures/lunchbox/2A972A_3_0.ttf") format("truetype");
}
/* Global CSS Custom Properties */
:root {
  --pgl-navy-darkest: #101a33;
  --pgl-navy-dark: #1b2a4a;
  --pgl-navy-light: #2e5aa8;
  --pgl-yellow: #f9e044;
  --pgl-white: #ffffff;
  --pgl-topbar-bg: #16223d;
  --pgl-footer-ww-bottom-bg: #dbe9f7;
  --pgl-footer-ww-bottom-text: #1b2a4a;
  --PGLLunchBox: normal normal normal 32px/45px LunchBox;
  --pgl-grad-navy-dark: #1B2A4A;
  --pgl-grad-navy-light: #0062A7;
}

/* Global CSS Custom Properties end */
.pgl-footer-ww {
  --pgl-navy-darkest: #101a33;
  --pgl-navy-dark: #16233f;
  --pgl-navy-light: #2e5aa8;
  --pgl-yellow: #f9e044;
  --pgl-white: #ffffff;
  --pgl-footer-ww-bottom-bg: #dbe9f7;
  --pgl-footer-ww-bottom-text: #1b2a4a;
  --pgl-grad-navy-dark: #1B2A4A;
  --pgl-grad-navy-light: #0062A7;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  width: 100%;
}

/* Scoped reset -- only affects elements inside .pgl-footer-ww */
.pgl-footer-ww,
.pgl-footer-ww *,
.pgl-footer-ww *::before,
.pgl-footer-ww *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pgl-footer-ww a {
  text-decoration: none;
}

.pgl-footer-ww ul {
  list-style: none;
}

/* ============ TOP SECTION ============ */
.pgl-footer-ww .footer-top {
  background: linear-gradient(90deg, var(--pgl-grad-navy-light) 0%, var(--pgl-grad-navy-dark) 55%, var(--pgl-grad-navy-light) 100%);
  padding: 48px 64px;
}

.pgl-footer-ww .footer-top-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}

/* Desktop: Constrain content width to 1425px and center */
@media (min-width: 1200px) {
  .pgl-footer-ww .footer-top-inner {
    max-width: 1425px;
    margin: 0 auto;
  }
}
.pgl-footer-ww .footer-col-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 180px;
  align-items: flex-start;
}

.pgl-footer-ww .footer-col-logo img {
  height: 60px;
  width: auto;
  display: block;
}

.pgl-footer-ww .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.pgl-footer-ww .footer-links a {
  color: var(--pgl-white);
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.pgl-footer-ww .footer-links a:hover {
  color: var(--pgl-yellow);
}

.pgl-footer-ww .footer-col-contact {
  min-width: 220px;
  text-align: left;
}

.pgl-footer-ww .footer-heading {
  font: var(--PGLLunchBox);
  color: var(--pgl-white);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pgl-footer-ww .footer-col-contact .label {
  color: var(--pgl-white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.pgl-footer-ww .footer-phone {
  font: var(--PGLLunchBox);
  color: var(--pgl-white);
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pgl-footer-ww .footer-hours {
  color: var(--pgl-white);
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.6;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.pgl-footer-ww .footer-col-badge {
  margin-left: auto;
}

.pgl-footer-ww .footer-col-badge img {
  height: 170px;
  display: block;
}

/* ============ BOTTOM SECTION ============ */
.pgl-footer-ww .footer-bottom {
  background-color: var(--pgl-footer-ww-bottom-bg);
  padding: 24px 32px 32px;
  text-align: center;
}

.pgl-footer-ww .legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8px;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.pgl-footer-ww .legal-links li {
  color: var(--pgl-footer-ww-bottom-text);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.pgl-footer-ww .legal-links li:not(:last-child)::after {
  content: "|";
  margin: 0 14px;
  color: var(--pgl-footer-ww-bottom-text);
  font-weight: 400;
  opacity: 0.6;
}

.pgl-footer-ww .legal-links a {
  color: var(--pgl-footer-ww-bottom-text);
}

.pgl-footer-ww .legal-links a:hover {
  text-decoration: underline;
}

.pgl-footer-ww .legal-links.row2 {
  margin-top: 4px;
}

.pgl-footer-ww .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
}

.pgl-footer-ww .social-icons a {
  color: var(--pgl-footer-ww-bottom-text);
  display: flex;
}

.pgl-footer-ww .social-icons svg {
  width: 34px;
  height: 34px;
  fill: var(--pgl-footer-ww-bottom-text);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .pgl-footer-ww .footer-top {
    justify-content: center;
    text-align: center;
    gap: 48px;
    padding: 40px 32px;
  }
  .pgl-footer-ww .footer-col-logo {
    align-items: center;
  }
  .pgl-footer-ww .footer-col-badge {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .pgl-footer-ww .footer-top {
    flex-direction: column;
    align-items: center;
  }
  .pgl-footer-ww .legal-links li:not(:last-child)::after {
    margin: 0 8px;
  }
  .pgl-footer-ww .legal-links {
    row-gap: 10px;
  }
  .pgl-footer-ww .footer-top-inner {
    justify-content: center;
  }
}
.pgl-header-ww {
  --pgl-navy-dark: #1b2a4a;
  --pgl-navy-light: #2e5aa8;
  --pgl-topbar-bg: #16223d;
  --pgl-yellow: #f9e044;
  --pgl-white: #ffffff;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

/* Scoped reset -- only affects elements inside .pgl-header-ww */
.pgl-header-ww,
.pgl-header-ww *,
.pgl-header-ww *::before,
.pgl-header-ww *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pgl-header-ww a {
  text-decoration: none;
}

.pgl-header-ww ul {
  list-style: none;
}

.pgl-header-ww button {
  font-family: inherit;
}

/* ============ TOP UTILITY BAR ============ */
.pgl-header-ww .top-bar {
  background-color: var(--pgl-topbar-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pgl-header-ww .top-bar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.pgl-header-ww .top-bar li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.pgl-header-ww .top-bar a {
  display: block;
  padding: 14px 24px;
  color: var(--pgl-white);
  font-size: 14px;
  white-space: nowrap;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 300;
}

.pgl-header-ww .top-bar a:hover {
  color: var(--pgl-yellow);
  text-decoration: none;
}

.pgl-header-ww .top-bar a.active {
  color: var(--pgl-yellow);
  font-weight: 500;
}

/* ============ MAIN NAV ============ */
.pgl-header-ww .main-nav {
  background: linear-gradient(90deg, var(--pgl-grad-navy-light, #2e5aa8) 0%, var(--pgl-grad-navy-dark, #1b2a4a) 55%, var(--pgl-grad-navy-light, #2e5aa8) 100%) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.pgl-header-ww .logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.pgl-header-ww .logo-group img.badge {
  height: 80px;
  display: block;
}

.pgl-header-ww .logo-group img.tagline {
  height: 44px;
  display: block;
}

/* Desktop inline links + buttons */
.pgl-header-ww .nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.pgl-header-ww .nav-links a {
  color: var(--pgl-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.pgl-header-ww .nav-links a:hover {
  color: var(--pgl-yellow);
  text-decoration: none;
}

.pgl-header-ww .nav-links .navigation-submenu a {
  font-size: 14px;
}

.pgl-header-ww .nav-item {
  position: relative;
}

.pgl-header-ww .nav-item > a {
  color: var(--pgl-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  padding: 8px 0;
}

.pgl-header-ww .nav-item > a.highlight {
  color: var(--pgl-yellow);
}

.pgl-header-ww .nav-item > a .chevron {
  font-size: 10px;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.pgl-header-ww .nav-item:hover > a .chevron,
.pgl-header-ww .nav-item:focus-within > a .chevron {
  transform: rotate(180deg);
}

.pgl-header-ww .nav-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.pgl-header-ww .btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.pgl-header-ww .btn-contact {
  background-color: var(--pgl-yellow);
  color: var(--pgl-navy-dark);
  border: 2px solid var(--pgl-yellow);
}

.pgl-header-ww .btn-contact:hover {
  text-decoration: none !important;
}

.pgl-header-ww .btn-login {
  background-color: transparent;
  color: var(--pgl-white);
  border: 2px solid var(--pgl-white);
}

.pgl-header-ww .btn-login:hover {
  color: #fff450;
  text-decoration: none !important;
}

/* ============ DESKTOP DROPDOWN PANEL ============ */
.pgl-header-ww .dropdown-panel {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  min-width: 340px;
  background-color: var(--pgl-navy-dark);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 500;
}

.pgl-header-ww .nav-item:hover .dropdown-panel,
.pgl-header-ww .nav-item:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pgl-header-ww .dropdown-panel a {
  color: var(--pgl-white);
  font-size: 19px;
  line-height: 1.35;
}

.pgl-header-ww .dropdown-panel a:hover {
  color: var(--pgl-yellow);
}

/* ============ HAMBURGER ============ */
.pgl-header-ww .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 1100;
}

.pgl-header-ww .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--pgl-white);
  border-radius: 2px;
}

/* ============ OFF-CANVAS MENU ============ */
.pgl-header-ww .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 900;
}

.pgl-header-ww .overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.pgl-header-ww .offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 85%;
  max-width: 420px;
  background: linear-gradient(160deg, var(--pgl-grad-navy-light) 0%, var(--pgl-grad-navy-dark) 70%);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  padding: 100px 32px 40px;
}

.pgl-header-ww .offcanvas.open {
  transform: translateX(0);
}

.pgl-header-ww .offcanvas-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pgl-header-ww .offcanvas-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pgl-white) !important;
  font-size: 16px !important;
  padding: 16px 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
}

.pgl-header-ww .offcanvas-links .chevron-down::after {
  content: "⌄";
  font-size: 20px;
}

.pgl-header-ww .offcanvas-links .chevron-right::after {
  content: "›";
  font-size: 24px;
}

.pgl-header-ww .offcanvas-secondary {
  margin-top: 32px;
}

.pgl-header-ww .offcanvas-secondary a {
  display: block;
  color: var(--pgl-white);
  font-size: 18px;
  padding: 10px 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
}

/* ============ RESPONSIVE BREAKPOINTS ============ */
/* Tablet: collapse links/buttons into hamburger, keep top bar + full logo */
@media (max-width: 1199px) {
  .pgl-header-ww .nav-links,
  .pgl-header-ww .nav-buttons {
    display: none;
  }
  .pgl-header-ww .hamburger {
    display: flex;
  }
}
/* Mobile: hide top bar and tagline, show badge + hamburger only */
@media (max-width: 767px) {
  .pgl-header-ww .top-bar {
    display: none;
  }
  .pgl-header-ww .logo-group img.tagline {
    display: none;
  }
  .pgl-header-ww .main-nav {
    padding: 14px 20px;
  }
}
@media (max-width: 400px) {
  .pgl-header-ww .logo-group img.badge {
    height: 50px;
  }
}
.pgl-header-ww .navigation-top > li {
  border-right: none !important;
  border-top: none !important;
}

.pgl-header-ww .navigation-submenu {
  background: #1b2a4a !important;
  font-size: 0.92308em;
  padding: 0.66667em 0 0.66667em 0;
  text-align: left;
  z-index: 1200;
  border-radius: 0 !important;
  max-width: max-content;
}

.pgl-header-ww .navigation-submenu li {
  list-style: none;
}

/* Mobile: Stack navigation items vertically */
@media (max-width: 1199px) {
  .pgl-header-ww .navigation-top {
    display: flex;
    flex-direction: column;
  }
  .pgl-header-ww .navigation-top > li {
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
  }
  .pgl-header-ww .navigation-top a {
    color: var(--pgl-white) !important;
    font-size: 16px !important;
    display: block;
    padding: 16px 0 !important;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
  }
  .pgl-header-ww .navigation-top a:hover {
    color: var(--pgl-yellow) !important;
  }
  .pgl-header-ww .navigation-submenu > li {
    float: none !important;
    width: 100% !important;
  }
  .pgl-header-ww .navigation-submenu {
    background: none !important;
  }
  .navigation-top-hassubmenu > span.navigation-submenu-toggle {
    color: var(--pgl-white) !important;
    font-size: 16px !important;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
  }
  .pgl-header-ww a {
    text-align: left;
  }
  .pgl-footer-ww .footer-links {
    align-items: center;
  }
  .pgl-footer-ww .footer-col-contact {
    text-align: center;
  }
}
/* Common end */
/* Global CSS Custom Properties */
/*:root {
    --pgl-navy-darkest: #101a33;
    --pgl-navy-dark: #1b2a4a;
    --pgl-navy-light: #2e5aa8;
    --pgl-yellow: #f9e044;
    --pgl-white: #ffffff;
    --pgl-topbar-bg: #16223d;
    --pgl-footer-ww-bottom-bg: #dbe9f7;
    --pgl-footer-ww-bottom-text: #1b2a4a;
}*/
/* Global CSS Custom Properties end */
/* Theme */
/* Libraries */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* First things first */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
.tipsy-inner {
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* Libraries end */
/* Include */
/* Include end */
/*

Base rules

A Base rule is applied to an element using an element selector, a descendent selector, or a child selector, along with any pseudo-classes.

It doesn’t include any class or ID selectors. It is defining the default styling for how that element should look in all occurrences on the page.

There should be no need to use !important in a Base style.

http://smacss.com/book/type-base

*/
@-ms-viewport {
  width: device-width;
} /* Support for IE10 "snap" mode */
a, blockquote, figcaption, dl, h1, h2, h3, h4, h5, h6, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], label, ol, p, td, textarea, tfoot td, th, ul {
  color: #5b6270;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

article, fieldset, header[role=banner], input[type=image], table {
  margin-bottom: 1em;
}

b, caption, dt, h1, h2, h3, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], label, strong, textarea, tfoot td, th {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
}

b, caption, h1, h2, h3, h4, h5, h6, strong, tfoot td, th {
  font-weight: normal;
}

body {
  background: white;
  text-align: center;
  -webkit-text-size-adjust: 100%; /* Disable WebKit’s automatic resizing of small type, but still allow user-initiated zoom */
}

blockquote, dd, figcaption, h4, h5, h6, ol, p, table, ul {
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
}

blockquote {
  font-size: 0.9375em;
  line-height: 1.6em;
}

caption {
  background: #0069ac;
  color: white;
  padding: 0.5em;
}
caption small {
  display: inline-block;
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
  padding-top: 0.375em;
}

embed, img, input[type=image], iframe, label, main, object, video {
  /* Ensure main displays as a block level element in browsers that don’t support it */
  display: block;
}

embed, iframe, object, video {
  max-width: 100%;
}

fieldset {
  border-bottom-color: rgb(189.4, 192.2, 197.8);
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

figcaption, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], label, ol, p, td, textarea, th, ul {
  font-size: 0.8125em;
}

figcaption a, li a, p a, td a {
  color: #0069ac;
}

figcaption, p {
  line-height: 1.4615384615em;
}

figcaption {
  padding-top: 0.6153846154em;
}

footer[role=contentinfo] {
  background: white;
  padding-top: 2.25em;
}

h1 {
  font-size: 1.25em;
  line-height: 1.3em;
  padding-bottom: 0.6em;
}

h2, h3 {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  padding-bottom: 0.6666666667em;
}

h4, h5, h6 {
  font-size: 1em;
  line-height: 1.375em;
  padding-bottom: 0.75em;
}

hr, img[src=""], p:empty {
  /*
  A couple of Dynamic Web workarounds:
  img[src=""] selects any images that have an empty src attribute
  p:empty selects the empty paragraphs DW likes to insert
  */
  display: none;
  visibility: hidden;
}

img, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], select, table, textarea {
  /*
  On img instead of max-width – makes the site more tolerant of sub-optimal images
  Fix for browsers where SVG images don’t scale in proportion correctly
  */
  width: 100%;
}

img[src$=".svg"], input[src$=".svg"] {
  /* Fix for browsers where SVG images don’t scale in proportion correctly */
  height: auto;
}

input[type=checkbox], input[type=radio] {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

input[type=email], input[type=image], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
  border-radius: 0.25em;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
  background: rgb(238.6, 239.3, 240.7);
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 0.3076923077em;
  -webkit-appearance: none; /* Stops Safari adding styling malarkey */
}

.ie { /* IE8 doesn't support box-shadow, so make do with a border (wouldn’t normally have a class here, but this is a site-wide browser fix) */ }
.ie input[type=email], .ie input[type=password], .ie input[type=search], .ie input[type=tel], .ie input[type=text], .ie textarea {
  border: 1px solid rgb(173, 176.5, 183.5) !important;
}

input[type=image] {
  background: #0069ac;
  display: inline-block;
  margin-left: 1em;
  width: auto;
}
input[type=image]:first-child {
  margin-left: 0;
}
input[type=image][disabled=disabled] {
  background: rgb(204, 225, 238.4);
}
input[type=image][setback=mid] {
  background: rgb(127.5, 180, 213.5);
  background: rgba(0, 105, 172, 0.5);
}

label {
  overflow: hidden;
  padding-bottom: 0.4615384615em;
}
label a {
  text-decoration: underline;
}

li {
  margin-left: 1.2307692308em;
  padding-bottom: 0.6153846154em;
}

p {
  padding-bottom: 1.2307692308em;
}

small {
  font-size: 0.8em;
}

sup {
  vertical-align: super;
}

table {
  border: 1px solid rgb(222.2, 223.6, 226.4);
}

tbody th[scope=row] {
  background: rgb(238.6, 239.3, 240.7);
}

td, th {
  padding: 0.6153846154em;
  text-align: left;
}

td {
  line-height: 1.4615384615em;
}

textarea {
  height: 12.3076923077em;
}

tfoot, th[scope=col] {
  background: rgb(222.2, 223.6, 226.4);
}

tr {
  border-top: 1px solid rgb(222.2, 223.6, 226.4);
}

tr:nth-child(2n+2) {
  background: rgb(248.44, 248.72, 249.28);
}

ol, ul {
  line-height: 1.2307692308em;
  padding-bottom: 0.6153846154em;
}

/* State */
@media screen and (min-width: 50em) {
  h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    padding-bottom: 0.6em;
  }
}
@media print {
  caption {
    border-left: 1px solid rgb(222.2, 223.6, 226.4);
    border-top: 1px solid rgb(222.2, 223.6, 226.4);
    border-right: 1px solid rgb(222.2, 223.6, 226.4);
  }
  footer[role=contentinfo] {
    border-top: 1px solid #5b6270;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  img, ul {
    page-break-inside: avoid;
  }
  input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    border: 1px solid rgb(173, 176.5, 183.5) !important;
    box-shadow: none;
  }
  p a {
    color: black;
    text-decoration: underline;
  }
  p a[href^="http://"]:after, a[href^="https://"]:after {
    color: black;
    content: " (" attr(href) ")";
    word-wrap: break-word;
  }
  tbody th[scope=row] {
    border-right: 1px solid rgb(222.2, 223.6, 226.4);
  }
}
.beyond-footer-container {
  background-color: #1b2a4a;
  color: white;
  width: 100%;
  display: block;
}

.beyond-footer-curved-edge {
  background-color: #dbe9f7;
  margin: 0;
  border-radius: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 50px;
  top: -1px;
  position: relative;
}

.beyond-footer-padding {
  padding: 10px;
  margin: auto;
  width: fit-content;
}

.beyond-footer-image-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 49%;
}

.beyond-footer-beyond-image {
  margin-left: auto;
  margin-right: 10px;
  max-width: 50%;
}

.beyond-footer-brand-image {
  margin-left: 10px;
  margin-right: auto;
  max-width: 50%;
}

@media screen and (max-width: 800px) {
  .beyond-footer-container {
    text-align: left;
  }
  .beyond-footer-curved-edge {
    height: 30px;
  }
  .beyond-footer-padding {
    padding: 10px;
    margin: 0px;
    width: calc(100% - 90px);
  }
  .beyond-footer-image-container {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  .beyond-footer-beyond-image {
    max-height: 55px;
    max-width: 100%;
    margin: auto;
    width: fit-content;
  }
  .beyond-footer-brand-image {
    max-height: 45px;
    max-width: 100%;
    margin: auto;
    width: fit-content;
  }
}
/*

Layout rules

Generally, a Layout style only has a single selector: a single ID or class name.

Consider elements that are used multiple times on the page and use class selectors where appropriate.

http://smacss.com/book/type-layout

*/
.l-content {
  *zoom: 1;
}
.l-content:before, .l-content:after {
  content: " ";
  display: table;
}
.l-content:after {
  clear: both;
}
.l-content {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.l-masthead {
  clear: both;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 155em) {
  .l-masthead {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*

Modules

All modules in the site are defined in the core theme. There are no modules that are unique to a section or sub-section.

Section or sub-section themes should only indicate minor stylistic changes to a module.

*/
/* Mixins */
/* Module */
.addthis {
  border-top: 1px solid rgb(189.4, 192.2, 197.8);
  clear: both;
  margin-bottom: 1em;
  padding-top: 1em;
}

/* Just a little brute-force styling to make AddThis play nice with our look-and-feel */
.addthis_toolbox span {
  border-radius: 4px !important;
}

/* Sub-modules */
/* State */
@media print {
  .addthis {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.affiliations {
  clear: both;
}

.affiliations > img {
  margin-left: 10%;
  width: 80%;
}

.affiliations-logos {
  text-align: center;
}
.affiliations-logos li {
  display: inline-block;
  margin-left: 0;
  padding-bottom: 0;
  width: 33.333333%;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .affiliations > img {
    margin-left: 15%;
    width: 70%;
  }
  .affiliations-logos li {
    width: 25%;
  }
}
@media screen and (min-width: 40em) {
  .affiliations > img {
    margin-left: 20%;
    width: 60%;
  }
}
@media screen and (min-width: 45em) {
  .affiliations > img {
    margin-left: 25%;
    width: 50%;
  }
}
@media screen and (min-width: 50em) {
  .affiliations > img {
    margin: 0;
    max-width: 100%;
    width: auto;
  }
  .affiliations-logos li {
    width: 20%;
  }
}
@media screen and (min-width: 60em) {
  .affiliations-logos li {
    width: 10%;
  }
}
@media print {
  .affiliations > img {
    margin-left: 25%;
    width: 50%;
  }
  .affiliations-logos {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.application, .application-status {
  clear: both;
}

.application {
  border-bottom: 1px solid rgb(189.4, 192.2, 197.8);
  margin-bottom: 1em;
}
.application:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.ie-application-last {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.application-complete {
  background: #d1ffdf;
}

.application-counts {
  list-style-type: none;
}
.application-counts li {
  margin-left: 0;
}
.application-counts strong {
  color: #0069ac;
  font-size: 1.5384615385em;
  vertical-align: bottom;
}

.application-pending {
  background: #ffd9d9;
}

.application-stage {
  margin-left: 0;
  padding: 0 0.6153846154em 0.6153846154em 0.6153846154em;
}
.application-stage img {
  float: left;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 0.6153846154em 0 0.6153846154em;
  width: 14px;
}
.application-stage span {
  display: block;
  overflow: hidden;
  width: auto;
}

.application-stages {
  list-style-type: none;
}

.application-status {
  background: rgb(229.5, 240, 246.7);
  margin-bottom: 1em;
}
.application-status h3 {
  padding: 0.8888888889em;
}

.application-status-issue, .application-status-description {
  padding: 0 1em 0 1em;
}

.application-status-description p {
  padding-left: 0.6153846154em;
}
.application-status-description p:last-child {
  padding-bottom: 0;
}

.application-status-issue {
  border-bottom: 1px solid rgb(229.5, 240, 246.7);
}
.application-status-issue h4 {
  color: #c12c32;
  padding: 0 0 0 0.5em;
}

.application-status-item {
  background: white;
  padding: 0.6153846154em 0.6153846154em 0.6153846154em 0;
}

.application-status-item-isactive {
  background: rgb(204, 225, 238.4);
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .application-stage-report:nth-child(2n+1) {
    padding-right: 0;
  }
  .application-stage-report:nth-child(2n+2) {
    padding-left: 0;
  }
  .ie-application-stage-report-even {
    padding-left: 0 !important;
  }
  .ie-application-stage-report-odd {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 50em) {
  .application-stage-report, .application-stage-report:nth-child(2n+1), .application-stage-report:nth-child(2n+2) {
    padding: 0 0 0.6153846154em 0;
  }
  .application-stage-report:nth-child(3n+1) {
    padding-left: 0.6153846154em;
  }
  .application-stage-report:nth-child(3n+3) {
    padding-right: 0.6153846154em;
  }
  .ie-application-stage-report-even, .ie-application-stage-report-odd {
    padding: 0 0 0.6153846154em 0 !important;
  }
  .ie-application-stage-report-first {
    padding-left: 0.6153846154em !important;
  }
  .ie-application-stage-report-third {
    padding-right: 0.6153846154em !important;
  }
  .application-status-description {
    padding-left: 0;
  }
  .application-status-issue {
    padding-right: 0;
  }
}
@media print {
  .application-status-issue {
    border: none;
  }
  .application-status-item {
    border: 1px solid rgb(222.2, 223.6, 226.4);
  }
}
/* Mixins */
/* Module */
.attractor {
  border-top: 1px solid rgb(189.4, 192.2, 197.8);
  clear: both;
  margin-bottom: 1em;
  padding-top: 1em;
}
.attractor h2 {
  font-size: 1.25em;
  line-height: 1.3em;
}
.attractor h3 {
  color: #0069ac;
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
}
.attractor li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 2px no-repeat;
  margin-left: 0;
}
.attractor li a {
  display: block;
  padding-left: 1.2307692308em;
}
.nosvg .attractor li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}
.attractor ul {
  list-style-type: none;
}

.attractor-info {
  padding: 1em 1em 0 1em;
}

/* Sub-modules */
.attractor-alt1, .attractor-alt2 {
  border-top: none;
  padding-top: 0;
}

.attractor-alt1 {
  background: rgb(246.8, 247.15, 247.85);
}

.attractor-alt2 {
  background: rgb(204, 225, 238.4);
}

/* State */
@media screen and (min-width: 30em) {
  .attractor-alt1, .attractor-alt2 {
    padding-top: 1em;
  }
  .attractor-info {
    padding: 0 1em 0 0;
  }
  .attractor-visual {
    padding: 0 0 1em 1em;
  }
}
@media print {
  .attractor {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.button {
  background: #0069ac;
  border-radius: 0.25em;
  display: inline-block;
}
.button img {
  width: auto;
}

/* Sub-modules */
/* State */
@media print {
  .button {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.category {
  clear: both;
  margin-bottom: 1em;
}

.category-info {
  padding-top: 1em;
}
.category-info h3 {
  padding-bottom: 0.375em;
}
.category-info p {
  padding-bottom: 0;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .category-info {
    padding-top: 0;
  }
}
@media print {
  .category {
    page-break-inside: avoid;
  }
}
/* Mixins */
/* Module */
.centres {
  clear: both;
}

.centres-map {
  position: relative;
}

.centres-map-point {
  background: #0069ac;
  border-radius: 50%;
  display: block;
  height: 14px;
  height: 0.875rem;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: absolute;
  width: 14px;
  width: 0.875rem;
}
.ie .centres-map-point {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/map-point.png) left top no-repeat;
}

/* Sub-modules */
.centres-filter {
  border-top: 1px solid rgb(204, 225, 238.4);
  margin-bottom: 1em;
  padding-top: 1em;
}

.centres-filter-at {
  padding-left: 4.375em;
  padding-right: 4.375em;
}

.centres-filter-gb {
  padding-left: 4.375em;
  padding-right: 4.375em;
}

.centres-filter-fr {
  padding-left: 4.375em;
  padding-right: 4.375em;
}

.centres-filter-es {
  padding-left: 4.375em;
  padding-right: 4.375em;
}

.centres-search {
  background: rgb(229.5, 240, 246.7);
  margin-bottom: 1em;
}
.centres-search fieldset {
  border-bottom: 2px solid #0069ac;
}
.centres-search h2 {
  padding: 0.5454545455em 0.7272727273em 0.5454545455em 0.7272727273em;
}
.centres-search input[type=search] {
  background: white;
}

.centres-search-overseas fieldset {
  border: none;
  margin: 0;
}

.centres-search-form {
  margin: 0 1em 0 1em;
}

.centres-search-map {
  margin: 0 3em 0.5em 3em;
}

/* State */
@media screen and (min-width: 30em) {
  .centres-filter {
    border-top: none;
    border-left: 1px solid rgb(204, 225, 238.4);
    padding-top: 0;
  }
  .centres-filter-at {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .centres-filter-gb {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .centres-filter-fr {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .centres-filter-es {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .centres-search-form {
    margin-left: 0;
  }
  .centres-search-map {
    margin: 0 0 0.5em 1em;
  }
}
@media screen and (min-width: 50em) {
  .centres-map-point {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .centres-search-form, .centres-search-map {
    margin: 0 1em 0 1em;
  }
}
@media screen and (min-width: 60em) {
  .centres-filter-at {
    padding-left: 5.625em;
    padding-right: 5.625em;
  }
  .centres-filter-fr {
    padding-left: 5.625em;
    padding-right: 5.625em;
  }
  .centres-filter-es {
    padding-left: 4.375em;
    padding-right: 4.375em;
  }
  .centres-filter-gb {
    padding-left: 6.25em;
    padding-right: 6.25em;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.centres-map-point-isactive {
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

@media print {
  .centres-search {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.checkout {
  margin-bottom: 1em;
}

.checkout-steps {
  text-align: center;
}
.checkout-steps img {
  display: inline-block;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .checkout-steps img {
    width: 70%;
  }
}
@media screen and (min-width: 50em) {
  .checkout-steps img {
    max-width: 25em;
    width: auto;
  }
}
/* Mixins */
/* Module */
.cookienotice {
  background: rgb(222.2, 223.6, 226.4);
  border-top: 2px solid #0069ac;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1100;
}
.cookienotice p {
  padding: 0.9230769231em 0 0.9230769231em 0;
  text-align: center;
}
.cookienotice a {
  color: #0069ac;
}

.cookienotice-hidden {
  display: none;
  visibility: hidden;
}

/* Sub-modules */
/* State */
@media print {
  .cookienotice {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.cta em {
  color: #0069ac;
  font-style: normal;
}
.cta p {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
}

/* Sub-modules */
/* State */
@media print {
  .cta em {
    color: black;
  }
}
/*

Some funky stuff in this module, because there's no point trying to modify the markup for jQuery UI.

Let's just be glad that we don’t have to build our own datepicker :)

*/
/* Mixins */
/* Module */
#ui-datepicker-div {
  font-size: 0.9em;
  z-index: 1100 !important;
}

.ui-datepicker-trigger {
  background: #0069ac;
  display: inline-block;
  vertical-align: top;
  width: 1.375em;
}

/* Sub-modules */
/* State */
.hasDatepicker {
  background: rgb(238.6, 239.3, 240.7);
  border: none;
  border-radius: 0.25em 0.25em 0.25em 0.25em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  margin-right: 0.6153846154em;
  padding: 0.25em 0 0.25em 0;
  text-indent: 0.25em;
}

.ie .hasDatepicker {
  border: 1px solid rgb(173, 176.5, 183.5) !important;
}

@media print {
  .hasDatepicker {
    border: 1px solid rgb(173, 176.5, 183.5) !important;
    box-shadow: none;
  }
}
/* Mixins */
/* Module */
.divide {
  clear: both;
}
.divide > h2 {
  background: rgb(204, 225, 238.4);
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.divide-hasdecal > h2 {
  overflow: visible;
}
.divide-hasdecal img {
  display: inline-block;
  height: 14px;
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  margin: 0 1.5em 0 0;
  width: 14px;
}
.divide-hasdecal img:last-child {
  margin: 0 1em 0 0;
}
.ie .divide-hasdecal img {
  height: 28px !important;
  width: 28px !important;
}
.ie .divide-hasdecal img.last {
  margin: 0 1em 0 0 !important;
}

.divide-toggle {
  background: transparent url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/up.svg") right center no-repeat;
  display: block;
  padding-right: 1.2em;
  text-decoration: none;
}
.nosvg .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/up.png");
}

/* Sub-modules */
.divide-nested {
  margin-bottom: 0.125em;
}
.divide-nested > h2 {
  margin-bottom: 0.1em;
}

.divide-nested-level1 > h2 .divide-toggle, .divide-nested-level2 > h2 .divide-toggle {
  background: transparent url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/up.svg") right center no-repeat;
  color: white;
}
.nosvg .divide-nested-level1 > h2 .divide-toggle, .nosvg .divide-nested-level2 > h2 .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/up.png");
}
.divide-nested-level1.is-divide-closed > h2 .divide-toggle, .divide-nested-level2.is-divide-closed > h2 .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/down.svg");
}
.nosvg .divide-nested-level1.is-divide-closed > h2 .divide-toggle, .nosvg .divide-nested-level2.is-divide-closed > h2 .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/down.png");
}

.divide-nested-level1 {
  margin-bottom: 1em;
}
.divide-nested-level1 > h2 {
  background: #0069ac;
}

.divide-nested-level2 > h2, .divide-nested-level3 > h2 {
  font-size: 1em;
  margin-bottom: 0.125em;
  padding: 0.5em;
}

.divide-nested-level2 > h2 {
  background: rgb(102, 165, 205.2);
}

.divide-nested-level3 > h2 {
  background: rgb(204, 225, 238.4);
  color: #0069ac;
}

.divide-nested-content { /* Out of alphabetical order because it affects rules set above */ }
.divide-nested-content:last-child {
  margin-bottom: 0;
}
.divide-nested-content > h2 {
  margin-bottom: 1em;
}

/* State */
.is-divide-closed .divide-content {
  display: none;
  visibility: hidden;
}
.is-divide-closed .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/down.svg");
}
.nosvg .is-divide-closed .divide-toggle {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/down.png");
}
.is-divide-closed > h2 {
  margin-bottom: 0;
}

@media print {
  .divide > h2 {
    border-top: 1px solid #5b6270;
    padding-left: 0;
  }
  .is-divide-closed .divide-content {
    display: block;
    visibility: visible;
  }
}
/* Mixins */
/* Module */
.embedcontainer, .embedcontainer embed, .embedcontainer iframe, .embedcontainer object {
  width: 100%;
}

.embedcontainer {
  padding-bottom: 56.25%;
  position: relative;
}

.embedcontainer embed, .embedcontainer iframe, .embedcontainer object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.ie .embedcontainer {
  overflow: hidden;
}

/* Sub-modules */
/* State */
@media print {
  .embedcontainer {
    border: 1px solid rgb(222.2, 223.6, 226.4);
  }
}
/* Mixins */
/* Module */
a.error {
  color: #c12c32;
}

input[type=email].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, textarea.error {
  box-shadow: 1px 1px 1px #c12c32;
}

.ie input[type=email].error, .ie input[type=password].error, .ie input[type=search].error, .ie input[type=tel].error, .ie input[type=text].error, .ie textarea.error {
  border-color: #c12c32 !important;
}

label.error {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/error.svg) 0 2px no-repeat;
  color: #c12c32;
  padding: 0.4615384615em 0 0.4615384615em 1.2307692308em;
}
.nosvg label.error {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/error.png);
}

/* Sub-modules */
/* State */
@media print {
  input[type=email].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, textarea.error {
    border-color: #c12c32;
    box-shadow: none;
  }
  label.error {
    padding-left: 0;
  }
}
/* Mixins */
/* Module */
.favourite {
  border-bottom: 1px solid rgb(189.4, 192.2, 197.8);
  clear: both;
  margin-bottom: 1em;
}
.favourite:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.favourite.ie-favourite-last {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.favourite-visual {
  padding-bottom: 1em;
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.field {
  padding-bottom: 1em;
}

.field-captcha img {
  border: 1px solid #5b6270;
  margin-bottom: 1em;
  margin-top: 0.75em;
  width: 50%;
}
.field-captcha input {
  text-transform: uppercase;
  width: 50%;
}

.field-group {
  clear: both;
  font-size: 1em;
  line-height: 1.25em;
  list-style-type: none;
}
.field-group, .field-group label, .field-group li:last-child {
  padding-bottom: 0;
}
.field-group li {
  margin-left: 0;
  padding-bottom: 0.5em;
}

.field-group-small li {
  float: left;
  padding-bottom: 0.25em;
  width: 25%;
}

.field-mailinglists {
  display: none;
  visibility: hidden;
}

.field-mailinglists-isactive {
  display: block;
  visibility: visible;
}

.field-required {
  color: #0069ac;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .field-captcha input {
    width: 25%;
  }
  .field-group-small li {
    width: 33.333333%;
  }
}
/* Mixins */
/* Module */
.filter {
  background: rgb(229.5, 240, 246.7);
  clear: both;
  margin-bottom: 1em;
}
.filter h3 {
  font-size: 1em;
}
.filter input[type=search], .filter input[type=text] {
  background: white;
}

.filter-criteria-item {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.filter-criteria-item-hasdecal img {
  display: inline-block;
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin: 0 1em 0 0;
  width: 14px;
}
.filter-criteria-item-hasdecal label {
  overflow: visible;
}

.ie .filter-criteria-item-hasdecal img {
  width: 22px !important;
}

.filter-criteria-primary {
  border-bottom: 1px solid rgb(153, 195, 221.8);
  margin-bottom: 1em;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .filter-criteria-primary {
    border-bottom: none;
    border-right: 1px solid rgb(153, 195, 221.8);
  }
}
@media print {
  .filter > div {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.filtersearch-links {
  margin: 1.2307692308em 0 0 0.6923076923em;
}
.filtersearch-links li {
  margin-left: 0;
}
.filtersearch-links li a {
  display: block;
}
.filtersearch-links li.is-active {
  font-weight: bold;
}
.filtersearch-links li.is-active a {
  text-decoration: underline;
}
.filtersearch-links li.is-active {
  /*border-bottom: em(1) solid $corporate2;*/
}
.filtersearch-links ul {
  list-style-type: none;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .filtersearch-links li {
    float: left;
    width: 50%;
  }
  .filtersearch-links ul {
    overflow: hidden;
  }
}
@media screen and (min-width: 50em) {
  .filtersearch-links {
    margin-bottom: 0.3076923077em;
    /*margin-left: 140px;*/
    /*margin-left: 8.75rem;*/
    margin-top: 1.5384615385em;
  }
  .filtersearch-links li {
    margin-right: 1.2307692308em;
    width: auto;
  }
}
@media screen and (min-width: 60em) {
  .filtersearch-links {
    /*width: em(600);*/
  }
  .filtersearch-links li {
    margin-right: 1.7692307692em;
  }
}
/* Mixins */
/* Module */
.legals {
  text-align: center;
}
.legals a, .legals p, .legals ul {
  color: white;
}
.legals p, .legals ul {
  font-size: 0.6875em;
  line-height: 1.0909090909em;
}

.legals-copyright {
  padding-bottom: 2.3636363636em;
}

.legals-links {
  padding-bottom: 1.4545454545em;
}
.legals-links li {
  border-left: 1px solid rgb(156.6, 160.8, 169.2);
  display: inline-block;
  margin-left: 0;
  padding: 0.1818181818em 0.7272727273em 0.1818181818em 0.7272727273em;
}
.legals-links li:first-child {
  border: none;
}

/* Sub-modules */
/* State */
@media print {
  .legals {
    border-top: 1px solid #5b6270;
    padding-top: 1em;
  }
  .legals-links {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.links {
  border-bottom: 1px solid rgb(156.6, 160.8, 169.2);
  margin-bottom: 1em;
}
.links a, .links h2, .links ul {
  color: white;
}
.links h2 {
  font-size: 1em;
  line-height: 1.625em;
}
.links li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.svg) 0 2px no-repeat;
  margin-left: 0;
}
.links li a {
  display: block;
  padding-left: 1.2307692308em;
}
.nosvg .links li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.png);
}
.links select {
  margin-bottom: 1.625em;
}
.links ul {
  list-style-type: none;
}

.links-call h2 {
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
  font-size: 1.4375em;
  line-height: 1.3913043478em;
  letter-spacing: 0.01em;
  padding-bottom: 0;
}
.links-call p {
  color: white;
}
.links-call strong {
  color: #fff451;
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .links li {
    float: left;
    width: 50%;
  }
  .links ul {
    overflow: hidden;
  }
  .links-call h2 {
    font-size: 1.625em;
    line-height: 1.2307692308em;
  }
}
@media screen and (min-width: 50em) {
  .links {
    border: none;
  }
  .links li {
    float: none;
    width: auto;
  }
}
@media print {
  .links > h2, .links select, .links ul {
    display: none;
    visibility: hidden;
  }
  .links-call a, .links-call a strong {
    color: black;
  }
}
/* Mixins */
/* Module */
/* Making do with the classes as they come out of the JavaScript library. */
.interact, .timePosted {
  display: none;
  visibility: hidden;
}

.recent a {
  color: #fff451;
  word-wrap: break-word;
}
.recent h2, .recent p, .recent time {
  color: white;
}
.recent h2 {
  font-size: 1em;
  line-height: 1.625em;
}
.recent img {
  display: inline;
  width: 13px;
  width: 0.8125rem;
}
.recent li {
  margin: 0;
}
.recent time {
  font-size: 0.8461538462em;
}
.recent ul {
  list-style-type: none;
}

.tweet {
  font-size: 1em;
  padding-bottom: 0;
}

/* Sub-modules */
/* State */
@media print {
  .recent a {
    color: black;
  }
}
/* Mixins */
/* Module */
/* Making do with the classes as they come out of the JavaScript library. */
.social a {
  color: #fff451;
}
.social h2 {
  color: white;
  font-size: 1em;
  line-height: 1.625em;
}

.social-links {
  font-size: 1em;
  margin-bottom: 1.625em;
  padding: 0;
}
.social-links img {
  border-radius: 0.25em;
  /* Usable for simple transitions, where either non-prefixed rules or all rules are being transitioned */
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-links img:hover {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.social-links li {
  display: inline-block;
  margin: 0 0.75em 0 0;
  padding: 0;
  width: 1.875em;
}
.social-links ul {
  list-style-type: none;
}

/* Sub-modules */
/* State */
@media print {
  .social-links a:after {
    color: black;
    content: " (" attr(href) ")";
    display: inline-block;
    text-decoration: underline;
    word-wrap: break-word;
  }
  .social-links img {
    border: 1px solid rgb(222.2, 223.6, 226.4);
    border-radius: 0;
    display: inline-block;
    margin-right: 0.75em;
    width: 1.875em;
  }
  .social-links li {
    display: block;
    padding-bottom: 0.75em;
    width: 100%;
  }
}
/* Mixins */
/* Module */
.formresult {
  margin-bottom: 1em;
}

.formresult li {
  margin-left: 0;
}
.formresult li:last-child {
  padding-bottom: 0;
}
.formresult ol, .formresult p, .formresult ul {
  border-radius: 0.25em;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  padding: 1.2307692308em;
}
.formresult ol, .formresult ul {
  list-style-type: none;
}

.formresult-fail {
  background: rgb(236.4, 191.7, 193.5);
  color: #c12c32;
}

.formresult-success {
  background: rgb(255, 250.6, 185.4);
}

/* Sub-modules */
/* State */
@media print {
  .formresult-fail {
    border: 1px solid #c12c32;
  }
  .formresult-success {
    border: 1px solid #5b6270;
  }
}
/* Mixins */
/* Module */
.gallery ul, .gallery li {
  padding-bottom: 0;
}

.gallery ul {
  list-style-type: none;
}

.gallery li {
  display: none;
  visibility: hidden;
  margin-left: 0;
}
.gallery li:first-child {
  background: #5b6270;
  display: block;
  visibility: visible;
  position: relative;
}
.gallery li .gallery-poster {
  opacity: 0.4;
}
.gallery li:hover .gallery-poster {
  opacity: 0.8;
}

.gallery-play {
  left: 0;
  position: absolute;
  top: 0;
}

/* Sub-modules */
/* State */
@media print {
  .gallery ul {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.generalcontent {
  margin-bottom: 1em;
}

/* Sub-modules */
/* Disabled until further notice
.generalcontent-foreword { border-bottom: 1px solid tint($corporate1,60%); }
*/
.generalcontent-nested {
  margin-bottom: 0.125em;
}

/* State */
@media screen and (min-width: 60em) {
  .generalcontent-quicklinks {
    width: 50%;
  }
  .generalcontent-quicklinks-small {
    width: 33.333333%;
  }
}
@media print {
  .generalcontent-quicklinks {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.groupfour {
  clear: both;
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.groupfour:last-child {
  margin-right: 0;
}
.groupfour {
  margin-left: 5%;
  text-align: left;
}

/* Sub-modules */
.groupfour-medium, .groupfour-small {
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
}
.groupfour-medium:last-child, .groupfour-small:last-child {
  margin-right: 0;
}
.groupfour-medium, .groupfour-small {
  margin-top: 0;
}

/* State */
@media screen and (min-width: 30em) {
  /* Module */
  .groupfour {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .groupfour:last-child {
    margin-right: 0;
  }
  .groupfour {
    margin-left: 3.75%;
  }
  .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 22.972972973%;
  }
  .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-content {
    margin-left: 2.7027027027%;
  }
  /* Sub-modules */
  .groupfour-medium, .groupfour-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupfour-medium:last-child, .groupfour-small:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content, .groupfour-small .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 22.972972973%;
  }
  .groupfour-medium .groupfour-content:last-child, .groupfour-small .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content, .groupfour-small .groupfour-content {
    margin-left: 2.7027027027%;
  }
}
@media screen and (min-width: 50em) {
  /* Module */
  .groupfour {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95%;
  }
  .groupfour:last-child {
    margin-right: 0;
  }
  .groupfour {
    margin-left: 2.5%;
  }
  .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.6842105263%;
  }
  .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-content {
    margin-left: 1.7543859649%;
  }
  /* Sub-modules */
  .groupfour-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupfour-medium:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.2352941176%;
  }
  .groupfour-medium .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content {
    margin-left: 2.3529411765%;
  }
  .groupfour-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupfour-small:last-child {
    margin-right: 0;
  }
  .groupfour-small .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 22.3214285714%;
  }
  .groupfour-small .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-small .groupfour-content {
    margin-left: 3.5714285714%;
  }
}
@media screen and (min-width: 60em) {
  /* Module */
  .groupfour {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95.7142857143%;
  }
  .groupfour:last-child {
    margin-right: 0;
  }
  .groupfour {
    margin-left: 2.1428571429%;
  }
  .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.8805970149%;
  }
  .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-content {
    margin-left: 1.4925373134%;
  }
  /* Sub-modules */
  .groupfour-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupfour-medium:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.5%;
  }
  .groupfour-medium .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-medium .groupfour-content {
    margin-left: 2%;
  }
  .groupfour-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupfour-small:last-child {
    margin-right: 0;
  }
  .groupfour-small .groupfour-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 22.7272727273%;
  }
  .groupfour-small .groupfour-content:last-child {
    margin-right: 0;
  }
  .groupfour-small .groupfour-content {
    margin-left: 3.0303030303%;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.groupfour, .groupfour-medium, .groupfour-small {
  float: none;
} /* Override Bourbon Neat’s left float */
.groupfour-content:nth-child(4n+1) {
  clear: left;
  margin-left: 0%;
}

.ie-groupfour-content-first {
  clear: left !important;
  margin-left: 0 !important;
}

/* Sub-modules */
.groupfour-medium, .groupfour-small {
  margin-left: 0%;
} /* The zero shift can be set here, because it's not dependent on span-columns – zero is zero */
.ie .groupfour-medium, .ie .groupfour-small {
  margin-left: 0 !important;
}

/* Mixins */
/* Module */
.groupthree {
  clear: both;
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.groupthree:last-child {
  margin-right: 0;
}
.groupthree {
  margin-left: 5%;
  text-align: left;
}

/* Sub-modules */
.groupthree-medium, .groupthree-small {
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
}
.groupthree-medium:last-child, .groupthree-small:last-child {
  margin-right: 0;
}
.groupthree-medium, .groupthree-small {
  margin-top: 0;
}

/* State */
@media screen and (min-width: 30em) {
  /* Module */
  .groupthree {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .groupthree:last-child {
    margin-right: 0;
  }
  .groupthree {
    margin-left: 3.75%;
  }
  .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.6486486486%;
  }
  .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-content:nth-child(2n+1) {
    clear: left;
    margin-left: 0%;
  }
  .ie-groupthree-content-odd {
    clear: left !important;
    margin-left: 0 !important;
  }
  /* Sub-modules */
  .groupthree-medium, .groupthree-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-medium:last-child, .groupthree-small:last-child {
    margin-right: 0;
  }
  .groupthree-content, li.groupthree-content {
    margin-left: 2.7027027027%;
  } /* Out of alphabetical order because it affects rules set above */
}
@media screen and (min-width: 50em) {
  /* Module */
  .groupthree {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95%;
  }
  .groupthree:last-child {
    margin-right: 0;
  }
  .groupthree {
    margin-left: 2.5%;
  }
  .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 32.1637426316%;
  }
  .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-content {
    margin-left: 1.7543859649%;
  }
  .groupthree-content:nth-child(2n+1) {
    clear: none;
    margin-left: 1.6666666667%;
  }
  .groupthree-content:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .ie-groupthree-content-first {
    clear: left !important;
    margin-left: 0 !important;
  }
  .ie-groupthree-content-second, .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 1.66667% !important;
  }
  /* Sub-modules */
  .groupthree-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-medium:last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.7647058824%;
  }
  .groupthree-medium .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content {
    margin-left: 2.3529411765%;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1) {
    clear: none;
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.7647058824%;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1):last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1) {
    margin-left: 2.3529411765%;
  }
  .groupthree-medium .groupthree-content:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .groupthree-medium .ie-groupthree-content-second, .groupthree-medium .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 2.35294% !important;
  }
  .groupthree-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-small:last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 30.9523808929%;
  }
  .groupthree-small .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content {
    margin-left: 3.5714285714%;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1) {
    clear: none;
    display: block;
    float: left;
    margin-right: 0%;
    width: 30.9523808929%;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1):last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1) {
    margin-left: 3.5714285714%;
  }
  .groupthree-small .groupthree-content:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .groupthree-small .ie-groupthree-content-second, .groupthree-small .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 3.57143% !important;
  }
}
@media screen and (min-width: 60em) {
  /* Module */
  .groupthree {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95.7142857143%;
  }
  .groupthree:last-child {
    margin-right: 0;
  }
  .groupthree {
    margin-left: 2.1428571429%;
  }
  .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 32.3383084328%;
  }
  .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-content {
    margin-left: 1.4925373134%;
  }
  .groupthree-content:nth-child(2n+1) {
    clear: none;
    margin-left: 1.4285714286%;
  }
  .groupthree-content:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .ie-groupthree-content-second, .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 1.42857% !important;
  }
  /* Sub-modules */
  .groupthree-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-medium:last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 32%;
  }
  .groupthree-medium .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content {
    margin-left: 2%;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1) {
    display: block;
    float: left;
    margin-right: 0%;
    width: 32%;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1):last-child {
    margin-right: 0;
  }
  .groupthree-medium .groupthree-content:nth-child(2n+1) {
    margin-left: 2%;
  }
  .groupthree-medium .groupthree-content:nth-child(3n+1) {
    margin-left: 0%;
  }
  .groupthree-medium .ie-groupthree-content-second, .groupthree-medium .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 2% !important;
  }
  .groupthree-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-small:last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.313130303%;
  }
  .groupthree-small .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content {
    margin-left: 3.0303030303%;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1) {
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.313130303%;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1):last-child {
    margin-right: 0;
  }
  .groupthree-small .groupthree-content:nth-child(2n+1) {
    margin-left: 3.0303030303%;
  }
  .groupthree-small .groupthree-content:nth-child(3n+1) {
    margin-left: 0%;
  }
  .groupthree-small .ie-groupthree-content-second, .groupthree-small .ie-groupthree-content-third {
    clear: none !important;
    margin-left: 3.0303% !important;
  }
  .groupthree-content:nth-child(3n+1) { /* Out of alphabetical order because it affects rules set above */
    clear: left;
    margin-left: 0%;
  }
}
@media print {
  /* Module */
  .groupthree {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .groupthree:last-child {
    margin-right: 0;
  }
  .groupthree {
    margin-left: 3.75%;
  }
  .groupthree-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.6486486486%;
  }
  .groupthree-content:last-child {
    margin-right: 0;
  }
  .groupthree-content:nth-child(2n+1) {
    clear: left;
    margin-left: 0%;
  }
  .ie-groupthree-content-odd {
    clear: left !important;
    margin-left: 0 !important;
  }
  /* Sub-modules */
  .groupthree-medium, .groupthree-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .groupthree-medium:last-child, .groupthree-small:last-child {
    margin-right: 0;
  }
  .groupthree-content, li.groupthree-content {
    margin-left: 2.7027027027%;
  } /* Out of alphabetical order because it affects rules set above */
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.groupthree, .groupthree-medium, .groupthree-small {
  float: none;
} /* Override Bourbon Neat’s left float */
/* Sub-modules */
.groupthree-medium, .groupthree-small {
  margin-left: 0%;
} /* The zero shift can be set here, because it's not dependent on span-columns – zero is zero */
.ie .groupthree-medium, .ie .groupthree-small {
  margin-left: 0 !important;
}

/* Mixins */
/* Module */
.grouptwo {
  clear: both;
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.grouptwo:last-child {
  margin-right: 0;
}
.grouptwo {
  margin-left: 5%;
  text-align: left;
}

/* Sub-modules */
.grouptwo-medium, .grouptwo-small, .grouptwo-verysmall {
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
}
.grouptwo-medium:last-child, .grouptwo-small:last-child, .grouptwo-verysmall:last-child {
  margin-right: 0;
}
.grouptwo-medium, .grouptwo-small, .grouptwo-verysmall {
  margin-top: 0;
}

/* State */
@media screen and (min-width: 30em) {
  /* Module */
  .grouptwo {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .grouptwo:last-child {
    margin-right: 0;
  }
  .grouptwo {
    margin-left: 3.75%;
  }
  /* Sub-modules */
  .grouptwo-medium, .grouptwo-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-medium:last-child, .grouptwo-small:last-child {
    margin-right: 0;
  }
  .grouptwo-medium, .grouptwo-small {
    margin-left: 0%;
  }
  .grouptwo-medium .grouptwo-content, .grouptwo-small .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.6486486486%;
  }
  .grouptwo-medium .grouptwo-content:last-child, .grouptwo-small .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content, .grouptwo-small .grouptwo-content {
    margin-left: 2.7027027027%;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-verysmall:last-child, .grouptwo-verysmall .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    margin-left: 0%;
  }
}
@media screen and (min-width: 50em) {
  /* Module */
  .grouptwo {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95%;
  }
  .grouptwo:last-child {
    margin-right: 0;
  }
  .grouptwo {
    margin-left: 2.5%;
  }
  .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 49.1228070175%;
  }
  .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-content {
    margin-left: 1.7543859649%;
  }
  /* Sub-modules */
  .grouptwo-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-medium:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.8235294118%;
  }
  .grouptwo-medium .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content {
    margin-left: 2.3529411765%;
  }
  .grouptwo-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-small:last-child {
    margin-right: 0;
  }
  .grouptwo-small .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.2142857143%;
  }
  .grouptwo-small .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-small .grouptwo-content {
    margin-left: 3.5714285714%;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-verysmall:last-child, .grouptwo-verysmall .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    margin-left: 0%;
  }
}
@media screen and (min-width: 60em) {
  /* Module */
  .grouptwo {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95.7142857143%;
  }
  .grouptwo:last-child {
    margin-right: 0;
  }
  .grouptwo {
    margin-left: 2.1428571429%;
  }
  .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 49.2537313433%;
  }
  .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-content {
    margin-left: 1.4925373134%;
  }
  /* Sub-modules */
  .grouptwo-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-medium:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 49%;
  }
  .grouptwo-medium .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content {
    margin-left: 2%;
  }
  .grouptwo-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-small:last-child {
    margin-right: 0;
  }
  .grouptwo-small .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.4848484848%;
  }
  .grouptwo-small .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-small .grouptwo-content {
    margin-left: 3.0303030303%;
  }
  .grouptwo-verysmall {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-verysmall:last-child {
    margin-right: 0;
  }
  .grouptwo-verysmall .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48%;
  }
  .grouptwo-verysmall .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-verysmall .grouptwo-content {
    margin-left: 4%;
  }
}
@media print {
  /* Module */
  .grouptwo {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .grouptwo:last-child {
    margin-right: 0;
  }
  .grouptwo {
    margin-left: 3.75%;
  }
  /* Sub-modules */
  .grouptwo-medium, .grouptwo-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-medium:last-child, .grouptwo-small:last-child {
    margin-right: 0;
  }
  .grouptwo-medium, .grouptwo-small {
    margin-left: 0%;
  }
  .grouptwo-medium .grouptwo-content, .grouptwo-small .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 48.6486486486%;
  }
  .grouptwo-medium .grouptwo-content:last-child, .grouptwo-small .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-medium .grouptwo-content, .grouptwo-small .grouptwo-content {
    margin-left: 2.7027027027%;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .grouptwo-verysmall:last-child, .grouptwo-verysmall .grouptwo-content:last-child {
    margin-right: 0;
  }
  .grouptwo-verysmall, .grouptwo-verysmall .grouptwo-content {
    margin-left: 0%;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.grouptwo, .grouptwo-medium, .grouptwo-small, .grouptwo-verysmall {
  float: none;
} /* Override Bourbon Neat’s left float */
.grouptwo-content:nth-child(2n+1) {
  clear: left;
  margin-left: 0%;
}

.ie-grouptwo-content-first {
  clear: left !important;
  margin-left: 0 !important;
}

/* Sub-modules */
.grouptwo-medium, .grouptwo-small, .grouptwo-verysmall {
  margin-left: 0%;
} /* The zero shift can be set here, because it's not dependent on span-columns – zero is zero */
.ie .grouptwo-medium, .ie .grouptwo-small, .ie .grouptwo-verysmall {
  margin-left: 0 !important;
}

/* Mixins */
/* Module */
.crumbtrail {
  border-top: 1px solid rgb(222.2, 223.6, 226.4);
  clear: both;
}
.crumbtrail p {
  font-size: 0.75em;
  letter-spacing: 0.02em;
  line-height: 1.3333333333em;
  padding: 1.3333333333em 0 0 0;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .crumbtrail {
    border-top: none;
    padding-top: 0;
  }
}
@media print {
  .crumbtrail {
    border-bottom: 1px solid rgb(222.2, 223.6, 226.4);
  }
  .crumbtrail p {
    padding-bottom: 1.5em;
  }
}
/* Mixins */
/* Module */
.jump {
  background: #404652;
  display: none;
  visibility: hidden;
}

.jump-isactive {
  display: block;
  visibility: visible;
}

.jump-links {
  margin: 1.2307692308em 0 0 0.6923076923em;
}
.jump-links a, .jump-links ul {
  color: white;
}
.jump-links li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.svg) 0 2px no-repeat;
  margin-left: 0;
}
.jump-links li a {
  display: block;
  padding-left: 1.2307692308em;
}
.nosvg .jump-links li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.png);
}
.jump-links ul {
  list-style-type: none;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .jump-links li {
    float: left;
    width: 50%;
  }
  .jump-links ul {
    overflow: hidden;
  }
}
@media screen and (min-width: 50em) {
  .jump-links {
    margin-bottom: 0.3076923077em;
    margin-left: 140px;
    margin-left: 8.75rem;
    margin-top: 1.5384615385em;
  }
  .jump-links li {
    margin-right: 1.2307692308em;
    width: auto;
  }
}
@media screen and (min-width: 60em) {
  .jump-links {
    width: 37.5em;
  }
  .jump-links li {
    margin-right: 2.4615384615em;
  }
}
/* Mixins */
/* Module */
.logo {
  margin-bottom: 1em;
}
.logo a, .logo img {
  display: block;
  height: 78px;
  height: 4.875rem;
  width: 90px;
  width: 5.625rem;
}
.logo a {
  background-color: #0069ac;
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/pgl.svg), none;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  /* Fallback for browsers that support multiple backgrounds, but not SVG (i.e. Android 2.3) */
}
.nosvg .logo a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/pgl-hidpi.gif), none;
}
.logo a {
  /* Fallback for IE8 that doesn’t support multiple backgrounds */
}
.ie .logo a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/pgl-small.gif);
}
.logo img {
  display: none;
  visibility: hidden;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .logo {
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 50em) {
  .logo {
    margin-top: -2.25em;
  }
  .logo a {
    height: 96px;
    height: 6rem;
    width: 112px;
    width: 7rem;
    /* Fallback for IE8 that doesn’t support multiple backgrounds */
  }
  .ie .logo a {
    background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/pgl-large.gif);
  }
}
@media print {
  .logo {
    margin-top: -2.25em;
  }
  .logo a {
    display: none;
    visibility: hidden;
  }
  .logo img {
    display: block;
    visibility: visible;
  }
}
/* Mixins */
/* Module */
.navigation {
  display: none;
  visibility: hidden;
}
.navigation a {
  color: #5b6270;
  display: block;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  padding: 0.6153846154em 0 0.6153846154em 0;
}

.navigation li {
  margin-left: 0;
}

.navigation-isactive {
  display: block;
  visibility: visible;
}

.navigation-submenu, .navigation-submenu li {
  padding-bottom: 0;
}

.navigation-submenu {
  background: rgb(222.2, 223.6, 226.4);
  background: rgba(222.2, 223.6, 226.4, 0.9);
  font-size: 0.9230769231em;
  left: -999em;
  padding: 0.6666666667em 0 0.6666666667em 0;
  position: absolute;
  text-align: left;
  z-index: 1200;
}
.navigation-submenu a {
  padding: 0;
}
.navigation-submenu > li {
  float: left;
  padding: 0.6666666667em;
  width: 50%;
}

.navigation-top {
  padding-bottom: 0;
}
.navigation-top > li {
  border-top: 1px solid rgb(222.2, 223.6, 226.4);
  clear: both;
  padding-bottom: 0;
}

/* Mobile accordion menu styles - off-canvas navigation */
.offcanvas .navigation {
  display: block;
  visibility: visible;
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  text-align: left;
}
.offcanvas .navigation-top a {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}
.offcanvas .navigation-submenu {
  background: transparent;
  font-size: 0.75em;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  left: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  transition: max-height 0.3s ease-in-out;
  z-index: auto;
}
.offcanvas .navigation-submenu a {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  padding: 0.6666666667em 1.3333333333em;
}
.offcanvas .navigation-submenu > li {
  float: none;
  padding: 0;
  width: 100%;
}
.offcanvas .navigation-top-hassubmenu-isactive .navigation-submenu {
  max-height: 90vh;
  padding: 0.6666666667em 0;
  overflow-y: auto;
}

.navigation-top-hassubmenu > a {
  background-color: transparent;
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/down.svg);
  background-position: right 12px;
  background-repeat: no-repeat;
}

.navigation-top-hassubmenu > span.navigation-submenu-toggle {
  background-color: transparent;
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/down.svg);
  background-position: right 12px;
  background-repeat: no-repeat;
  color: #5b6270;
  display: block;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  padding: 0.6153846154em 0 0.6153846154em 0;
  cursor: pointer;
}

.navigation-top-hassubmenu-isactive {
  padding-bottom: 0;
}
.navigation-top-hassubmenu-isactive > a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/up.svg);
}
.navigation-top-hassubmenu-isactive > span.navigation-submenu-toggle {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/up.svg);
}
.navigation-top-hassubmenu-isactive .navigation-submenu {
  left: auto;
  position: relative;
}

.nosvg .navigation-top-hassubmenu > a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/down.png);
}
.nosvg .navigation-top-hassubmenu-isactive > a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/grey/up.png);
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .nav-links .navigation {
    float: right;
    display: block;
    visibility: visible;
    margin-top: 0.5em;
    text-align: right;
    width: 100%;
  }
  .navigation-submenu {
    border-radius: 0 0 0.5em 0.5em;
    font-size: 1em;
    max-width: 12.5em;
    min-width: 10em;
  }
  .navigation-submenu > li {
    float: none;
    padding: 0.1666666667em 1.3333333333em 0.1666666667em 1.3333333333em;
    width: auto;
  }
  .navigation-top {
    border: none;
    font-size: 0.75em;
    padding-bottom: 0;
  }
  .navigation-top a {
    padding: 0.1666666667em 0 0.1666666667em 0;
  }
  .navigation-top-hassubmenu > a {
    padding: 0.5em 2em 0.5em 0;
  }
  .navigation-top > li {
    border-top: none;
    border-right: 1px solid rgb(222.2, 223.6, 226.4);
    clear: none;
    display: inline-block;
    margin-bottom: 0.375em;
    padding: 0 0.5em 0 0.5em;
  }
  .navigation-top-hassubmenu-isactive .navigation-submenu {
    position: absolute;
  }
  .offcanvas .navigation-top-hassubmenu-isactive .navigation-submenu {
    position: static;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0.6666666667em 0;
  }
}
@media screen and (min-width: 40em) {
  .navigation {
    width: 75%;
  }
}
@media screen and (min-width: 50em) {
  .navigation {
    margin-top: 0.75em;
  }
  .navigation-submenu {
    font-size: 0.9230769231em;
  }
  .navigation-submenu > li {
    padding: 0.1666666667em 1.3333333333em 0.1666666667em 1.3333333333em;
  }
  .navigation-top {
    font-size: 0.8125em;
  }
  .navigation-top a {
    padding: 0.3076923077em 0 0.3076923077em 0;
  }
  .navigation-top-hassubmenu > a {
    padding: 0.4615384615em 1.8461538462em 0.4615384615em 0;
  }
  .navigation-top > li {
    margin-bottom: 0.4615384615em;
    padding: 0 0.7692307692em 0 0.7692307692em;
  }
}
@media screen and (min-width: 70em) {
  .navigation {
    width: 89%;
  }
}
/* Mixins */
/* Module */
.status {
  background: #5b6270;
  border-top: 0.25em solid #404652;
}

.status-item {
  color: white;
  display: inline-block;
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
  display: none;
  visibility: hidden;
  font-size: 0.8125em;
  height: 1.8461538462em;
  margin: 0.4615384615em 0 0 0.6153846154em;
  padding: 0.3076923077em 0 0.1538461538em 0.6153846154em;
}
.status-item img {
  margin-right: 0.6153846154em;
  width: 1em;
}
.status-item a {
  color: white;
}
.status-item img {
  display: inline-block;
}

.status-item-call {
  font-size: 1.25em;
  height: 1.2em;
  margin: 0.3em 0 0 0.4em;
  padding: 0 0 0.1em 0.4em;
}
.status-item-call a {
  padding-top: 0.2em;
}
.status-item-call img {
  margin-right: 0.4em;
  width: 0.9em;
}
.status-item-call a {
  color: #fff451;
}

.status-item-search {
  padding-top: 0.0769230769em;
  width: 13.8461538462em;
}
.status-item-search img {
  display: none;
  visibility: hidden;
}
.status-item-search input {
  background: white url("/Files/Templates/Designs/PGLCore/res/img/themes/core/header/status/search-field.svg") right center no-repeat;
  box-shadow: none;
  font-size: 1em;
  padding: 0.1875em 2em 0.1875em 0.1875em;
}
.nosvg .status-item-search input {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/header/status/search-field.png");
}

.status-items {
  float: right;
  text-align: right;
}

/* Sub-modules */
/* State */
.status-item-isactive {
  display: block;
  visibility: visible;
}

@media screen and (min-width: 30em) {
  .status-item {
    border-left: 1px solid white;
    float: left;
    display: block;
    visibility: visible;
  }
  .status-item:first-child {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .status-item span {
    display: none;
    visibility: hidden;
  }
  .status-item-call {
    font-size: 0.8125em;
    height: 1.8461538462em;
    margin: 0.4615384615em 0 0 0.6153846154em;
    padding: 0.3076923077em 0 0.1538461538em 0.6153846154em;
  }
  .status-item-call img {
    margin-right: 0.6153846154em;
    width: 1em;
  }
  .status-item-search {
    width: auto;
  }
  .status-item-search input {
    display: none;
    visibility: hidden;
  }
  .status-item-search img {
    display: block;
    visibility: visible;
    margin: 0;
    width: 1.6153846154em;
  }
}
@media screen and (min-width: 40em) {
  .status-item-search {
    width: 13.8461538462em;
  }
  .status-item-search img {
    display: none;
    visibility: hidden;
  }
  .status-item-search input {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 60em) {
  .status-item {
    margin-left: 1em;
    padding-left: 1em;
  }
  .status-item span {
    display: inline;
    visibility: visible;
  }
  .status-item-call {
    font-size: 1.25em;
    height: 1.2em;
    margin: 0.3em 0 0 0.4em;
    padding: 0 0 0.1em 0.4em;
  }
  .status-item-call a {
    padding-top: 0.2em;
  }
  .status-item-call img {
    margin-right: 0.4em;
    width: 0.9em;
  }
  .status-item-call {
    margin-left: 0.65em;
    padding-left: 0.65em;
  }
}
@media print {
  .status-item, .status-item a {
    color: black !important;
  }
  .status-item-call img {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.help {
  background: rgb(204, 225, 238.4);
  border: 1px solid rgb(178.5, 210, 230.1);
  border-radius: 0.25em;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.help p {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  padding-bottom: 0;
}

/* Sub-modules */
/* State */
.is-help-closed {
  display: none;
  visibility: hidden;
}

.introduction {
  text-align: center;
}

.islink {
  cursor: pointer;
}

/* Will be making liberal use of !important here, to override inline style */
/* Mixins */
/* Module */
.jtable {
  margin-bottom: 0;
}
.jtable td, .jtable th {
  display: none !important;
  visibility: hidden !important;
  width: 50% !important;
}
.jtable td:first-child {
  background: rgb(238.6, 239.3, 240.7);
}
.jtable th {
  background: rgb(222.2, 223.6, 226.4);
}
.jtable th img {
  display: inline-block;
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  width: 14px;
}
.ie .jtable th img {
  height: 24px !important;
  width: 24px !important;
}
.jtable th:first-child, .jtable td:first-child, .jtable .jtable-col-isactive {
  display: table-cell !important;
  visibility: visible !important;
}

.jtable-availability {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
}

.jtable-availability-available {
  color: green;
}

.jtable-availability-few {
  color: red;
}

.jtable-bottom-panel { /* Equivalent to tfoot */
  background: rgb(222.2, 223.6, 226.4);
  color: #5b6270;
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
  font-size: 0.8125em;
  padding: 0.6153846154em 0.6153846154em 0 0.6153846154em;
}

.jtable-busy-message {
  left: 0.5em;
  position: absolute;
  top: 0.5em;
  width: 1em;
}

.jtable-goto-page, .jtable-page-size-change, .jtable-page-list {
  padding-bottom: 0.6153846154em;
}

.jtable-goto-page, .jtable-page-size-change {
  display: inline-block;
}

.jtable-left-area > span {
  margin-right: 0.6153846154em;
}

.jtable-main-container {
  margin-bottom: 1em;
  position: relative;
}
.jtable-main-container a {
  color: #0069ac;
}
.jtable-main-container select {
  width: auto !important;
}

.jtable-page-info {
  display: none;
  visibility: hidden;
}

.jtable-page-list {
  display: block;
}

.jtable-title { /* Equivalent to caption */
  background: #0069ac;
  color: white;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  padding: 0.5em;
  text-align: center;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .jtable-page-list {
    display: inline;
  }
}
@media screen and (min-width: 50em) {
  .jtable td, .jtable th {
    display: table-cell !important;
    visibility: visible !important;
  }
  .jtable-10col td, .jtable-10col th {
    width: 10% !important;
  }
  .jtable-11col td, .jtable-11col th {
    width: 9.09090909% !important;
  }
  .jtable-12col td, .jtable-12col th {
    width: 8.33333333% !important;
  }
  .jtable-13col td, .jtable-13col th {
    width: 7.69230769% !important;
  }
  .jtable-14col td, .jtable-14col th {
    width: 7.14285714% !important;
  }
  .jtable-15col td, .jtable-15col th {
    width: 6.66666667% !important;
  }
  .jtable-page-list {
    display: inline;
  }
}
@media print {
  .jtable td, .jtable th {
    display: table-cell !important;
    visibility: visible !important;
  }
  .jtable-10col td, .jtable-10col th {
    width: 10% !important;
  }
  .jtable-11col td, .jtable-11col th {
    width: 9.09090909% !important;
  }
  .jtable-12col td, .jtable-12col th {
    width: 8.33333333% !important;
  }
  .jtable-13col td, .jtable-13col th {
    width: 7.69230769% !important;
  }
  .jtable-14col td, .jtable-14col th {
    width: 7.14285714% !important;
  }
  .jtable-15col td, .jtable-15col th {
    width: 6.66666667% !important;
  }
  .jtable-page-list {
    display: inline;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.jtable .jtable-col-isinactive {
  display: none !important;
  visibility: hidden !important;
}

/* Mixins */
/* Module */
.key {
  background: rgb(229.5, 240, 246.7);
  margin-bottom: 1em;
}
.key h3 {
  padding-top: 0.6666666667em;
}

.key-integrated {
  margin-bottom: 0;
}

.key-group {
  clear: both;
  list-style-type: none;
}
.key-group li {
  padding-bottom: 0.9230769231em;
}

.key-item {
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  margin-left: 0;
  padding: 0 0.6153846154em 0.6153846154em 0.6153846154em;
}
.key-item img {
  display: inline-block;
  height: 14px;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  margin: 0 0.6153846154em 0 0.6153846154em;
  width: 14px;
}
.ie .key-item img {
  height: 28px !important;
  width: 28px !important;
}

.key-item-small img {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .key-item-small {
    float: left;
  }
}
/* Mixins */
/* Module */
.linklist {
  border-top: 1px solid rgb(189.4, 192.2, 197.8);
  clear: both;
  margin-bottom: 1em;
  padding: 0 1em 0 1em;
  position: relative;
}
.linklist h2 {
  font-size: 1.25em;
  padding: 0.6em 0 0.6em 0;
}
.linklist li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 2px no-repeat;
  margin-left: 0;
}
.linklist li a {
  display: block;
  padding-left: 1.2307692308em;
}
.nosvg .linklist li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}
.linklist p, .linklist ul {
  clear: both;
}
.linklist ul {
  list-style-type: none;
}

.linklist-badge {
  position: absolute;
  right: 1em;
  top: 0;
}
.linklist-badge, .linklist-badge[src$=".svg"] {
  width: 2.8125em;
}
.linklist-badge + h2 {
  width: 70%;
}

.linklist-search {
  padding-top: 0.6em;
  width: 13.8461538462em;
}
.linklist-search img {
  display: none;
  visibility: hidden;
}
.linklist-search input {
  background: white url("/Files/Templates/Designs/PGLCore/res/img/themes/core/header/status/search-field.svg") right center no-repeat;
  box-shadow: none;
  font-size: 1em;
  padding: 0.1875em 2em 0.1875em 0.1875em;
}
.nosvg .linklist-search input {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/header/status/search-field.png");
}

/* Sub-modules */
.linklist-alt1, .linklist-alt2, .linklist-section {
  border-top: none;
}

.linklist-alt1, .linklist-alt2 {
  background: rgb(246.8, 247.15, 247.85);
}

.linklist-alt1 {
  background: #0069ac;
}
.linklist-alt1, .linklist-alt1 a, .linklist-alt1 h2, .linklist-alt1 p, .linklist-alt1 ul {
  color: white;
}
.linklist-alt1 li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.svg);
}
.nosvg .linklist-alt1 li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.png);
}

/* State */
@media screen and (min-width: 30em) {
  .linklist-section {
    height: 17.5em;
  }
  .linklist li {
    float: left;
    width: 50%;
  }
  .linklist ul {
    overflow: hidden;
  }
}
@media screen and (min-width: 50em) {
  .linklist-section h2 {
    padding-right: 4.0909090909em;
  }
  .linklist li {
    float: none;
    width: auto;
  }
}
@media print {
  .linklist {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.login {
  background: rgb(229.5, 240, 246.7);
  clear: both;
  margin-bottom: 1em;
  padding: 0 1em 0 1em;
}
.login fieldset {
  border-bottom: 2px solid rgb(204, 225, 238.4);
}
.login h2 {
  padding-top: 0.75em;
}
.login input[type=email], .login input[type=password], .login input[type=text] {
  background: white;
}

.login-advice {
  background: rgb(255, 250.6, 185.4);
  clear: both;
  margin-bottom: 1em;
}
.login-advice h2 {
  padding: 0.6666666667em 0.6666666667em 0.5em 0.6666666667em;
}
.login-advice p {
  padding: 0 1.2307692308em 1.2307692308em 1.2307692308em;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .login-advice h2 {
    padding: 0.6666666667em 0 0.5em 0.6666666667em;
  }
  .login-advice p {
    padding: 1.2307692308em 1.2307692308em 1.2307692308em 0;
  }
}
.mfp-figure figcaption {
  padding-top: 0;
}

.mfp-iframe-holder .mfp-content {
  max-width: 70em;
}

.mfp-wrap {
  z-index: 1300;
}

/* Mixins */
/* Module */
.majorminor {
  clear: both;
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.majorminor:last-child {
  margin-right: 0;
}
.majorminor {
  margin-left: 5%;
  text-align: left;
}

/* Sub-modules */
.majorminor-medium, .majorminor-small {
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
}
.majorminor-medium:last-child, .majorminor-small:last-child {
  margin-right: 0;
}
.majorminor-medium, .majorminor-small {
  margin-left: 0%;
  margin-top: 0;
}

/* State */
@media screen and (min-width: 30em) {
  /* Module */
  .majorminor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .majorminor:last-child {
    margin-right: 0;
  }
  .majorminor {
    margin-left: 3.75%;
  }
  .majorminor-major, .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-major:last-child, .majorminor-minor:last-child {
    margin-right: 0;
  }
  /* Sub-modules */
  .majorminor-medium, .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-medium:last-child, .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-medium, .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 59.4594594595%;
  }
  .majorminor-small .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 37.8378378378%;
  }
  .majorminor-small .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    float: right;
  }
  .majorminor-alt > .majorminor-major {
    float: right;
  }
  .majorminor-alt > .majorminor-minor {
    clear: left;
    float: left;
  }
}
@media screen and (min-width: 50em) {
  /* Module */
  .majorminor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95%;
  }
  .majorminor:last-child {
    margin-right: 0;
  }
  .majorminor {
    margin-left: 2.5%;
  }
  .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 74.5614035088%;
  }
  .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.6842105263%;
  }
  .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-minor {
    float: right;
  }
  /* Sub-modules */
  .majorminor-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-medium:last-child {
    margin-right: 0;
  }
  .majorminor-medium {
    margin-left: 0%;
  }
  .majorminor-medium .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 65.8823529412%;
  }
  .majorminor-medium .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-medium .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.7647058824%;
  }
  .majorminor-medium .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-medium .majorminor-minor {
    float: right;
  }
  .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 67.8571428571%;
  }
  .majorminor-small .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 28.5714285714%;
  }
  .majorminor-small .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    float: right;
  }
  .majorminor-small-linear, .majorminor-small-linear .majorminor-major, .majorminor-small-linear .majorminor-minor {
    float: none;
    margin: 0;
    width: 100%;
  }
  .majorminor-alt > .majorminor-major {
    float: right;
  }
  .majorminor-alt > .majorminor-minor {
    clear: left;
    float: left;
  }
}
@media screen and (min-width: 60em) {
  /* Module */
  .majorminor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95.7142857143%;
  }
  .majorminor:last-child {
    margin-right: 0;
  }
  .majorminor {
    margin-left: 2.1428571429%;
  }
  .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 74.6268656716%;
  }
  .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 23.8805970149%;
  }
  .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-minor {
    float: right;
  }
  /* Sub-modules */
  .majorminor-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-medium:last-child {
    margin-right: 0;
  }
  .majorminor-medium {
    margin-left: 0%;
  }
  .majorminor-medium .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 66%;
  }
  .majorminor-medium .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-medium .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 32%;
  }
  .majorminor-medium .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-medium .majorminor-minor {
    float: right;
  }
  .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 65.6565651515%;
  }
  .majorminor-small .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 31.313130303%;
  }
  .majorminor-small .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    float: right;
  }
  .majorminor-small-linear, .majorminor-small-linear .majorminor-major, .majorminor-small-linear .majorminor-minor {
    float: none;
    margin: 0;
    width: 100%;
  }
  .majorminor-alt > .majorminor-major {
    float: right;
  }
  .majorminor-alt > .majorminor-minor {
    clear: left;
    float: left;
  }
}
@media print {
  /* Sub-modules */
  .majorminor-medium, .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-medium:last-child, .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-medium, .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .majorminor-small:last-child {
    margin-right: 0;
  }
  .majorminor-small {
    margin-left: 0%;
  }
  .majorminor-small .majorminor-major {
    display: block;
    float: left;
    margin-right: 0%;
    width: 59.4594594595%;
  }
  .majorminor-small .majorminor-major:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    display: block;
    float: left;
    margin-right: 0%;
    width: 37.8378378378%;
  }
  .majorminor-small .majorminor-minor:last-child {
    margin-right: 0;
  }
  .majorminor-small .majorminor-minor {
    float: right;
  }
  .majorminor-alt > .majorminor-major {
    float: right;
  }
  .majorminor-alt > .majorminor-minor {
    clear: left;
    float: left;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.majorminor, .majorminor-medium, .majorminor-small {
  float: none;
} /* Override Bourbon Neat’s left float */
.market .market-links h3, .market .market-links a {
  color: #fff451;
  font-size: 0.9em;
  line-height: 1em;
  padding-bottom: 0;
}
.market p {
  color: white;
}

/* Mixins */
/* Module */
.masthead {
  background: #0069ac;
}

.masthead-info {
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.masthead-info:last-child {
  margin-right: 0;
}
.masthead-info {
  margin-left: 5%;
  padding-bottom: 1em;
  text-align: left;
}
.masthead-info a:hover {
  text-decoration: none;
}
.masthead-info h1, .masthead-info h1 a, .masthead-info h2, .masthead-info h2 a, .masthead-info h3, .masthead-info h3 a, .masthead-info p, .masthead-info p a {
  color: white;
}
.masthead-info h1 b, .masthead-info h1 strong, .masthead-info h2 b, .masthead-info h2 strong, .masthead-info h3 b, .masthead-info h3 strong {
  color: #fff451;
}
.masthead-info h1 {
  font-size: 1.625em;
  line-height: 1.1538461538em;
  padding: 0.6153846154em 0 0 0;
}
.masthead-info h1, .masthead-info h1 b, .masthead-info h1 strong {
  font-family: "HelveticaNeueW02-75Bold", arial, sans-serif;
}
.masthead-info h2 {
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 0.5em 0 0 0;
}
.masthead-info h3 {
  font-size: 0.8125em;
  line-height: 1.6153846154em;
  padding: 0.7692307692em 0 0 0;
}
.masthead-info p {
  padding: 1.2307692308em 0 0 0;
}
.masthead-info p a {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.svg) 0 4px no-repeat;
  display: inline-block;
  padding-left: 1.2307692308em;
}
.nosvg .masthead-info p a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.png);
}

.masthead-visual {
  clear: both;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .masthead-info {
    display: block;
    float: left;
    margin-right: 0%;
    width: 45%;
  }
  .masthead-info:last-child {
    margin-right: 0;
  }
  .masthead-info {
    margin-left: 3.75%;
  }
  .masthead-visual {
    clear: none;
    display: block;
    float: left;
    margin-right: 0%;
    width: 45%;
  }
  .masthead-visual:last-child {
    margin-right: 0;
  }
  .masthead-visual {
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 50em) {
  .masthead-info {
    display: block;
    float: left;
    margin-right: 0%;
    width: 54.1666666667%;
  }
  .masthead-info:last-child {
    margin-right: 0;
  }
  .masthead-info {
    margin-left: 2.5%;
  }
  .masthead-info h1 {
    font-size: 2em;
    line-height: 1.125em;
    padding: 0.5em 0 0 0;
  }
  .masthead-info h2 {
    padding: 0.3636363636em 0 0 0;
  }
  .masthead-info h3 {
    padding: 0.6153846154em 0 0 0;
  }
  .masthead-visual {
    display: block;
    float: left;
    margin-right: 0%;
    width: 37.5%;
  }
  .masthead-visual:last-child {
    margin-right: 0;
  }
  .masthead-visual {
    margin-left: 3.3333333333%;
  }
}
@media screen and (min-width: 60em) {
  .masthead-info {
    display: block;
    float: left;
    margin-right: 0%;
    width: 57.1428571429%;
  }
  .masthead-info:last-child {
    margin-right: 0;
  }
  .masthead-info {
    margin-left: 2.1428571429%;
  }
  .masthead-visual {
    display: block;
    float: left;
    margin-right: 0%;
    width: 35.7142857143%;
  }
  .masthead-visual:last-child {
    margin-right: 0;
  }
  .masthead-visual {
    margin-left: 2.8571428571%;
  }
}
@media screen and (min-width: 65em) {
  .masthead-info h1 {
    font-size: 2.25em;
    line-height: 1.1111111111em;
    padding: 0.4444444444em 0 0 0;
  }
  .masthead-info h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.5em 0 0 0;
  }
}
@media screen and (min-width: 75em) {
  .masthead-info h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    padding: 0.4em 0 0 0;
  }
}
@media print {
  .masthead-info h1 b, .masthead-info h1 strong {
    color: #0069ac !important;
  }
}
/* Mixins*/
/* Module */
.mastheadfull-info:last-child,
.ie-mastheadfull-info-last {
  clear: both;
  padding-top: 1em;
}

.ie-mastheadfull-info-last {
  padding-top: 1em !important;
}

.mastheadfull-info-1:last-child,
.ie-mastheadfull-info-1-last, .mastheadfull-info-2:last-child,
.ie-mastheadfull-info-2-last, .mastheadfull-info-3:last-child,
.ie-mastheadfull-info-3-last, .mastheadfull-info-4:last-child,
.ie-mastheadfull-info-4-last {
  display: none;
}

.mastheadfull-info:first-child,
.mastheadfull-info-1:first-child,
.mastheadfull-info-2:first-child,
.mastheadfull-info-3:first-child,
.mastheadfull-info-4:first-child {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.mastheadfull-info:first-child .mastheadfull-info-content,
.mastheadfull-info-1:first-child .mastheadfull-info-content,
.mastheadfull-info-2:first-child .mastheadfull-info-content,
.mastheadfull-info-3:first-child .mastheadfull-info-content,
.mastheadfull-info-4:first-child .mastheadfull-info-content {
  width: 50%;
}
.mastheadfull-info h1,
.mastheadfull-info h1 strong,
.mastheadfull-info-1 h1,
.mastheadfull-info-1 h1 strong,
.mastheadfull-info-2 h1,
.mastheadfull-info-2 h1 strong,
.mastheadfull-info-3 h1,
.mastheadfull-info-3 h1 strong,
.mastheadfull-info-4 h1,
.mastheadfull-info-4 h1 strong {
  font-family: "HelveticaNeueW02-75Bold", arial, sans-serif;
}
.mastheadfull-info h1 strong,
.mastheadfull-info-1 h1 strong,
.mastheadfull-info-2 h1 strong,
.mastheadfull-info-3 h1 strong,
.mastheadfull-info-4 h1 strong {
  color: #fff451;
}
.mastheadfull-info h1,
.mastheadfull-info-1 h1,
.mastheadfull-info-2 h1,
.mastheadfull-info-3 h1,
.mastheadfull-info-4 h1 {
  color: white;
  font-size: 1.25em;
  line-height: 1.3333333333em;
  padding-top: 0.6666666667em;
}
.mastheadfull-info h2,
.mastheadfull-info p,
.mastheadfull-info-1 h2,
.mastheadfull-info-1 p,
.mastheadfull-info-2 h2,
.mastheadfull-info-2 p,
.mastheadfull-info-3 h2,
.mastheadfull-info-3 p,
.mastheadfull-info-4 h2,
.mastheadfull-info-4 p {
  color: #5b6270;
  text-align: center;
}
.mastheadfull-info h2 strong,
.mastheadfull-info-1 h2 strong,
.mastheadfull-info-2 h2 strong,
.mastheadfull-info-3 h2 strong,
.mastheadfull-info-4 h2 strong {
  color: #0069ac;
}
.mastheadfull-info p a,
.mastheadfull-info-1 p a,
.mastheadfull-info-2 p a,
.mastheadfull-info-3 p a,
.mastheadfull-info-4 p a {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 4px no-repeat;
  display: inline-block;
  padding-left: 1.2307692308em;
}
.nosvg .mastheadfull-info p a,
.nosvg .mastheadfull-info-1 p a,
.nosvg .mastheadfull-info-2 p a,
.nosvg .mastheadfull-info-3 p a,
.nosvg .mastheadfull-info-4 p a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}

.mastheadfull-info-4 > a:hover {
  text-decoration: none;
}

.mastheadfull-info-1:last-child h3,
.mastheadfull-info-2:last-child h3,
.mastheadfull-info-3:last-child h3 {
  color: white;
}

.mastheadfull-info-4 h3, .mastheadfull-info-4 h2, .mastheadfull-info-4 p {
  display: none;
}

.mastheadfull-info-haspager:last-child,
.ie-mastheadfull-info-haspager-last {
  height: 16.875em;
}

.mastheadfull-visual {
  margin: 0 auto 0 auto;
  max-width: 100em;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .mastheadfull-info h1,
  .mastheadfull-info-1 h1,
  .mastheadfull-info-2 h1,
  .mastheadfull-info-3 h1,
  .mastheadfull-info-4 h1 {
    font-size: 1.875em;
    line-height: 1.2em;
    padding-bottom: 0.4em;
  }
  .mastheadfull-info-haspager:last-child,
  .ie-mastheadfull-info-haspager-last {
    height: 13.75em;
  }
  .mastheadfull-info-4 h2, .mastheadfull-info-4 h3, .mastheadfull-info-4 p {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .mastheadfull {
    background: rgb(238.6, 239.3, 240.7);
  }
  .mastheadfull-info:last-child,
  .ie-mastheadfull-info-last,
  .mastheadfull-info-1:last-child,
  .ie-mastheadfull-info-1-last,
  .mastheadfull-info-2:last-child,
  .ie-mastheadfull-info-2-last,
  .mastheadfull-info-3:last-child,
  .ie-mastheadfull-info-3-last {
    bottom: 0;
    height: 65%;
    padding-top: 0;
  }
  .mastheadfull-info-2:last-child,
  .ie-mastheadfull-info-2-last {
    height: 72%;
  }
  .mastheadfull-info-1:last-child,
  .ie-mastheadfull-info-1-last,
  .mastheadfull-info-2:last-child,
  .ie-mastheadfull-info-2-last,
  .mastheadfull-info-3:last-child,
  .ie-mastheadfull-info-3-last {
    display: block;
  }
  .ie-mastheadfull-info-last,
  .ie-mastheadfull-info-1-last,
  .ie-mastheadfull-info-2-last,
  .ie-mastheadfull-info-3-last {
    bottom: 0 !important;
    padding-top: 0 !important;
  }
  .mastheadfull-info,
  .mastheadfull-info-1,
  .mastheadfull-info-2,
  .mastheadfull-info-3 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .mastheadfull-info:first-child,
  .mastheadfull-info-1:first-child,
  .mastheadfull-info-2:first-child,
  .mastheadfull-info-3:first-child {
    height: 35%;
    top: 0;
  }
  .mastheadfull-info:first-child .mastheadfull-info-content,
  .mastheadfull-info-1:first-child .mastheadfull-info-content,
  .mastheadfull-info-2:first-child .mastheadfull-info-content,
  .mastheadfull-info-3:first-child .mastheadfull-info-content {
    bottom: 0;
    position: absolute;
  }
  .mastheadfull-info h1,
  .mastheadfull-info h2,
  .mastheadfull-info h3,
  .mastheadfull-info p,
  .mastheadfull-info-1 h1,
  .mastheadfull-info-1 h2,
  .mastheadfull-info-1 h3,
  .mastheadfull-info-1 p,
  .mastheadfull-info-2 h1,
  .mastheadfull-info-2 h2,
  .mastheadfull-info-2 h3,
  .mastheadfull-info-2 p,
  .mastheadfull-info-3 h1,
  .mastheadfull-info-3 h2,
  .mastheadfull-info-3 h3,
  .mastheadfull-info-3 p {
    color: white;
    text-align: left;
  }
  .mastheadfull-info h2 strong,
  .mastheadfull-info-1 h2 strong,
  .mastheadfull-info-2 h2 strong,
  .mastheadfull-info-3 h2 strong {
    color: #fff451;
  }
  .mastheadfull-info h1,
  .mastheadfull-info-1 h1,
  .mastheadfull-info-2 h1,
  .mastheadfull-info-3 h1 {
    font-size: 2em;
    line-height: 1.25em;
    padding-bottom: 0.5em;
    padding-top: 0;
  }
  .mastheadfull-info h2,
  .mastheadfull-info-1 h2,
  .mastheadfull-info-2 h2,
  .mastheadfull-info-3 h2 {
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 1em;
  }
  .mastheadfull-info p a,
  .mastheadfull-info-1 p a,
  .mastheadfull-info-2 p a,
  .mastheadfull-info-3 p a {
    background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.svg);
    color: #fff451;
  }
  .nosvg .mastheadfull-info p a,
  .nosvg .mastheadfull-info-1 p a,
  .nosvg .mastheadfull-info-2 p a,
  .nosvg .mastheadfull-info-3 p a {
    background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/yellow/right.png);
  }
  .mastheadfull-info-4 h1,
  .mastheadfull-info-4 h2,
  .mastheadfull-info-4 h3,
  .mastheadfull-info-4 p {
    color: white;
    text-align: left;
  }
  .mastheadfull-info-4 h2 strong {
    color: #fff451;
  }
  .mastheadfull-info-4 h1 {
    font-size: 2.375em;
    line-height: 1.25em;
    padding-bottom: 0.5em;
    padding-top: 10%;
  }
  .mastheadfull-info-4 h2 {
    font-size: 1.625em;
    line-height: 1em;
    padding-bottom: 1em;
  }
  .mastheadfull-info-4 h2, .mastheadfull-info-4 h3, .mastheadfull-info-4 p {
    display: block;
  }
  .mastheadfull-info-container {
    height: 100%;
    position: relative;
  }
  .mastheadfull-info-content {
    width: 50%;
  }
  .mastheadfull-info-1 {
    height: 50%;
  }
  .mastheadfull-info-1:last-child {
    padding-top: 80px;
  }
  .mastheadfull-info-2:last-child {
    padding-top: 2px;
  }
  .mastheadfull-info-3 {
    height: 50%;
  }
  .mastheadfull-info-3:last-child {
    padding-top: 2px;
  }
}
@media screen and (min-width: 45em) {
  .mastheadfull-info-1 {
    height: 68% !important;
  }
}
@media screen and (min-width: 55em) {
  .mastheadfull-info {
    height: 50% !important;
  }
  .mastheadfull-info h1 {
    font-size: 2.5em;
    line-height: 1.1666666667em;
    padding-bottom: 0.3333333333em;
  }
  .mastheadfull-info-1 {
    height: 65% !important;
  }
  .mastheadfull-info-1 h1 {
    font-size: 2.5em;
    line-height: 1.1666666667em;
    padding-bottom: 0.3333333333em;
  }
  .mastheadfull-info-1 .mastheadfull-info-1:last-child {
    padding-top: 200px;
  }
  .mastheadfull-info-3:first-child {
    height: 54%;
  }
  .mastheadfull-info-3:last-child {
    height: 48%;
  }
}
@media screen and (min-width: 60em) {
  .mastheadfull-info-content {
    width: 33% !important;
  }
  .mastheadfull-info-2 .mastheadfull-info-content {
    width: 54% !important;
  }
}
@media screen and (min-width: 65em) {
  .mastheadfull-info h2 {
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 0.6666666667em;
  }
  .mastheadfull-info-1:last-child {
    padding-top: 127px;
  }
}
@media screen and (min-width: 75em) {
  .mastheadfull-info h1 {
    font-size: 3.4375em;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
  .mastheadfull-info h2 {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
  .mastheadfull-info-1 h1,
  .mastheadfull-info-3 h1 {
    font-size: 3.4375em;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
  .mastheadfull-info-2 &:first-child {
    height: 30% !important;
  }
  .mastheadfull-info-2 &:first-child h1 {
    font-size: 3.4375em;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
  .mastheadfull-info-4 h1 {
    font-size: 3.4375em;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 30em) {
  .mastheadfull-info-4 h1 {
    padding-top: 2%;
  }
}
@media print {
  .mastheadfull-info h1,
  .mastheadfull-info h1 strong {
    color: #fff451 !important;
  }
}
/* Mixins */
/* Module */
.mastheadsplit {
  background: #0069ac;
}

.mastheadsplit-decal {
  position: absolute;
  right: 1em;
  top: 0.75em;
  z-index: 1100;
}
.mastheadsplit-decal li, .mastheadsplit-decal ul {
  padding-bottom: 0;
}
.mastheadsplit-decal li {
  display: inline-block;
  margin-left: 0.5em;
  width: 3.125em;
}
.mastheadsplit-decal li:first-child {
  margin-left: 0;
}
.ie .mastheadsplit-decal ul {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mastheadsplit-info a:hover {
  text-decoration: none;
}
.mastheadsplit-info h1, .mastheadsplit-info h1 a, .mastheadsplit-info h2, .mastheadsplit-info h2 a, .mastheadsplit-info h3, .mastheadsplit-info h3 a, .mastheadsplit-info p, .mastheadsplit-info p a {
  color: white;
}
.mastheadsplit-info h1 b, .mastheadsplit-info h1 strong, .mastheadsplit-info h2 b, .mastheadsplit-info h2 strong, .mastheadsplit-info h3 b, .mastheadsplit-info h3 strong {
  color: #fff451;
}
.mastheadsplit-info h1 {
  font-size: 1.625em;
  line-height: 1.1538461538em;
  padding: 0.6153846154em 0 0 0;
}
.mastheadsplit-info h1, .mastheadsplit-info h1 b, .mastheadsplit-info h1 strong {
  font-family: "HelveticaNeueW02-75Bold", arial, sans-serif;
}
.mastheadsplit-info h2 {
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 0.5em 0 0 0;
}
.mastheadsplit-info h3 {
  font-size: 0.8125em;
  line-height: 1.6153846154em;
  padding: 0.7692307692em 0 0 0;
}
.mastheadsplit-info p {
  padding: 1.2307692308em 0 0 0;
}
.mastheadsplit-info p a {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.svg) 0 4px no-repeat;
  display: inline-block;
  padding-left: 1.2307692308em;
}
.nosvg .mastheadsplit-info p a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/white/right.png);
}

.mastheadsplit-info-content {
  padding-bottom: 1em;
}

.mastheadsplit-info-haspager {
  height: 13.125em;
}

.mastheadsplit-info-image-content {
  padding: 1em;
}

.mastheadsplit-visual {
  position: relative;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .mastheadsplit-decal li {
    width: 4em;
  }
  .mastheadsplit-info h1 {
    font-size: 2em;
    line-height: 1.125em;
    padding: 0.5em 0 0 0;
  }
  .mastheadsplit-info h2 {
    padding: 0.3636363636em 0 0 0;
  }
  .mastheadsplit-info h3 {
    padding: 0.6153846154em 0 0 0;
  }
  .mastheadsplit-info-haspager {
    height: 11.25em;
  }
  .mastheadsplit-info-image-content {
    padding: 1em 5em 1em 5em;
  }
}
@media screen and (min-width: 40em) {
  .mastheadsplit-info-image-content {
    padding: 1em 7em 1em 7em;
  }
}
@media screen and (min-width: 50em) {
  .mastheadsplit-decal {
    left: 1em;
    right: auto;
    top: 1em;
  }
  .mastheadsplit-info {
    left: 0;
    position: absolute;
    width: 100%;
  }
  .mastheadsplit-info-image {
    top: 16%;
  }
  .mastheadsplit-info-content {
    width: 36%;
  }
  .mastheadsplit-info-haspager {
    height: auto;
  }
  .mastheadsplit-info-image-content {
    padding: 0;
  }
  .mastheadsplit-visual {
    float: right;
    width: 60%;
  }
}
@media screen and (min-width: 65em) {
  .mastheadsplit-info h1 {
    font-size: 2.25em;
    line-height: 1.1111111111em;
    padding: 0.4444444444em 0 0 0;
  }
  .mastheadsplit-info h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.5em 0 0 0;
  }
}
@media screen and (min-width: 75em) {
  .mastheadsplit-info h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    padding: 0.4em 0 0 0;
  }
  .mastheadsplit-info-image {
    top: 20%;
  }
}
@media screen and (min-width: 85em) {
  .mastheadsplit-decal li {
    width: 5em;
  }
  .mastheadsplit-info-content {
    width: 34%;
  }
  .mastheadsplit-info-image {
    top: 24%;
  }
}
@media screen and (min-width: 100em) {
  .mastheadsplit-info h1 {
    font-size: 3em;
    line-height: 1.0833333333em;
    padding: 0.3333333333em 0 0 0;
  }
  .mastheadsplit-info h2 {
    font-size: 1.75em;
    line-height: 1.2857142857em;
    padding: 0.5714285714em 0 0 0;
  }
  .mastheadsplit-info h3 {
    padding: 1.2307692308em 0 0 0;
  }
  .mastheadsplit-info-content {
    width: 30%;
  }
  .mastheadsplit-info-image {
    top: 26%;
  }
}
@media print {
  .mastheadsplit-info h1 b, .mastheadsplit-info h1 strong {
    color: #0069ac !important;
  }
}
/* Mixins */
/* Module */
.more {
  text-align: right;
}

.more-link {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 4px no-repeat;
  display: inline-block;
  margin-right: 1.8461538462em;
  padding-left: 1.2307692308em;
}
.more-link:last-child {
  margin-right: 0;
}
.nosvg .more-link {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}

/* Sub-modules */
.more-results {
  margin-bottom: 1em;
  padding-top: 1em;
}

/* State */
@media print {
  .more-link {
    padding-left: 0;
  }
}
/* Mixins */
/* Module */
.newsstory {
  clear: both;
  margin-bottom: 1em;
}
.newsstory h1 a {
  color: #0069ac;
}
.newsstory time {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
}

.newsstory footer {
  background: rgb(229.5, 240, 246.7);
}
.newsstory footer p {
  padding: 0.3076923077em;
}

.newsstory-excerpt {
  border-bottom: 1px solid rgb(222.2, 223.6, 226.4);
}

.newsstory-visual {
  padding-bottom: 1em;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .newsstory footer {
    margin-bottom: 1em;
  }
}
@media print {
  .newsstory-excerpt .newsstory-visual {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.option {
  margin-bottom: 1em;
  position: relative;
}
.option h3 {
  line-height: 1.2222222222em;
}
.option dd, .option dt {
  float: left;
  padding-bottom: 0.64em;
  width: 50%;
}
.option dl {
  padding-bottom: 0.64em;
  font-size: 0.78125em;
}
.option dt {
  clear: left;
}
.option select {
  width: auto;
}

.option-availability {
  background: rgb(235.32, 236.16, 237.84);
}
.option-availability img, .option-availability p {
  display: inline-block;
  vertical-align: top;
}
.option-availability img {
  width: 1.5em;
}
.option-availability p {
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  line-height: 1.8461538462em;
  padding: 0 0 0 0.6153846154em;
}

.option-classification {
  background: #5b6270;
  color: white;
  font-family: "HelveticaNeueW02-75Bold", arial, sans-serif;
  font-size: 0.8125em;
  padding: 0.3076923077em 1.2307692308em 0.3076923077em 1.2307692308em;
}

.option-cta {
  background: rgb(204, 225, 238.4);
  padding: 0.25em 1em 0.25em 1em;
}
.option-cta li, .option-cta ul {
  padding-bottom: 0;
}
.option-cta li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 6px no-repeat;
  margin-left: 0;
}
.nosvg .option-cta li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}
.option-cta li a {
  display: block;
  padding: 0.3076923077em 1.2307692308em 0.3076923077em 1.2307692308em;
}
.option-cta ul {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  list-style-type: none;
}

.option-cta-button {
  padding-top: 0.5em;
}

.option-decal {
  position: relative;
}
.option-decal ul {
  list-style-type: none;
  position: absolute;
  right: 1em;
  top: -3.5em;
}
.option-decal li {
  float: left;
  /*padding-bottom: em(8);*/
  width: 3.125em;
  margin-left: 1em;
}

.option-features {
  background: rgb(235.32, 236.16, 237.84);
  padding: 0.25em 1em 0.25em 1em;
}
.option-features p {
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  padding-bottom: 0;
}
.option-features strong {
  color: #0069ac;
}

.option-info, .option-proximity {
  background: rgb(246.8, 247.15, 247.85);
}

.option-info, .option-title {
  padding: 1em 1em 0 1em;
}

.option-proximity {
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  padding: 0 1.2307692308em 0.6153846154em 1.2307692308em;
}
.option-proximity strong {
  color: #0069ac;
}

.option-visual {
  background: rgb(230.4, 231.45, 233.55);
}

/* Sub-modules */
.option-result h3 {
  font-size: 1em;
  line-height: 1.625em;
}

/* Special sub-modules for homepage */
.option-home .option-cta a {
  color: #5b6270;
}
.option-home .option-title a {
  color: white;
}

.option-home-adventureholidays li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/adventure-holidays/arrows/orange/right.svg);
}
.nosvg .option-home-adventureholidays li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/adventure-holidays/arrows/orange/right.png);
}
.option-home-adventureholidays .option-cta {
  background-color: rgb(242.2, 240.4, 221);
}
.option-home-adventureholidays .option-info {
  background-color: rgb(248.6, 247.7, 238);
}
.option-home-adventureholidays .option-title {
  background: #bfb655;
}

.option-home-familyadventures li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/family-adventures/arrows/blue/right.svg);
}
.nosvg .option-home-familyadventures li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/family-adventures/arrows/blue/right.png);
}
.option-home-familyadventures .option-cta {
  background-color: rgb(207.6, 222.6, 229.2);
}
.option-home-familyadventures .option-info {
  background-color: rgb(231.3, 238.8, 242.1);
}
.option-home-familyadventures .option-title {
  background: #125d7e;
}

.option-home-groupresidentials li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/group-residentials/arrows/aqua/right.svg);
}
.nosvg .option-home-groupresidentials li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/group-residentials/arrows/aqua/right.png);
}
.option-home-groupresidentials .option-cta {
  background-color: #d2f2f5;
}
.option-home-groupresidentials .option-info {
  background-color: rgb(232.5, 248.5, 250);
}
.option-home-groupresidentials .option-title {
  background: #1ebecd;
}

.option-home-schooltrips li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/school-trips/primary/arrows/berry/right.svg);
}
.nosvg .option-home-schooltrips li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/school-trips/primary/arrows/berry/right.png);
}
.option-home-schooltrips .option-cta {
  background-color: rgb(232, 209.2, 218.8);
}
.option-home-schooltrips .option-info {
  background-color: rgb(243.5, 232.1, 236.9);
}
.option-home-schooltrips .option-title {
  background: #8c1a4a;
}

/* State */
@media screen and (min-width: 50em) {
  .option-decal li {
    width: 2.5em;
  }
}
@media print {
  .option {
    border: 1px solid rgb(173, 176.5, 183.5);
    page-break-inside: avoid;
  }
  .option-cta, .option-features {
    border-top: 1px solid rgb(173, 176.5, 183.5);
  }
  .option-cta a {
    padding-left: 0;
  }
}
/* Mixins */
/* Module */
.pager li {
  display: inline-block;
  margin: 0 1.2307692308em 0 0;
}
.pager li:last-child {
  margin: 0;
}
.pager ul {
  list-style-type: none;
}

.pager-next a, .pager-previous a {
  color: #0069ac;
  display: block;
}

.pager-next {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) right 2px no-repeat;
}
.pager-next a {
  padding-right: 1.2307692308em;
}
.nosvg .pager-next {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}

.pager-previous {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/left.svg) 0 2px no-repeat;
}
.pager-previous a {
  padding-left: 1.2307692308em;
}
.nosvg .pager-previous {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/left.png);
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.payment {
  clear: both;
  width: 60%;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .payment {
    width: 40%;
  }
}
@media screen and (min-width: 50em) {
  .payment {
    width: 35%;
  }
}
@media screen and (min-width: 60em) {
  .payment {
    width: 30%;
  }
}
/* Mixins */
/* Module */
.prefilter {
  clear: both;
  margin-bottom: 1em;
}
.prefilter a {
  color: #5b6270;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 1.2307692308em;
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.progress {
  background: rgb(204, 225, 238.4);
  border-radius: 0.25em;
  margin: 0 0.5em 1.5em 0.5em;
}

.progress-indicator {
  background: #0069ac;
  border-radius: 0.3076923077em;
  color: white;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  padding: 0.6153846154em;
  text-align: right;
}

/* Sub-modules */
/* State */
@media print {
  .progress, .progress-indicator {
    border-radius: 0;
  }
  .progress {
    border: 1px solid rgb(222.2, 223.6, 226.4);
    margin-left: 0;
    margin-right: 0;
  }
  .progress-indicator {
    border: 2px solid black;
  }
}
/* Mixins */
/* Module */
.promo {
  border-top: 1px solid rgb(189.4, 192.2, 197.8);
  clear: both;
  margin-bottom: 1em;
}
.promo h2 {
  font-size: 1.25em;
  padding-top: 0.6em;
}

.promo-cta, .promo-info {
  padding: 0 1em 0 1em;
}

.promo-cta a {
  display: block;
  padding-left: 1.2307692308em;
}
.promo-cta li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 2px no-repeat;
  margin-left: 0;
}
.nosvg .promo-cta li {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png);
}
.promo-cta ul {
  list-style-type: none;
}

/* Sub-modules */
.promo-alt1, .promo-alt2, .promo-alt3 {
  padding-top: 1em;
}

.promo-alt2 > div {
  background: rgb(229.5, 240, 246.7);
}

.promo-alt3 .promo-visual {
  padding: 0 1em 0 1em;
}

/* State */
@media screen and (min-width: 30em) {
  .promo {
    padding-top: 1em;
  }
  .promo h2 {
    padding-top: 0;
  }
  .promo .promo-cta {
    padding-left: 0;
  }
  .promo .promo-info {
    padding: 0 1em 0 0;
  }
  .promo .promo-visual {
    padding: 0 0 1em 1em;
  }
  .promo-alt2 .promo-info, .promo-alt2 .promo-visual {
    padding-top: 1em;
  }
  .promo-alt3 .promo-cta, .promo-alt3 .promo-info {
    padding-left: 0;
  }
  .promo-alt3 .promo-visual {
    padding: 0 0 1em 1em;
  }
  .promo-alt4 .promo-cta, .promo-alt4 .promo-info {
    padding: 0;
  }
}
@media screen and (min-width: 50em) {
  .promo {
    padding-top: 0;
  }
  .promo h2 {
    padding-top: 0.6em;
  }
  .promo-alt1, .promo-alt2, .promo-alt3 {
    padding-top: 1em;
  }
  .promo-alt1 .promo-cta, .promo-alt1 .promo-info, .promo-alt3 .promo-cta, .promo-alt3 .promo-info, .promo-alt4 .promo-cta, .promo-alt4 .promo-info {
    padding: 0 1em 0 1em;
  }
  .promo-alt1 .promo-visual, .promo-alt3 .promo-visual {
    padding: 0 1em 0 1em;
  }
  .promo-alt2 .promo-visual, .promo-alt4 .promo-visual {
    padding: 0;
  }
  .promo-alt2 .promo-cta, .promo-alt2 .promo-info {
    padding: 0 1em 0 1em;
  }
}
@media print {
  .promo {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.quote {
  border-top-color: rgb(189.4, 192.2, 197.8);
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 1em;
  padding-top: 0.75em;
}
.quote figcaption {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-weight: normal;
  padding-top: 1.2307692308em;
}

.quote-rating li {
  display: inline-block;
  margin: 0 0.0769230769em 0 0.0769230769em;
  padding-bottom: 0;
  width: 1.5384615385em;
}
.quote-rating ul {
  list-style-type: none;
  padding: 1.2307692308em 0 0 0;
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.rslides {
  font-size: 1em;
}
.rslides li {
  margin-left: 0;
  padding: 0;
}

.rslides_tabs {
  bottom: 0;
  list-style-type: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.rslides_tabs a {
  background: white;
  border-color: rgb(205.8, 207.9, 212.1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  display: block;
  height: 14px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  /* Usable for simple transitions, where either non-prefixed rules or all rules are being transitioned */
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 14px;
}
.rslides_tabs li {
  display: inline-block;
  margin: 0 0.75em 0 0.75em;
}

.rslides_here a {
  background: #fff451;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .rslides_tabs {
    bottom: 1em;
  }
  .rslides_tabs a {
    height: 12px;
    width: 12px;
  }
  .rslides_tabs li {
    margin: 0 0.5em 0 0.5em;
  }
}
@media screen and (max-width: 30em) {
  .rslides_tabs {
    display: none;
  }
}
/* Mixins */
/* Module */
.searchform {
  background: rgb(204, 225, 238.4);
  margin-bottom: 1em;
  padding: 1em;
}
.searchform input {
  margin: 0;
}

.searchform-button {
  float: right;
  display: none;
  visibility: hidden;
  margin-left: 1em;
}

.searchform-field {
  overflow: hidden;
  padding: 0 0.25em 0.25em 0;
  width: auto;
}
.searchform-field input {
  background: white url("/Files/Templates/Designs/PGLCore/res/img/themes/core/search.svg") right center no-repeat;
  font-size: 1.0625em;
  line-height: 1em;
  padding: 0.3529411765em 1.7647058824em 0.3529411765em 0.3529411765em;
}
.nosvg .searchform-field input {
  background-image: url("/Files/Templates/Designs/PGLCore/res/img/themes/core/search.png");
}

.searchform-offercode-field input {
  background-image: none;
}

/* Sub-modules */
.searchform-offercode {
  margin: 0;
}

/* State */
@media screen and (min-width: 30em) {
  .searchform-button {
    display: block;
    visibility: visible;
  }
}
/* Mixins */
/* Module */
.searchresult {
  border-bottom: 1px solid rgb(222.2, 223.6, 226.4);
  margin-bottom: 1em;
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.searchwidget {
  clear: both;
  margin-bottom: 1em;
  position: relative;
}
.searchwidget > h2 {
  font-size: 1.25em;
  padding: 0.6em 0 0.6em 0;
}
.searchwidget input[type=image] {
  margin-bottom: 0;
}

.searchwidget-badge {
  position: absolute;
  right: 1em;
  top: 0;
}
.searchwidget-badge, .searchwidget-badge[src$=".svg"] {
  width: 2.8125em;
}
.searchwidget-badge + h2 {
  width: 70%;
}

/* Sub-modules */
.searchwidget-linear {
  background: rgb(249.9, 252, 253.34);
  border: 1px solid rgb(229.5, 240, 246.7);
  padding: 0 1em 0 1em;
}

/* State */
@media print {
  .searchwidget {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.single {
  clear: both;
  display: block;
  float: left;
  margin-right: 0%;
  width: 90%;
}
.single:last-child {
  margin-right: 0;
}
.single {
  margin-left: 5%;
  text-align: left;
}

.single-medium {
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
}
.single-medium:last-child {
  margin-right: 0;
}
.single-medium {
  margin-left: 0%;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .single {
    display: block;
    float: left;
    margin-right: 0%;
    width: 92.5%;
  }
  .single:last-child {
    margin-right: 0;
  }
  .single {
    margin-left: 3.75%;
  }
  .single-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .single-medium:last-child {
    margin-right: 0;
  }
  .single-medium {
    margin-left: 0%;
  }
}
@media screen and (min-width: 50em) {
  .single {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95%;
  }
  .single:last-child {
    margin-right: 0;
  }
  .single {
    margin-left: 2.5%;
  }
  .single-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 74.5614035088%;
  }
  .single-medium:last-child {
    margin-right: 0;
  }
  .single-medium {
    margin-left: 12.7192982456%;
  }
}
@media screen and (min-width: 60em) {
  .single {
    display: block;
    float: left;
    margin-right: 0%;
    width: 95.7142857143%;
  }
  .single:last-child {
    margin-right: 0;
  }
  .single {
    margin-left: 2.1428571429%;
  }
  .single-medium {
    display: block;
    float: left;
    margin-right: 0%;
    width: 74.6268656716%;
  }
  .single-medium:last-child {
    margin-right: 0;
  }
  .single-medium {
    margin-left: 12.6865671642%;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.single, .single-medium {
  float: none;
} /* Override Bourbon Neat’s left float */
/* Mixins */
/* Module */
#sitemap a {
  font-size: 120%;
}

ul.M0 {
  list-style: none;
}

ul.M0 li {
  border-bottom: 1px solid #bdc0c5;
  font-weight: bold;
  padding-top: 12px;
  margin-left: 0px;
}

ul.M3 {
  padding-top: 0px;
  font-weight: normal;
}

ul.M3 li {
  border-bottom: none;
  font-weight: normal;
  padding-bottom: 0;
  padding-top: 8px;
  margin-left: 12px;
}

/* Mixins */
/* Module */
.specialoffer {
  clear: both;
  margin-bottom: 1em;
}

.specialoffer-cta {
  font-size: 1.0625em;
  line-height: 1.4117647059em;
}
.specialoffer-cta em {
  color: #0069ac;
  font-style: normal;
}

.specialoffer-visual {
  margin-bottom: 1em;
}

/* Sub-modules */
/* State */
/* Mixins */
/* Module */
.subnav {
  background: rgb(229.5, 240, 246.7);
  margin-bottom: 1em;
}
.subnav li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.svg) 0 2px no-repeat;
  margin-left: 0;
  padding-left: 1.5384615385em;
}
.nosvg .subnav li {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/arrows/blue/right.png) 0 2px no-repeat;
}
.subnav nav {
  padding: 0 1em 0 1em;
}
.subnav time {
  font-size: 0.8461538462em;
}
.subnav ul {
  clear: both;
  list-style-type: none;
}

.subnav-link-isactive {
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
}

/* Sub-modules */
.subnav-nested {
  margin-bottom: 0.125em;
}

/* State */
@media print {
  .subnav, .subnav-nested-container {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.supplementary {
  clear: both;
}

.supplementary-choose {
  background: #0069ac;
  padding: 0.5em 0 0.5em 0;
}

.supplementary-choose-instruction {
  color: white;
  font-family: "HelveticaNeueW02-65Medi", arial, sans-serif;
  font-size: 0.8125em;
  line-height: 1.3076923077em;
  padding: 0 0.6153846154em 0.6153846154em 0.6153846154em;
}

.supplementary-choose-options {
  padding: 0 0.5em 0 0.5em;
}

.supplementary-content {
  background: rgb(229.5, 240, 246.7);
}

.supplementary-info {
  padding: 0.5em 0.5em 0 0.5em;
}
.supplementary-info h3 {
  font-size: 1em;
  padding-top: 0.5em;
}

.supplementary-visual {
  padding: 0 0.5em 0.5em 0.5em;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .supplementary-choose-instruction, .supplementary-choose-options {
    padding: 0 0.5em 0 0.5em;
  }
  .supplementary-choose-options select {
    width: 50%;
  }
  .supplementary-info, .supplementary-visual {
    padding: 0.5em;
  }
  .supplementary-info h3 {
    padding-top: 0;
  }
}
@media print {
  .supplementary {
    border: 1px solid rgb(173, 176.5, 183.5);
    page-break-inside: avoid;
  }
  .supplementary-choose {
    display: none;
    visibility: hidden;
  }
}
/* Mixins */
/* Module */
.table-2col td, .table-2col th, .table-3col td, .table-3col th, .table-4col td, .table-4col th, .table-5col td, .table-5col th, .table-6col td, .table-6col th {
  width: 50%;
}

.table-3col td, .table-3col th, .table-4col td, .table-4col th, .table-5col td, .table-5col th, .table-6col td, .table-6col th {
  display: none;
  visibility: hidden;
}
.table-3col th[scope=col]:first-child, .table-3col th[scope=row], .table-3col .table-col-isactive, .table-4col th[scope=col]:first-child, .table-4col th[scope=row], .table-4col .table-col-isactive, .table-5col th[scope=col]:first-child, .table-5col th[scope=row], .table-5col .table-col-isactive, .table-6col th[scope=col]:first-child, .table-6col th[scope=row], .table-6col .table-col-isactive {
  display: table-cell;
  visibility: visible;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 50em) {
  .table-3col td, .table-3col th, .table-4col td, .table-4col th, .table-5col td, .table-5col th, .table-6col td, .table-6col th {
    display: table-cell;
    visibility: visible;
  }
  .table-3col td, .table-3col th {
    width: 33.333333%;
  }
  .table-4col td, .table-4col th {
    width: 25%;
  }
  .table-5col td, .table-5col th {
    width: 20%;
  }
  .table-6col td, .table-6col th {
    width: 16.666666%;
  }
}
@media print {
  .table-3col td, .table-3col th, .table-4col td, .table-4col th, .table-5col td, .table-5col th, .table-6col td, .table-6col th {
    display: table-cell;
    visibility: visible;
  }
  .table-3col td, .table-3col th {
    width: 33.333333%;
  }
  .table-4col td, .table-4col th {
    width: 25%;
  }
  .table-5col td, .table-5col th {
    width: 20%;
  }
  .table-6col td, .table-6col th {
    width: 16.666666%;
  }
}
/* Mixins */
/* Module */
.tipsy {
  font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
}

.tipsy-arrow-s {
  border-top-color: #0069ac;
}

.tipsy-inner {
  background-color: #0069ac;
  box-shadow: 0 1px 1px #5b6270;
  color: white;
  max-width: 12.5em;
  padding: 0.3076923077em 0.6153846154em 0.3076923077em 0.6153846154em;
}

/* Sub-modules */
/* State */
.tint .tint-header {
  padding: 2% 0;
}
.tint .tint-header h1, .tint .tint-header h1 a, .tint .tint-header h2, .tint .tint-header h2 a, .tint .tint-header h3, .tint .tint-header h3 a, .tint .tint-header p, .tint .tint-header p a {
  text-align: center;
}
.tint .tint-header h1, .tint .tint-header h2, .tint .tint-header h3 {
  padding-bottom: 0;
}
.tint .tint-header h1 b, .tint .tint-header h1 strong, .tint .tint-header h2 b, .tint .tint-header h2 strong, .tint .tint-header h3 b, .tint .tint-header h3 strong {
  color: #0069ac;
}

/* Mixins */
/* Module */
.toggle {
  position: relative;
}

.toggle-favourite a {
  background: transparent url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/favourite.svg) 0.6923076923em top no-repeat;
  color: #5b6270;
  display: inline-block;
  height: 1.3076923077em;
  padding: 0 0 0 2.9230769231em;
}
.nosvg .toggle-favourite a {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/favourite.png);
}

.toggle-favourite-isactive a {
  background-position: 0.6923076923em bottom;
}

.toggle-help {
  background: #0069ac;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
}

.toggle-icon {
  display: block;
}

.toggle-icon-isactive {
  background: #5b6270;
}

.toggle-jump {
  background: #404652 url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/toggle/jump.svg) left top no-repeat;
  float: left;
  height: 28px;
  height: 1.75rem;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 28px;
  width: 1.75rem;
}
.nosvg .toggle-jump {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/header/toggle/jump.gif);
}

.toggle-jump-isactive {
  background-position: bottom left;
}

.toggle-navigation {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  width: 2.1875em;
}

.toggle-status {
  font-size: 1em;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle-status li {
  display: inline-block;
  margin-left: 0.125em;
  padding-bottom: 0;
  width: 2.1875em;
}

.toggle-table {
  padding-bottom: 0.6153846154em;
}

.toggle-table-col {
  border: 1px solid rgb(204, 225, 238.4);
  border-radius: 0.3076923077em;
  display: inline-block;
  margin-bottom: 0.6153846154em;
  margin-right: 0.6153846154em;
  padding: 0.3076923077em;
}
.toggle-table-col, .toggle-table-col:hover {
  text-decoration: none;
}

.toggle-table-col-isactive {
  background: #0069ac;
  border-color: #0069ac;
  color: white;
}

/* Sub-modules */
/* State */
@media screen and (min-width: 30em) {
  .toggle-navigation, .toggle-status {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 50em) {
  .toggle-jump {
    margin-left: 128px;
    margin-left: 8rem;
  }
  .toggle-table {
    display: none;
    visibility: hidden;
  }
}
@media print {
  .toggle-favourite, .toggle-jump, .toggle-navigation, .toggle-status, .toggle-table {
    display: none;
    visibility: hidden;
  }
}
/* Module and sub-module rules below are here because they affect all breakpoints */
/* Module */
.toggle-jtable-col-isinactive {
  display: none;
  visibility: hidden;
}

/* Modules here are imported after the others so their rules always take precedence. */
/* Mixins */
/* Module */
.download {
  clear: both;
  list-style-type: none;
}
.download, .download li:last-child {
  padding-bottom: 0;
}
.download li {
  margin-left: 0;
}
.download li, .nosvg .download li {
  background: none;
}
.download li a {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/link.png);
  display: inline-block;
  min-height: 2em;
  padding: 0.3846153846em 1.2307692308em 0 2.9230769231em;
}
.not-started .download li a {
  color: red;
}
.in-progress .download li a {
  color: orange;
}
.is-complete .download li a {
  color: green;
}
.download li a[href$=".nick"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/nick.svg);
}
.nosvg .download li a[href$=".nick"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/nick.png);
}
.download li a[href$=".doc"], .download li a[href$=".docx"], .download li a[href*="FileType=DOC"], .download li a[href*="FileType=DOCX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/doc.svg);
}
.nosvg .download li a[href$=".doc"], .nosvg .download li a[href$=".docx"], .nosvg .download li a[href*="FileType=DOC"], .nosvg .download li a[href*="FileType=DOCX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/doc.png);
}
.download li a[href$=".pdf"], .download li a[href*="FileType=PDF"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/pdf.svg);
}
.nosvg .download li a[href$=".pdf"], .nosvg .download li a[href*="FileType=PDF"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/pdf.png);
}
.download li a[href$=".ppt"], .download li a[href$=".pptx"], .download li a[href*="FileType=PPT"], .download li a[href*="FileType=PPTX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/ppt.svg);
}
.nosvg .download li a[href$=".ppt"], .nosvg .download li a[href$=".pptx"], .nosvg .download li a[href*="FileType=PPT"], .nosvg .download li a[href*="FileType=PPTX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/ppt.png);
}
.download li a[href$=".xls"], .download li a[href$=".xlsx"], .download li a[href*="FileType=XLS"], .download li a[href*="FileType=XLSX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/xls.svg);
}
.nosvg .download li a[href$=".xls"], .nosvg .download li a[href$=".xlsx"], .nosvg .download li a[href*="FileType=XLS"], .nosvg .download li a[href*="FileType=XLSX"] {
  background-image: url(/Files/Templates/Designs/PGLCore/res/img/themes/core/download/xls.png);
}
.download li {
  /*
          a .not-started {
              color: red;
          }

          a .in-progress {
              color: orange;
          }

          a .is-complete {
              color: green;
          }
  */
}
.download small, .download strong {
  display: block;
}
.download small {
  font-size: 0.9em;
}
.download strong {
  padding-bottom: 0.2307692308em;
}

/* Sub-modules */
/* State */
@media print {
  .download a {
    color: black;
    padding-left: 0;
    text-decoration: underline;
  }
  .download a:after {
    color: black;
    content: " (" attr(href) ")";
    word-wrap: break-word;
  }
}
/* Modules end */
/* Theme end */
.toggle-favourite {
  display: none;
}

.movieclapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
  fill: #a9a9a9;
  opacity: 0.6;
  width: 55px;
  height: auto;
}

.movieclapper:hover {
  fill: #ec008c;
  opacity: 1;
  width: 55px;
  height: auto;
}

@media print {
  .addthis {
    display: none;
    visibility: hidden;
  }
  #footer-container {
    display: none;
    visibility: hidden;
  }
  .cookienotice {
    display: none;
    visibility: hidden;
  }
  #topBtn {
    display: none;
    visibility: hidden;
  }
}
.k10-html-container .fade:not(.show) {
  opacity: 1;
}

.k10-html-container .k10-w-recipe__info-wrapper {
  vertical-align: bottom;
}

.k10-html-container .k10-course_level_1 {
  padding-bottom: 40px;
}

.k10-html-container .k10-course__name_level_1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius: 5px;
}

.k10-html-container .k10-course__name_level_2:after {
  height: 2px !important;
}

.k10-html-container .k10-w-header {
  border-radius: 5px;
  line-height: 25px;
}

.k10-html-container .k10-w-menu__desc {
  display: block;
}

.k10-html-container .k10-w-menu__desc b {
  color: #0062A7;
  margin-bottom: 20px;
  font-size: 18pt;
}

.k10-html-container .k10-w-menu__desc br {
  display: block;
  content: "";
  height: 15px;
}

.k10-html-container .k10-toolbar__menu-container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 25px;
}

@media (min-width: 1600px) {
  .k10-html-container .k10-toolbar__label-filters {
    width: 80% !important;
  }
}
.k10-html-container .k10-w-footer__text br {
  content: "";
  height: 10px;
  display: block;
}

.k10-html-container .k10-w-header strong {
  margin-bottom: 20px;
  font-size: 18pt;
}

.k10-html-container .k10-w-header br {
  content: "";
  height: 10px;
  display: block;
}

@media (max-width: 991px) {
  .k10-html-container .k10-labels-filter2_button .k10-labels-filter2__option_suitable:first-of-type {
    margin-top: 10px !important;
  }
}
.k10-html-container .k10-menus .k10-footer {
  padding: 16px 1%;
  font-size: 13px;
  text-align: center;
}

.k10-html-container .k10-course__desc_level_2 {
  font-size: 18px;
  font-family: Arial !important;
  color: #575756;
  font-weight: 400;
  line-height: 26px;
}

.k10-html-container .k10-menu-section-selector__options-li {
  margin: 0 25px !important;
  padding: 0px 5px !important;
}

.k10-html-container .k10-menu-section-selector__options-li.first {
  margin-left: auto !important;
}

.k10-html-container .k10-menu-section-selector__options-li.last {
  margin-right: auto !important;
}

.k10-html-container span.k10-recipe__desc.k10-w-recipe__desc {
  line-height: 20px;
}

.k10-html-container .k10-recipe__name.k10-w-recipe__name {
  line-height: 22px;
}

.k10-html-container div {
  text-align: initial;
}
/*# sourceMappingURL=maps/style.css.map */
