<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: auto;
  src: url('/application/themes/custom/css/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/application/themes/custom/css/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/application/themes/custom/css/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/application/themes/custom/css/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/application/themes/custom/css/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/* Frutiger */
@font-face {
  font-family: "Frutiger LT Pro";
  font-display: auto;
  src: url("/application/themes/custom/css/fonts/1475732/c13b5491-0ad0-401e-8b39-03a88965ce5a.eot");
  src: url("/application/themes/custom/css/fonts/1475732/c13b5491-0ad0-401e-8b39-03a88965ce5a.eot?#iefix") format("embedded-opentype"), url("/application/themes/custom/css/fonts/1475732/1925eb3e-b843-445d-8072-f11f28e0562f.woff2") format("woff2"), url("/application/themes/custom/css/fonts/1475732/ef7e8467-66c5-4521-afc4-777f6cf72ec4.woff") format("woff"), url("/application/themes/custom/css/fonts/1475732/c1bbbd49-cc08-4ec8-a63d-8cbd6936c666.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Frutiger LT Pro";
  font-display: auto;
  src: url("/application/themes/custom/css/fonts/1475740/4ae7b88b-fb5d-4cb5-9888-78298ad2a973.eot");
  src: url("/application/themes/custom/css/fonts/1475740/4ae7b88b-fb5d-4cb5-9888-78298ad2a973.eot?#iefix") format("embedded-opentype"), url("/application/themes/custom/css/fonts/1475740/60cae32f-adbc-4849-a2a7-51f8148b3332.woff2") format("woff2"), url("/application/themes/custom/css/fonts/1475740/3963cec0-c35f-41fa-adb6-4ef3fc0bb056.woff") format("woff"), url("/application/themes/custom/css/fonts/1475740/95a1e677-b284-4b7e-86f9-b684fba2e7da.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Frutiger LT Pro";
  font-display: auto;
  src: url("/application/themes/custom/css/fonts/1475748/840b1eda-acf5-4788-867d-beaf576d7600.eot");
  src: url("/application/themes/custom/css/fonts/1475748/840b1eda-acf5-4788-867d-beaf576d7600.eot?#iefix") format("embedded-opentype"), url("/application/themes/custom/css/fonts/1475748/be2eb9d5-ee74-4084-b711-fe64163d1439.woff2") format("woff2"), url("/application/themes/custom/css/fonts/1475748/8b1cbfbd-4fa3-4330-8e32-552125871646.woff") format("woff"), url("/application/themes/custom/css/fonts/1475748/9b0d5970-235c-47a8-b94d-a7fe9dea7585.ttf") format("truetype");
  font-weight: 700;
}
/* GLOBAL */
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.ccm-page {
  transition: 0.3s !important;
  /* CLASSES */
  top: 35px;
  top: 0px !important;
  overflow: visible;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .floatLeft {
  float: left;
}
.ccm-page .floatRight {
  float: right;
}
.ccm-page .clearLeft {
  clear: left;
}
.ccm-page .clearRight {
  clear: right;
}
.ccm-page .clearBoth {
  clear: both;
}
.ccm-page .textLeft {
  text-align: left;
}
.ccm-page .textRight {
  text-align: right;
}
.ccm-page .textCen {
  text-align: center;
}
.ccm-page .textJust {
  text-align: justify;
}
.ccm-page .posRel {
  position: relative;
}
.ccm-page .posAb {
  position: absolute;
}
.ccm-page .posFix {
  position: fixed;
}
.ccm-page .disBl {
  display: block;
}
.ccm-page .disIn {
  display: inline;
}
.ccm-page .disInbl {
  display: inline-block;
}
.ccm-page .disNone {
  display: none;
}
.ccm-page.edit-mode {
  position: static;
}
.skiplinks__link {
  padding: 6px 14px;
  min-width: 250px;
  position: absolute;
  top: 2px;
  left: -9999px;
  color: #000000;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-align: center;
}
.skiplinks__link:focus {
  left: 2px;
  z-index: 10000;
  color: #000000;
  background-color: #ffb81c;
}
.skiplinks__link:hover {
  background-color: #ffd069;
  text-decoration: none;
}
.cc-window {
  font-family: "Frutiger LT Pro", sans-serif;
}
@media all and (max-width: 767px) {
  .cc-window {
    flex-direction: column !important;
  }
  .cc-window .cc-message {
    margin-right: 0;
  }
  .cc-window .cc-compliance {
    display: block;
    flex: 1 1 auto;
  }
  .cc-window .cc-compliance .cc-btn {
    width: 100%;
    display: block;
  }
  .cc-window .cc-compliance .cc-btn + .cc-btn {
    margin: 6px 0 0;
  }
}
button.cc-revoke {
  margin: 0;
  padding: 8px 12px;
  position: fixed;
  bottom: 0;
  left: 10px;
  background-color: #e8edee;
  color: #000000;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #bccbcd;
  border-bottom: none;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -ms-transition: 60ms all linear;
  -moz-transition: 60ms all linear;
  -webkit-transition: 60ms all linear;
  -o-transition: 60ms all linear;
  transition: 60ms all linear;
}
button.cc-revoke:hover,
button.cc-revoke:focus {
  background-color: #cbd6d8;
  text-decoration: underline !important;
}
@media all and (max-width: 390px) {
  button.cc-revoke {
    padding: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
}
.header a,
.main a,
.footer a,
.fancybox-container a {
  text-decoration: underline;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header a:hover,
.main a:hover,
.footer a:hover,
.fancybox-container a:hover,
.header a:focus,
.main a:focus,
.footer a:focus,
.fancybox-container a:focus,
.header a:active,
.main a:active,
.footer a:active,
.fancybox-container a:active {
  text-decoration: underline;
}
.header img,
.main img,
.footer img,
.fancybox-container img {
  max-width: 100%;
  height: auto !important;
}
.header .core-style,
.main .core-style,
.footer .core-style,
.fancybox-container .core-style {
  font-family: "Frutiger LT Pro", sans-serif;
  color: #000000;
}
.header .core-style *:last-child,
.main .core-style *:last-child,
.footer .core-style *:last-child,
.fancybox-container .core-style *:last-child {
  margin-bottom: 0;
}
.header .core-style .ccm-custom-style-container,
.main .core-style .ccm-custom-style-container,
.footer .core-style .ccm-custom-style-container,
.fancybox-container .core-style .ccm-custom-style-container {
  margin: 0 0 30px;
}
.header .core-style *:last-child,
.main .core-style *:last-child,
.footer .core-style *:last-child,
.fancybox-container .core-style *:last-child {
  margin-bottom: 0;
}
.header .core-style .row.custom-row [class*="col-"],
.main .core-style .row.custom-row [class*="col-"],
.footer .core-style .row.custom-row [class*="col-"],
.fancybox-container .core-style .row.custom-row [class*="col-"] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .header .core-style .row.custom-row [class*="col-sm-"],
  .main .core-style .row.custom-row [class*="col-sm-"],
  .footer .core-style .row.custom-row [class*="col-sm-"],
  .fancybox-container .core-style .row.custom-row [class*="col-sm-"] {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header .core-style .row.custom-row [class*="col-md-"],
  .main .core-style .row.custom-row [class*="col-md-"],
  .footer .core-style .row.custom-row [class*="col-md-"],
  .fancybox-container .core-style .row.custom-row [class*="col-md-"] {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header .core-style .row.custom-row [class*="col-lg-"],
  .main .core-style .row.custom-row [class*="col-lg-"],
  .footer .core-style .row.custom-row [class*="col-lg-"],
  .fancybox-container .core-style .row.custom-row [class*="col-lg-"] {
    margin-bottom: 0;
  }
}
.header .core-style h1,
.main .core-style h1,
.footer .core-style h1,
.fancybox-container .core-style h1,
.header .core-style h2,
.main .core-style h2,
.footer .core-style h2,
.fancybox-container .core-style h2,
.header .core-style h3,
.main .core-style h3,
.footer .core-style h3,
.fancybox-container .core-style h3,
.header .core-style h4,
.main .core-style h4,
.footer .core-style h4,
.fancybox-container .core-style h4,
.header .core-style h5,
.main .core-style h5,
.footer .core-style h5,
.fancybox-container .core-style h5,
.header .core-style h6,
.main .core-style h6,
.footer .core-style h6,
.fancybox-container .core-style h6 {
  margin: 0 0 30px;
  color: #ae2573;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Frutiger LT Pro", sans-serif;
}
.header .core-style h1 img,
.main .core-style h1 img,
.footer .core-style h1 img,
.fancybox-container .core-style h1 img,
.header .core-style h2 img,
.main .core-style h2 img,
.footer .core-style h2 img,
.fancybox-container .core-style h2 img,
.header .core-style h3 img,
.main .core-style h3 img,
.footer .core-style h3 img,
.fancybox-container .core-style h3 img,
.header .core-style h4 img,
.main .core-style h4 img,
.footer .core-style h4 img,
.fancybox-container .core-style h4 img,
.header .core-style h5 img,
.main .core-style h5 img,
.footer .core-style h5 img,
.fancybox-container .core-style h5 img,
.header .core-style h6 img,
.main .core-style h6 img,
.footer .core-style h6 img,
.fancybox-container .core-style h6 img {
  margin-bottom: 0 !important;
}
.header .core-style p,
.main .core-style p,
.footer .core-style p,
.fancybox-container .core-style p,
.header .core-style ul,
.main .core-style ul,
.footer .core-style ul,
.fancybox-container .core-style ul,
.header .core-style ol,
.main .core-style ol,
.footer .core-style ol,
.fancybox-container .core-style ol,
.header .core-style blockquote,
.main .core-style blockquote,
.footer .core-style blockquote,
.fancybox-container .core-style blockquote,
.header .core-style address,
.main .core-style address,
.footer .core-style address,
.fancybox-container .core-style address,
.header .core-style pre,
.main .core-style pre,
.footer .core-style pre,
.fancybox-container .core-style pre {
  margin: 0 0 30px;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Frutiger LT Pro", sans-serif;
}
.header .core-style strong,
.main .core-style strong,
.footer .core-style strong,
.fancybox-container .core-style strong {
  font-weight: bold;
}
.header .core-style h1,
.main .core-style h1,
.footer .core-style h1,
.fancybox-container .core-style h1 {
  font-size: 38px;
  font-size: 3.8rem;
}
.header .core-style h2,
.main .core-style h2,
.footer .core-style h2,
.fancybox-container .core-style h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
.header .core-style h3,
.main .core-style h3,
.footer .core-style h3,
.fancybox-container .core-style h3 {
  font-size: 28px;
  font-size: 2.8rem;
}
.header .core-style h4,
.main .core-style h4,
.footer .core-style h4,
.fancybox-container .core-style h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
.header .core-style h5,
.main .core-style h5,
.footer .core-style h5,
.fancybox-container .core-style h5 {
  font-size: 20px;
  font-size: 2rem;
}
.header .core-style h6,
.main .core-style h6,
.footer .core-style h6,
.fancybox-container .core-style h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.header .core-style ul,
.main .core-style ul,
.footer .core-style ul,
.fancybox-container .core-style ul,
.header .core-style ol,
.main .core-style ol,
.footer .core-style ol,
.fancybox-container .core-style ol {
  padding: 0 0 0 20px;
}
.header .core-style ul li,
.main .core-style ul li,
.footer .core-style ul li,
.fancybox-container .core-style ul li,
.header .core-style ol li,
.main .core-style ol li,
.footer .core-style ol li,
.fancybox-container .core-style ol li {
  margin: 0 0 10px;
}
.header .core-style ul li ul,
.main .core-style ul li ul,
.footer .core-style ul li ul,
.fancybox-container .core-style ul li ul,
.header .core-style ol li ul,
.main .core-style ol li ul,
.footer .core-style ol li ul,
.fancybox-container .core-style ol li ul,
.header .core-style ul li ol,
.main .core-style ul li ol,
.footer .core-style ul li ol,
.fancybox-container .core-style ul li ol,
.header .core-style ol li ol,
.main .core-style ol li ol,
.footer .core-style ol li ol,
.fancybox-container .core-style ol li ol {
  margin: 10px 0 0;
}
.header .core-style a,
.main .core-style a,
.footer .core-style a,
.fancybox-container .core-style a {
  color: #003087;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-word;
}
.header .core-style a:hover,
.main .core-style a:hover,
.footer .core-style a:hover,
.fancybox-container .core-style a:hover,
.header .core-style a:focus,
.main .core-style a:focus,
.footer .core-style a:focus,
.fancybox-container .core-style a:focus,
.header .core-style a:active,
.main .core-style a:active,
.footer .core-style a:active,
.fancybox-container .core-style a:active {
  text-decoration: none !important;
}
.header .core-style a.button-link,
.main .core-style a.button-link,
.footer .core-style a.button-link,
.fancybox-container .core-style a.button-link {
  text-decoration: none;
}
.header .core-style a.button-link:hover,
.main .core-style a.button-link:hover,
.footer .core-style a.button-link:hover,
.fancybox-container .core-style a.button-link:hover,
.header .core-style a.button-link:focus,
.main .core-style a.button-link:focus,
.footer .core-style a.button-link:focus,
.fancybox-container .core-style a.button-link:focus,
.header .core-style a.button-link:active,
.main .core-style a.button-link:active,
.footer .core-style a.button-link:active,
.fancybox-container .core-style a.button-link:active {
  text-decoration: none !important;
}
.header .core-style blockquote,
.main .core-style blockquote,
.footer .core-style blockquote,
.fancybox-container .core-style blockquote {
  padding: 25px !important;
  background: #f9f9fa;
  border-left: 4px solid #ae2573;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header .core-style blockquote &gt; *:last-child,
.main .core-style blockquote &gt; *:last-child,
.footer .core-style blockquote &gt; *:last-child,
.fancybox-container .core-style blockquote &gt; *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .header .core-style blockquote,
  .main .core-style blockquote,
  .footer .core-style blockquote,
  .fancybox-container .core-style blockquote {
    padding: 20px !important;
  }
}
.header .core-style .content-block img,
.main .core-style .content-block img,
.footer .core-style .content-block img,
.fancybox-container .core-style .content-block img,
.header .core-style .single-accordion img,
.main .core-style .single-accordion img,
.footer .core-style .single-accordion img,
.fancybox-container .core-style .single-accordion img,
.header .core-style .lightbox-content img,
.main .core-style .lightbox-content img,
.footer .core-style .lightbox-content img,
.fancybox-container .core-style .lightbox-content img {
  margin: 0 0 30px;
}
.header .core-style .content-block img[style*="float:left"],
.main .core-style .content-block img[style*="float:left"],
.footer .core-style .content-block img[style*="float:left"],
.fancybox-container .core-style .content-block img[style*="float:left"],
.header .core-style .single-accordion img[style*="float:left"],
.main .core-style .single-accordion img[style*="float:left"],
.footer .core-style .single-accordion img[style*="float:left"],
.fancybox-container .core-style .single-accordion img[style*="float:left"],
.header .core-style .lightbox-content img[style*="float:left"],
.main .core-style .lightbox-content img[style*="float:left"],
.footer .core-style .lightbox-content img[style*="float:left"],
.fancybox-container .core-style .lightbox-content img[style*="float:left"],
.header .core-style .content-block img[style*="float: left"],
.main .core-style .content-block img[style*="float: left"],
.footer .core-style .content-block img[style*="float: left"],
.fancybox-container .core-style .content-block img[style*="float: left"],
.header .core-style .single-accordion img[style*="float: left"],
.main .core-style .single-accordion img[style*="float: left"],
.footer .core-style .single-accordion img[style*="float: left"],
.fancybox-container .core-style .single-accordion img[style*="float: left"],
.header .core-style .lightbox-content img[style*="float: left"],
.main .core-style .lightbox-content img[style*="float: left"],
.footer .core-style .lightbox-content img[style*="float: left"],
.fancybox-container .core-style .lightbox-content img[style*="float: left"] {
  margin-right: 30px;
}
.header .core-style .content-block img[style*="float:right"],
.main .core-style .content-block img[style*="float:right"],
.footer .core-style .content-block img[style*="float:right"],
.fancybox-container .core-style .content-block img[style*="float:right"],
.header .core-style .single-accordion img[style*="float:right"],
.main .core-style .single-accordion img[style*="float:right"],
.footer .core-style .single-accordion img[style*="float:right"],
.fancybox-container .core-style .single-accordion img[style*="float:right"],
.header .core-style .lightbox-content img[style*="float:right"],
.main .core-style .lightbox-content img[style*="float:right"],
.footer .core-style .lightbox-content img[style*="float:right"],
.fancybox-container .core-style .lightbox-content img[style*="float:right"],
.header .core-style .content-block img[style*="float: right"],
.main .core-style .content-block img[style*="float: right"],
.footer .core-style .content-block img[style*="float: right"],
.fancybox-container .core-style .content-block img[style*="float: right"],
.header .core-style .single-accordion img[style*="float: right"],
.main .core-style .single-accordion img[style*="float: right"],
.footer .core-style .single-accordion img[style*="float: right"],
.fancybox-container .core-style .single-accordion img[style*="float: right"],
.header .core-style .lightbox-content img[style*="float: right"],
.main .core-style .lightbox-content img[style*="float: right"],
.footer .core-style .lightbox-content img[style*="float: right"],
.fancybox-container .core-style .lightbox-content img[style*="float: right"] {
  margin-left: 30px;
}
.header .core-style .content-block p img,
.main .core-style .content-block p img,
.footer .core-style .content-block p img,
.fancybox-container .core-style .content-block p img,
.header .core-style .single-accordion p img,
.main .core-style .single-accordion p img,
.footer .core-style .single-accordion p img,
.fancybox-container .core-style .single-accordion p img,
.header .core-style .lightbox-content p img,
.main .core-style .lightbox-content p img,
.footer .core-style .lightbox-content p img,
.fancybox-container .core-style .lightbox-content p img {
  margin-bottom: 0;
}
.header .core-style .content-block p img[style*="float:left"],
.main .core-style .content-block p img[style*="float:left"],
.footer .core-style .content-block p img[style*="float:left"],
.fancybox-container .core-style .content-block p img[style*="float:left"],
.header .core-style .single-accordion p img[style*="float:left"],
.main .core-style .single-accordion p img[style*="float:left"],
.footer .core-style .single-accordion p img[style*="float:left"],
.fancybox-container .core-style .single-accordion p img[style*="float:left"],
.header .core-style .lightbox-content p img[style*="float:left"],
.main .core-style .lightbox-content p img[style*="float:left"],
.footer .core-style .lightbox-content p img[style*="float:left"],
.fancybox-container .core-style .lightbox-content p img[style*="float:left"],
.header .core-style .content-block p img[style*="float: left"],
.main .core-style .content-block p img[style*="float: left"],
.footer .core-style .content-block p img[style*="float: left"],
.fancybox-container .core-style .content-block p img[style*="float: left"],
.header .core-style .single-accordion p img[style*="float: left"],
.main .core-style .single-accordion p img[style*="float: left"],
.footer .core-style .single-accordion p img[style*="float: left"],
.fancybox-container .core-style .single-accordion p img[style*="float: left"],
.header .core-style .lightbox-content p img[style*="float: left"],
.main .core-style .lightbox-content p img[style*="float: left"],
.footer .core-style .lightbox-content p img[style*="float: left"],
.fancybox-container .core-style .lightbox-content p img[style*="float: left"],
.header .core-style .content-block p img[style*="float:right"],
.main .core-style .content-block p img[style*="float:right"],
.footer .core-style .content-block p img[style*="float:right"],
.fancybox-container .core-style .content-block p img[style*="float:right"],
.header .core-style .single-accordion p img[style*="float:right"],
.main .core-style .single-accordion p img[style*="float:right"],
.footer .core-style .single-accordion p img[style*="float:right"],
.fancybox-container .core-style .single-accordion p img[style*="float:right"],
.header .core-style .lightbox-content p img[style*="float:right"],
.main .core-style .lightbox-content p img[style*="float:right"],
.footer .core-style .lightbox-content p img[style*="float:right"],
.fancybox-container .core-style .lightbox-content p img[style*="float:right"],
.header .core-style .content-block p img[style*="float: right"],
.main .core-style .content-block p img[style*="float: right"],
.footer .core-style .content-block p img[style*="float: right"],
.fancybox-container .core-style .content-block p img[style*="float: right"],
.header .core-style .single-accordion p img[style*="float: right"],
.main .core-style .single-accordion p img[style*="float: right"],
.footer .core-style .single-accordion p img[style*="float: right"],
.fancybox-container .core-style .single-accordion p img[style*="float: right"],
.header .core-style .lightbox-content p img[style*="float: right"],
.main .core-style .lightbox-content p img[style*="float: right"],
.footer .core-style .lightbox-content p img[style*="float: right"],
.fancybox-container .core-style .lightbox-content p img[style*="float: right"] {
  margin-bottom: 15px;
}
.header .core-style hr,
.main .core-style hr,
.footer .core-style hr,
.fancybox-container .core-style hr {
  border-color: #000000;
  margin: 30px 0;
  clear: both;
}
.header .core-style img.content-editor-image-left,
.main .core-style img.content-editor-image-left,
.footer .core-style img.content-editor-image-left,
.fancybox-container .core-style img.content-editor-image-left,
.header .core-style img[style*="float: left"],
.main .core-style img[style*="float: left"],
.footer .core-style img[style*="float: left"],
.fancybox-container .core-style img[style*="float: left"],
.header .core-style img[style*="float:left"],
.main .core-style img[style*="float:left"],
.footer .core-style img[style*="float:left"],
.fancybox-container .core-style img[style*="float:left"] {
  margin-right: 30px;
}
.header .core-style img.content-editor-image-right,
.main .core-style img.content-editor-image-right,
.footer .core-style img.content-editor-image-right,
.fancybox-container .core-style img.content-editor-image-right,
.header .core-style img[style*="float: right"],
.main .core-style img[style*="float: right"],
.footer .core-style img[style*="float: right"],
.fancybox-container .core-style img[style*="float: right"],
.header .core-style img[style*="float:right"],
.main .core-style img[style*="float:right"],
.footer .core-style img[style*="float:right"],
.fancybox-container .core-style img[style*="float:right"] {
  margin-left: 30px;
}
.header .core-style .content-block,
.main .core-style .content-block,
.footer .core-style .content-block,
.fancybox-container .core-style .content-block {
  margin-bottom: 15px;
}
.header .core-style .content-block hr,
.main .core-style .content-block hr,
.footer .core-style .content-block hr,
.fancybox-container .core-style .content-block hr {
  margin: 0 0 30px;
}
.header .core-style .table-wrapper,
.main .core-style .table-wrapper,
.footer .core-style .table-wrapper,
.fancybox-container .core-style .table-wrapper {
  margin: 0 0 30px;
}
.header .core-style .table-wrapper .inner,
.main .core-style .table-wrapper .inner,
.footer .core-style .table-wrapper .inner,
.fancybox-container .core-style .table-wrapper .inner {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 0 0 30px;
}
.header .core-style .table-wrapper .inner table,
.main .core-style .table-wrapper .inner table,
.footer .core-style .table-wrapper .inner table,
.fancybox-container .core-style .table-wrapper .inner table {
  margin: 0;
}
.header .core-style .table-wrapper.overflowed:before,
.main .core-style .table-wrapper.overflowed:before,
.footer .core-style .table-wrapper.overflowed:before,
.fancybox-container .core-style .table-wrapper.overflowed:before {
  content: "Scroll left/right to view more";
  display: block;
  text-align: right;
  font-style: italic;
  margin: 0 0 5px;
}
.header .core-style .table-wrapper table,
.main .core-style .table-wrapper table,
.footer .core-style .table-wrapper table,
.fancybox-container .core-style .table-wrapper table {
  margin: 0;
}
.header .core-style .content-block table,
.main .core-style .content-block table,
.footer .core-style .content-block table,
.fancybox-container .core-style .content-block table,
.header .core-style .document-library table,
.main .core-style .document-library table,
.footer .core-style .document-library table,
.fancybox-container .core-style .document-library table,
.header .core-style .single-accordion table,
.main .core-style .single-accordion table,
.footer .core-style .single-accordion table,
.fancybox-container .core-style .single-accordion table,
.header .core-style .table-wrapper table,
.main .core-style .table-wrapper table,
.footer .core-style .table-wrapper table,
.fancybox-container .core-style .table-wrapper table {
  border: 0;
  margin: 0 0 30px;
  width: 100% !important;
  overflow: hidden;
}
.header .core-style .content-block table th,
.main .core-style .content-block table th,
.footer .core-style .content-block table th,
.fancybox-container .core-style .content-block table th,
.header .core-style .document-library table th,
.main .core-style .document-library table th,
.footer .core-style .document-library table th,
.fancybox-container .core-style .document-library table th,
.header .core-style .single-accordion table th,
.main .core-style .single-accordion table th,
.footer .core-style .single-accordion table th,
.fancybox-container .core-style .single-accordion table th,
.header .core-style .table-wrapper table th,
.main .core-style .table-wrapper table th,
.footer .core-style .table-wrapper table th,
.fancybox-container .core-style .table-wrapper table th,
.header .core-style .content-block table td,
.main .core-style .content-block table td,
.footer .core-style .content-block table td,
.fancybox-container .core-style .content-block table td,
.header .core-style .document-library table td,
.main .core-style .document-library table td,
.footer .core-style .document-library table td,
.fancybox-container .core-style .document-library table td,
.header .core-style .single-accordion table td,
.main .core-style .single-accordion table td,
.footer .core-style .single-accordion table td,
.fancybox-container .core-style .single-accordion table td,
.header .core-style .table-wrapper table td,
.main .core-style .table-wrapper table td,
.footer .core-style .table-wrapper table td,
.fancybox-container .core-style .table-wrapper table td {
  vertical-align: top;
  padding: 15px 30px;
  text-align: left;
  min-width: 80px;
  word-break: break-word;
}
.page-type-resource .header .core-style .content-block table th,
.page-type-resource .main .core-style .content-block table th,
.page-type-resource .footer .core-style .content-block table th,
.page-type-resource .fancybox-container .core-style .content-block table th,
.page-type-resource .header .core-style .document-library table th,
.page-type-resource .main .core-style .document-library table th,
.page-type-resource .footer .core-style .document-library table th,
.page-type-resource .fancybox-container .core-style .document-library table th,
.page-type-resource .header .core-style .single-accordion table th,
.page-type-resource .main .core-style .single-accordion table th,
.page-type-resource .footer .core-style .single-accordion table th,
.page-type-resource .fancybox-container .core-style .single-accordion table th,
.page-type-resource .header .core-style .table-wrapper table th,
.page-type-resource .main .core-style .table-wrapper table th,
.page-type-resource .footer .core-style .table-wrapper table th,
.page-type-resource .fancybox-container .core-style .table-wrapper table th,
.page-type-resource .header .core-style .content-block table td,
.page-type-resource .main .core-style .content-block table td,
.page-type-resource .footer .core-style .content-block table td,
.page-type-resource .fancybox-container .core-style .content-block table td,
.page-type-resource .header .core-style .document-library table td,
.page-type-resource .main .core-style .document-library table td,
.page-type-resource .footer .core-style .document-library table td,
.page-type-resource .fancybox-container .core-style .document-library table td,
.page-type-resource .header .core-style .single-accordion table td,
.page-type-resource .main .core-style .single-accordion table td,
.page-type-resource .footer .core-style .single-accordion table td,
.page-type-resource .fancybox-container .core-style .single-accordion table td,
.page-type-resource .header .core-style .table-wrapper table td,
.page-type-resource .main .core-style .table-wrapper table td,
.page-type-resource .footer .core-style .table-wrapper table td,
.page-type-resource .fancybox-container .core-style .table-wrapper table td {
  min-width: 220px;
}
.header .core-style .content-block table th &gt; *,
.main .core-style .content-block table th &gt; *,
.footer .core-style .content-block table th &gt; *,
.fancybox-container .core-style .content-block table th &gt; *,
.header .core-style .document-library table th &gt; *,
.main .core-style .document-library table th &gt; *,
.footer .core-style .document-library table th &gt; *,
.fancybox-container .core-style .document-library table th &gt; *,
.header .core-style .single-accordion table th &gt; *,
.main .core-style .single-accordion table th &gt; *,
.footer .core-style .single-accordion table th &gt; *,
.fancybox-container .core-style .single-accordion table th &gt; *,
.header .core-style .table-wrapper table th &gt; *,
.main .core-style .table-wrapper table th &gt; *,
.footer .core-style .table-wrapper table th &gt; *,
.fancybox-container .core-style .table-wrapper table th &gt; *,
.header .core-style .content-block table td &gt; *,
.main .core-style .content-block table td &gt; *,
.footer .core-style .content-block table td &gt; *,
.fancybox-container .core-style .content-block table td &gt; *,
.header .core-style .document-library table td &gt; *,
.main .core-style .document-library table td &gt; *,
.footer .core-style .document-library table td &gt; *,
.fancybox-container .core-style .document-library table td &gt; *,
.header .core-style .single-accordion table td &gt; *,
.main .core-style .single-accordion table td &gt; *,
.footer .core-style .single-accordion table td &gt; *,
.fancybox-container .core-style .single-accordion table td &gt; *,
.header .core-style .table-wrapper table td &gt; *,
.main .core-style .table-wrapper table td &gt; *,
.footer .core-style .table-wrapper table td &gt; *,
.fancybox-container .core-style .table-wrapper table td &gt; * {
  margin-top: 0;
}
.header .core-style .content-block table th &gt; *:last-child,
.main .core-style .content-block table th &gt; *:last-child,
.footer .core-style .content-block table th &gt; *:last-child,
.fancybox-container .core-style .content-block table th &gt; *:last-child,
.header .core-style .document-library table th &gt; *:last-child,
.main .core-style .document-library table th &gt; *:last-child,
.footer .core-style .document-library table th &gt; *:last-child,
.fancybox-container .core-style .document-library table th &gt; *:last-child,
.header .core-style .single-accordion table th &gt; *:last-child,
.main .core-style .single-accordion table th &gt; *:last-child,
.footer .core-style .single-accordion table th &gt; *:last-child,
.fancybox-container .core-style .single-accordion table th &gt; *:last-child,
.header .core-style .table-wrapper table th &gt; *:last-child,
.main .core-style .table-wrapper table th &gt; *:last-child,
.footer .core-style .table-wrapper table th &gt; *:last-child,
.fancybox-container .core-style .table-wrapper table th &gt; *:last-child,
.header .core-style .content-block table td &gt; *:last-child,
.main .core-style .content-block table td &gt; *:last-child,
.footer .core-style .content-block table td &gt; *:last-child,
.fancybox-container .core-style .content-block table td &gt; *:last-child,
.header .core-style .document-library table td &gt; *:last-child,
.main .core-style .document-library table td &gt; *:last-child,
.footer .core-style .document-library table td &gt; *:last-child,
.fancybox-container .core-style .document-library table td &gt; *:last-child,
.header .core-style .single-accordion table td &gt; *:last-child,
.main .core-style .single-accordion table td &gt; *:last-child,
.footer .core-style .single-accordion table td &gt; *:last-child,
.fancybox-container .core-style .single-accordion table td &gt; *:last-child,
.header .core-style .table-wrapper table td &gt; *:last-child,
.main .core-style .table-wrapper table td &gt; *:last-child,
.footer .core-style .table-wrapper table td &gt; *:last-child,
.fancybox-container .core-style .table-wrapper table td &gt; *:last-child {
  margin-bottom: 0;
}
.header .core-style .content-block table th,
.main .core-style .content-block table th,
.footer .core-style .content-block table th,
.fancybox-container .core-style .content-block table th,
.header .core-style .document-library table th,
.main .core-style .document-library table th,
.footer .core-style .document-library table th,
.fancybox-container .core-style .document-library table th,
.header .core-style .single-accordion table th,
.main .core-style .single-accordion table th,
.footer .core-style .single-accordion table th,
.fancybox-container .core-style .single-accordion table th,
.header .core-style .table-wrapper table th,
.main .core-style .table-wrapper table th,
.footer .core-style .table-wrapper table th,
.fancybox-container .core-style .table-wrapper table th {
  background-color: #ae2573;
  border: 0;
  padding: 10px !important;
  text-align: center;
}
.header .core-style .content-block table th,
.main .core-style .content-block table th,
.footer .core-style .content-block table th,
.fancybox-container .core-style .content-block table th,
.header .core-style .document-library table th,
.main .core-style .document-library table th,
.footer .core-style .document-library table th,
.fancybox-container .core-style .document-library table th,
.header .core-style .single-accordion table th,
.main .core-style .single-accordion table th,
.footer .core-style .single-accordion table th,
.fancybox-container .core-style .single-accordion table th,
.header .core-style .table-wrapper table th,
.main .core-style .table-wrapper table th,
.footer .core-style .table-wrapper table th,
.fancybox-container .core-style .table-wrapper table th,
.header .core-style .content-block table th p,
.main .core-style .content-block table th p,
.footer .core-style .content-block table th p,
.fancybox-container .core-style .content-block table th p,
.header .core-style .document-library table th p,
.main .core-style .document-library table th p,
.footer .core-style .document-library table th p,
.fancybox-container .core-style .document-library table th p,
.header .core-style .single-accordion table th p,
.main .core-style .single-accordion table th p,
.footer .core-style .single-accordion table th p,
.fancybox-container .core-style .single-accordion table th p,
.header .core-style .table-wrapper table th p,
.main .core-style .table-wrapper table th p,
.footer .core-style .table-wrapper table th p,
.fancybox-container .core-style .table-wrapper table th p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Frutiger LT Pro", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #ffffff;
}
.header .core-style .content-block table th &gt; *:last-child,
.main .core-style .content-block table th &gt; *:last-child,
.footer .core-style .content-block table th &gt; *:last-child,
.fancybox-container .core-style .content-block table th &gt; *:last-child,
.header .core-style .document-library table th &gt; *:last-child,
.main .core-style .document-library table th &gt; *:last-child,
.footer .core-style .document-library table th &gt; *:last-child,
.fancybox-container .core-style .document-library table th &gt; *:last-child,
.header .core-style .single-accordion table th &gt; *:last-child,
.main .core-style .single-accordion table th &gt; *:last-child,
.footer .core-style .single-accordion table th &gt; *:last-child,
.fancybox-container .core-style .single-accordion table th &gt; *:last-child,
.header .core-style .table-wrapper table th &gt; *:last-child,
.main .core-style .table-wrapper table th &gt; *:last-child,
.footer .core-style .table-wrapper table th &gt; *:last-child,
.fancybox-container .core-style .table-wrapper table th &gt; *:last-child {
  margin-bottom: 0;
}
.header .core-style .content-block table th a,
.main .core-style .content-block table th a,
.footer .core-style .content-block table th a,
.fancybox-container .core-style .content-block table th a,
.header .core-style .document-library table th a,
.main .core-style .document-library table th a,
.footer .core-style .document-library table th a,
.fancybox-container .core-style .document-library table th a,
.header .core-style .single-accordion table th a,
.main .core-style .single-accordion table th a,
.footer .core-style .single-accordion table th a,
.fancybox-container .core-style .single-accordion table th a,
.header .core-style .table-wrapper table th a,
.main .core-style .table-wrapper table th a,
.footer .core-style .table-wrapper table th a,
.fancybox-container .core-style .table-wrapper table th a {
  color: #ffffff;
  text-transform: none;
}
.header .core-style .content-block table thead th:last-child,
.main .core-style .content-block table thead th:last-child,
.footer .core-style .content-block table thead th:last-child,
.fancybox-container .core-style .content-block table thead th:last-child,
.header .core-style .document-library table thead th:last-child,
.main .core-style .document-library table thead th:last-child,
.footer .core-style .document-library table thead th:last-child,
.fancybox-container .core-style .document-library table thead th:last-child,
.header .core-style .single-accordion table thead th:last-child,
.main .core-style .single-accordion table thead th:last-child,
.footer .core-style .single-accordion table thead th:last-child,
.fancybox-container .core-style .single-accordion table thead th:last-child,
.header .core-style .table-wrapper table thead th:last-child,
.main .core-style .table-wrapper table thead th:last-child,
.footer .core-style .table-wrapper table thead th:last-child,
.fancybox-container .core-style .table-wrapper table thead th:last-child {
  border: 0;
}
.header .core-style .content-block table td,
.main .core-style .content-block table td,
.footer .core-style .content-block table td,
.fancybox-container .core-style .content-block table td,
.header .core-style .document-library table td,
.main .core-style .document-library table td,
.footer .core-style .document-library table td,
.fancybox-container .core-style .document-library table td,
.header .core-style .single-accordion table td,
.main .core-style .single-accordion table td,
.footer .core-style .single-accordion table td,
.fancybox-container .core-style .single-accordion table td,
.header .core-style .table-wrapper table td,
.main .core-style .table-wrapper table td,
.footer .core-style .table-wrapper table td,
.fancybox-container .core-style .table-wrapper table td {
  vertical-align: middle;
  text-align: center;
}
.header .core-style .content-block table td,
.main .core-style .content-block table td,
.footer .core-style .content-block table td,
.fancybox-container .core-style .content-block table td,
.header .core-style .document-library table td,
.main .core-style .document-library table td,
.footer .core-style .document-library table td,
.fancybox-container .core-style .document-library table td,
.header .core-style .single-accordion table td,
.main .core-style .single-accordion table td,
.footer .core-style .single-accordion table td,
.fancybox-container .core-style .single-accordion table td,
.header .core-style .table-wrapper table td,
.main .core-style .table-wrapper table td,
.footer .core-style .table-wrapper table td,
.fancybox-container .core-style .table-wrapper table td,
.header .core-style .content-block table td p,
.main .core-style .content-block table td p,
.footer .core-style .content-block table td p,
.fancybox-container .core-style .content-block table td p,
.header .core-style .document-library table td p,
.main .core-style .document-library table td p,
.footer .core-style .document-library table td p,
.fancybox-container .core-style .document-library table td p,
.header .core-style .single-accordion table td p,
.main .core-style .single-accordion table td p,
.footer .core-style .single-accordion table td p,
.fancybox-container .core-style .single-accordion table td p,
.header .core-style .table-wrapper table td p,
.main .core-style .table-wrapper table td p,
.footer .core-style .table-wrapper table td p,
.fancybox-container .core-style .table-wrapper table td p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
}
.header .core-style .content-block table td &gt; *:last-child,
.main .core-style .content-block table td &gt; *:last-child,
.footer .core-style .content-block table td &gt; *:last-child,
.fancybox-container .core-style .content-block table td &gt; *:last-child,
.header .core-style .document-library table td &gt; *:last-child,
.main .core-style .document-library table td &gt; *:last-child,
.footer .core-style .document-library table td &gt; *:last-child,
.fancybox-container .core-style .document-library table td &gt; *:last-child,
.header .core-style .single-accordion table td &gt; *:last-child,
.main .core-style .single-accordion table td &gt; *:last-child,
.footer .core-style .single-accordion table td &gt; *:last-child,
.fancybox-container .core-style .single-accordion table td &gt; *:last-child,
.header .core-style .table-wrapper table td &gt; *:last-child,
.main .core-style .table-wrapper table td &gt; *:last-child,
.footer .core-style .table-wrapper table td &gt; *:last-child,
.fancybox-container .core-style .table-wrapper table td &gt; *:last-child {
  margin-bottom: 0;
}
.header .core-style .content-block table tbody tr,
.main .core-style .content-block table tbody tr,
.footer .core-style .content-block table tbody tr,
.fancybox-container .core-style .content-block table tbody tr,
.header .core-style .document-library table tbody tr,
.main .core-style .document-library table tbody tr,
.footer .core-style .document-library table tbody tr,
.fancybox-container .core-style .document-library table tbody tr,
.header .core-style .single-accordion table tbody tr,
.main .core-style .single-accordion table tbody tr,
.footer .core-style .single-accordion table tbody tr,
.fancybox-container .core-style .single-accordion table tbody tr,
.header .core-style .table-wrapper table tbody tr,
.main .core-style .table-wrapper table tbody tr,
.footer .core-style .table-wrapper table tbody tr,
.fancybox-container .core-style .table-wrapper table tbody tr {
  background: #f9f9fa;
}
.header .core-style .content-block table tbody tr:nth-child(even),
.main .core-style .content-block table tbody tr:nth-child(even),
.footer .core-style .content-block table tbody tr:nth-child(even),
.fancybox-container .core-style .content-block table tbody tr:nth-child(even),
.header .core-style .document-library table tbody tr:nth-child(even),
.main .core-style .document-library table tbody tr:nth-child(even),
.footer .core-style .document-library table tbody tr:nth-child(even),
.fancybox-container .core-style .document-library table tbody tr:nth-child(even),
.header .core-style .single-accordion table tbody tr:nth-child(even),
.main .core-style .single-accordion table tbody tr:nth-child(even),
.footer .core-style .single-accordion table tbody tr:nth-child(even),
.fancybox-container .core-style .single-accordion table tbody tr:nth-child(even),
.header .core-style .table-wrapper table tbody tr:nth-child(even),
.main .core-style .table-wrapper table tbody tr:nth-child(even),
.footer .core-style .table-wrapper table tbody tr:nth-child(even),
.fancybox-container .core-style .table-wrapper table tbody tr:nth-child(even) {
  background: #edeff1;
}
@media (max-width: 767px) {
  .header .core-style .content-block table th,
  .main .core-style .content-block table th,
  .footer .core-style .content-block table th,
  .fancybox-container .core-style .content-block table th,
  .header .core-style .document-library table th,
  .main .core-style .document-library table th,
  .footer .core-style .document-library table th,
  .fancybox-container .core-style .document-library table th,
  .header .core-style .single-accordion table th,
  .main .core-style .single-accordion table th,
  .footer .core-style .single-accordion table th,
  .fancybox-container .core-style .single-accordion table th,
  .header .core-style .table-wrapper table th,
  .main .core-style .table-wrapper table th,
  .footer .core-style .table-wrapper table th,
  .fancybox-container .core-style .table-wrapper table th,
  .header .core-style .content-block table td,
  .main .core-style .content-block table td,
  .footer .core-style .content-block table td,
  .fancybox-container .core-style .content-block table td,
  .header .core-style .document-library table td,
  .main .core-style .document-library table td,
  .footer .core-style .document-library table td,
  .fancybox-container .core-style .document-library table td,
  .header .core-style .single-accordion table td,
  .main .core-style .single-accordion table td,
  .footer .core-style .single-accordion table td,
  .fancybox-container .core-style .single-accordion table td,
  .header .core-style .table-wrapper table td,
  .main .core-style .table-wrapper table td,
  .footer .core-style .table-wrapper table td,
  .fancybox-container .core-style .table-wrapper table td {
    padding: 8px !important;
  }
  .header .core-style .content-block table th,
  .main .core-style .content-block table th,
  .footer .core-style .content-block table th,
  .fancybox-container .core-style .content-block table th,
  .header .core-style .document-library table th,
  .main .core-style .document-library table th,
  .footer .core-style .document-library table th,
  .fancybox-container .core-style .document-library table th,
  .header .core-style .single-accordion table th,
  .main .core-style .single-accordion table th,
  .footer .core-style .single-accordion table th,
  .fancybox-container .core-style .single-accordion table th,
  .header .core-style .table-wrapper table th,
  .main .core-style .table-wrapper table th,
  .footer .core-style .table-wrapper table th,
  .fancybox-container .core-style .table-wrapper table th,
  .header .core-style .content-block table td,
  .main .core-style .content-block table td,
  .footer .core-style .content-block table td,
  .fancybox-container .core-style .content-block table td,
  .header .core-style .document-library table td,
  .main .core-style .document-library table td,
  .footer .core-style .document-library table td,
  .fancybox-container .core-style .document-library table td,
  .header .core-style .single-accordion table td,
  .main .core-style .single-accordion table td,
  .footer .core-style .single-accordion table td,
  .fancybox-container .core-style .single-accordion table td,
  .header .core-style .table-wrapper table td,
  .main .core-style .table-wrapper table td,
  .footer .core-style .table-wrapper table td,
  .fancybox-container .core-style .table-wrapper table td,
  .header .core-style .content-block table th p,
  .main .core-style .content-block table th p,
  .footer .core-style .content-block table th p,
  .fancybox-container .core-style .content-block table th p,
  .header .core-style .document-library table th p,
  .main .core-style .document-library table th p,
  .footer .core-style .document-library table th p,
  .fancybox-container .core-style .document-library table th p,
  .header .core-style .single-accordion table th p,
  .main .core-style .single-accordion table th p,
  .footer .core-style .single-accordion table th p,
  .fancybox-container .core-style .single-accordion table th p,
  .header .core-style .table-wrapper table th p,
  .main .core-style .table-wrapper table th p,
  .footer .core-style .table-wrapper table th p,
  .fancybox-container .core-style .table-wrapper table th p,
  .header .core-style .content-block table td p,
  .main .core-style .content-block table td p,
  .footer .core-style .content-block table td p,
  .fancybox-container .core-style .content-block table td p,
  .header .core-style .document-library table td p,
  .main .core-style .document-library table td p,
  .footer .core-style .document-library table td p,
  .fancybox-container .core-style .document-library table td p,
  .header .core-style .single-accordion table td p,
  .main .core-style .single-accordion table td p,
  .footer .core-style .single-accordion table td p,
  .fancybox-container .core-style .single-accordion table td p,
  .header .core-style .table-wrapper table td p,
  .main .core-style .table-wrapper table td p,
  .footer .core-style .table-wrapper table td p,
  .fancybox-container .core-style .table-wrapper table td p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 860px) {
  .header .core-style img:not(src*=google),
  .main .core-style img:not(src*=google),
  .footer .core-style img:not(src*=google),
  .fancybox-container .core-style img:not(src*=google) {
    float: none !important;
    width: auto !important;
    height: auto !important;
  }
  .header .core-style p img,
  .main .core-style p img,
  .footer .core-style p img,
  .fancybox-container .core-style p img {
    margin-bottom: 30px !important;
  }
  .header .core-style p img[style*="float: right"],
  .main .core-style p img[style*="float: right"],
  .footer .core-style p img[style*="float: right"],
  .fancybox-container .core-style p img[style*="float: right"],
  .header .core-style p img[style*="float:right"],
  .main .core-style p img[style*="float:right"],
  .footer .core-style p img[style*="float:right"],
  .fancybox-container .core-style p img[style*="float:right"] {
    margin-left: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .header .core-style p,
  .main .core-style p,
  .footer .core-style p,
  .fancybox-container .core-style p,
  .header .core-style ul,
  .main .core-style ul,
  .footer .core-style ul,
  .fancybox-container .core-style ul,
  .header .core-style ol,
  .main .core-style ol,
  .footer .core-style ol,
  .fancybox-container .core-style ol,
  .header .core-style blockquote,
  .main .core-style blockquote,
  .footer .core-style blockquote,
  .fancybox-container .core-style blockquote,
  .header .core-style address,
  .main .core-style address,
  .footer .core-style address,
  .fancybox-container .core-style address {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header .core-style h1,
  .main .core-style h1,
  .footer .core-style h1,
  .fancybox-container .core-style h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .header .core-style h2,
  .main .core-style h2,
  .footer .core-style h2,
  .fancybox-container .core-style h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .header .core-style h3,
  .main .core-style h3,
  .footer .core-style h3,
  .fancybox-container .core-style h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .header .core-style h4,
  .main .core-style h4,
  .footer .core-style h4,
  .fancybox-container .core-style h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header .core-style h5,
  .main .core-style h5,
  .footer .core-style h5,
  .fancybox-container .core-style h5,
  .header .core-style h6,
  .main .core-style h6,
  .footer .core-style h6,
  .fancybox-container .core-style h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* BUTTON */
.button-block {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0 0 30px;
}
.button-block + .button-block.btn-block {
  margin-top: -15px;
}
.button-block.btn-inline {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  vertical-align: top;
}
.button-block .button-link {
  margin: 0 !important;
}
@media all and (max-width: 767px) {
  .button-block {
    margin-bottom: 20px;
  }
  .button-block + .button-block.btn-block {
    margin-top: -10px;
  }
  .button-block.btn-inline {
    margin-right: 10px;
  }
}
.button-link {
  position: relative;
  display: inline-block;
  background: #005eb8;
  border-radius: 30px;
  color: #ffffff !important;
  font-weight: normal !important;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 300 !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 15px 30px;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.button-link &gt; span,
.button-link i {
  color: inherit;
}
.button-link:hover,
.button-link:focus,
.button-link:active {
  background: #00276e;
  text-decoration: underline !important;
}
.button-link.arrow-left,
.button-link.arrow-right {
  position: relative;
}
.button-link.arrow-left:after,
.button-link.arrow-right:after {
  color: #ffffff !important;
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  letter-spacing: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  position: absolute;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border: solid 1px white;
  border-radius: 100%;
  top: 0px;
  line-height: 12px;
  bottom: 0;
  margin: auto;
}
.button-link.arrow-left {
  padding-left: 60px;
}
.button-link.arrow-left:after {
  padding-left: 8px;
  content: "\f060" !important;
  left: 11px;
}
.button-link.arrow-left:hover:after,
.button-link.arrow-left:focus:after,
.button-link.arrow-left:active:after {
  left: 7px;
}
.button-link.arrow-right {
  padding-right: 60px;
}
.button-link.arrow-right:after {
  content: "\f061" !important;
  right: 11px;
}
.button-link.arrow-right:hover:after,
.button-link.arrow-right:focus:after,
.button-link.arrow-right:active:after {
  right: 7px;
}
.button-link.file-icon {
  padding-left: 60px;
}
.button-link.icon-left {
  padding-left: 50px;
}
.button-link.file-icon,
.button-link.icon-left {
  padding-left: 60px;
}
.button-link.file-icon span,
.button-link.icon-left span {
  display: inline-block;
}
.button-link.file-icon img,
.button-link.icon-left img,
.button-link.file-icon i,
.button-link.icon-left i {
  position: absolute;
  max-width: 30px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.button-link.file-icon img,
.button-link.icon-left img {
  filter: invert(1);
}
.button-link.facebook,
.button-link.facebook2 {
  background-color: #4b76bd;
}
.button-link.skype {
  background-color: #12a5f4;
}
.button-link.gmail {
  background-color: #d44638;
}
.button-link.messenger {
  background-color: #0078ff;
}
.button-link.wordpress {
  background-color: #444140;
}
.button-link.whatsapp {
  background-color: #4fce5d;
}
.button-link.instagram {
  background-color: #1faaba;
}
.button-link.googleplus {
  background-color: #dd4b39;
}
.button-link.twitter,
.button-link.twitter2 {
  background-color: #00c6ff;
}
.button-link.linkedin {
  background-color: #56648d;
}
.button-link.youtube,
.button-link.youtube2 {
  background-color: #cd201f;
}
@media all and (max-width: 767px) {
  .button-link {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px;
  }
  .button-link.arrow-left:after,
  .button-link.arrow-right:after {
    font-size: 15px;
    line-height: 7px;
    width: 30px;
    height: 30px;
  }
  .button-link.arrow-left {
    padding-left: 45px;
  }
  .button-link.arrow-left:after {
    padding-left: 7px;
  }
  .button-link.arrow-right {
    padding-right: 45px;
  }
}
.b-w-contrast .button-link,
.blue-contrast .button-link,
.beige-contrast .button-link,
.high-contrast .button-link {
  text-decoration: none !important;
}
.b-w-contrast .button-link:hover,
.blue-contrast .button-link:hover,
.beige-contrast .button-link:hover,
.high-contrast .button-link:hover,
.b-w-contrast .button-link:focus,
.blue-contrast .button-link:focus,
.beige-contrast .button-link:focus,
.high-contrast .button-link:focus,
.b-w-contrast .button-link:active,
.blue-contrast .button-link:active,
.beige-contrast .button-link:active,
.high-contrast .button-link:active {
  text-decoration: underline !important;
}
.b-w-contrast .button-link {
  background: #000000;
  color: #ffffff !important;
}
.blue-contrast .button-link {
  background: #000066;
  color: #cfe5fc !important;
}
.beige-contrast .button-link {
  background: #042868;
  color: #f7efd8 !important;
}
.high-contrast .button-link {
  background: #000000;
  color: #fdff2d !important;
}
/* HEADER */
.header .header-top {
  background: #005eb8;
  position: fixed;
  z-index: 1000;
  -moz-box-shadow: 0 0 20px 0 #666666;
  -webkit-box-shadow: 0 0 20px 0 #666666;
  box-shadow: 0 0 20px 0 #666666;
  top: 0;
  left: 0;
  height: 51px;
  width: 100%;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print {
  .header .header-top {
    display: none;
  }
}
.ccm-toolbar-visible .header .header-top {
  top: 48px;
}
.header .header-top .mobile-buttons {
  text-align: right;
  height: 51px;
}
.header .header-top .mobile-buttons button {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  padding: 10px;
  min-width: 44px;
  border: none;
  height: 51px;
}
.header .header-top .mobile-buttons button:hover,
.header .header-top .mobile-buttons button:focus,
.header .header-top .mobile-buttons button:active {
  background: #004485;
}
.header .header-top .mobile-buttons.social {
  text-align: left;
}
.header .header-top .mobile-buttons.social ul li {
  margin: 0;
}
.b-w-contrast .header .header-top {
  background: #000000;
}
.b-w-contrast .header .header-top .mobile-buttons button {
  color: #ffffff;
}
.b-w-contrast .header .header-top .mobile-buttons button:hover,
.b-w-contrast .header .header-top .mobile-buttons button:focus,
.b-w-contrast .header .header-top .mobile-buttons button:active {
  background: #1a1a1a;
}
.blue-contrast .header .header-top {
  background: #000066;
}
.blue-contrast .header .header-top .mobile-buttons button {
  color: #cfe5fc;
}
.blue-contrast .header .header-top .mobile-buttons button:hover,
.blue-contrast .header .header-top .mobile-buttons button:focus,
.blue-contrast .header .header-top .mobile-buttons button:active {
  background: #000099;
}
.beige-contrast .header .header-top {
  background: #042868;
}
.beige-contrast .header .header-top .mobile-buttons button {
  color: #f7efd8;
}
.beige-contrast .header .header-top .mobile-buttons button:hover,
.beige-contrast .header .header-top .mobile-buttons button:focus,
.beige-contrast .header .header-top .mobile-buttons button:active {
  background: #063b99;
}
.high-contrast .header .header-top {
  background: #000000;
}
.high-contrast .header .header-top .mobile-buttons button {
  color: #fdff2d;
}
.high-contrast .header .header-top .mobile-buttons button:hover,
.high-contrast .header .header-top .mobile-buttons button:focus,
.high-contrast .header .header-top .mobile-buttons button:active {
  background: #1a1a1a;
}
.header .header-main {
  z-index: 200;
}
@media print {
  .header .header-main__search {
    display: none;
  }
}
.header .header-main .header-mobile-tool {
  display: block !important;
}
.header .header-main .header-mobile-tool.active {
  transform: translateY(6px);
}
@media all and (max-width: 991px) {
  .header .header-main .header-mobile-tool {
    transform: translateY(-200%);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: fixed;
    top: 44px;
    left: 0;
    bottom: auto;
    width: 100% !important;
    z-index: 900;
    padding: 15px !important;
    padding-right: 45px !important;
    background-color: #ffffff;
    border-top: 0;
    margin: 0 !important;
    max-width: none;
    height: auto;
    -moz-box-shadow: 0 0 20px 0 #666666;
    -webkit-box-shadow: 0 0 20px 0 #666666;
    box-shadow: 0 0 20px 0 #666666;
  }
  .header .header-main .header-mobile-tool button.close {
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-w-contrast .header .header-main .header-mobile-tool {
    background-color: #ffffff;
    border-color: #000000;
  }
  .b-w-contrast .header .header-main .header-mobile-tool a.close {
    color: #000000;
    opacity: 1;
  }
  .blue-contrast .header .header-main .header-mobile-tool {
    background-color: #cfe5fc;
    border-color: #000066;
  }
  .blue-contrast .header .header-main .header-mobile-tool a.close {
    color: #000066;
    opacity: 1;
  }
  .beige-contrast .header .header-main .header-mobile-tool {
    background-color: #f7efd8;
    border-color: #042868;
  }
  .beige-contrast .header .header-main .header-mobile-tool a.close {
    color: #042868;
    opacity: 1;
  }
  .high-contrast .header .header-main .header-mobile-tool {
    background-color: #fdff2d;
    border-color: #000000;
  }
  .high-contrast .header .header-main .header-mobile-tool a.close {
    color: #000000;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-tool-column.lg {
    position: static;
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .header .header-main .header-tool-column.md {
    position: static;
    width: 0;
    padding: 0;
  }
}
.b-w-contrast .header .header-main {
  background: #ffffff;
}
.blue-contrast .header .header-main {
  background: #cfe5fc;
}
.beige-contrast .header .header-main {
  background: #f7efd8;
}
.high-contrast .header .header-main {
  background: #fdff2d;
}
@media all and (max-width: 991px) {
  .header .header-main {
    padding-top: 50px;
  }
}
.header .header-main__top {
  background-color: #005eb8;
}
.header .header-main__top .header-main__share .sms a:hover,
.header .header-main__top .header-main__share .email a:hover,
.header .header-main__top .header-main__share .sms a:focus,
.header .header-main__top .header-main__share .email a:focus,
.header .header-main__top .header-main__share .sms a:active,
.header .header-main__top .header-main__share .email a:active {
  text-decoration: none;
}
.header .header-main__top .header-main__share .sms {
  display: inline-block;
}
.header .header-main__top .header-main__share .email {
  display: inline-block;
  margin-right: 84px;
}
.header .header-main__top .header-main__share .email a,
.header .header-main__top .header-main__share .email .fa {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}
.header .header-main__top .header-main__share .email a .fa {
  margin-right: 15px;
  font-size: 32px;
  position: absolute;
  top: 6px;
}
.header .header-main__top .header-main__share .email a span {
  margin-left: 50px;
  font-family: "Frutiger LT Pro", sans-serif;
}
@media all and (max-width: 1200px) {
  .header .header-main__top .header-main__share .email {
    margin-right: 44px !important;
  }
}
@media all and (max-width: 991px) {
  .header .header-main__top .header-main__share .sms a,
  .header .header-main__top .header-main__share .email a,
  .header .header-main__top .header-main__share .sms .fa,
  .header .header-main__top .header-main__share .email .fa {
    color: #000000 !important;
  }
  .header .header-main__top .header-main__share .email a .fa {
    top: 22px !important;
  }
}
@media all and (max-width: 561px) {
  .header .header-main__top .header-main__share .email a .fa {
    top: 10px !important;
  }
}
.header .header-main__bottom {
  background-color: white;
}
.header .header-main__bottom .header__logo--left a,
.header .header-main__bottom .header__logo--right a,
.header .header-main__bottom .header__logo--center a {
  display: block;
}
.header .header-main__bottom .header__logo--right a img {
  width: 50%;
  float: right;
  text-align: right;
  padding: 25px 0px;
}
.header .header-main__bottom .header__logo--right.teen-health a {
  max-width: 350px;
  margin: 0 auto;
}
.header .header-main__bottom .header__logo--right.teen-health a img {
  width: 100%;
  float: unset;
}
.header .header-main__bottom .header__logo--center a {
  max-width: 250px;
  margin-left: auto;
}
.header .header-main__bottom .header__logo--center a img {
  width: 100%;
  padding: 25px 0px;
}
.header .header-main__bottom .header__logo--left a img {
  width: 90%;
  padding: 25px 0px;
}
@media all and (max-width: 991px) {
  .header .header-main__bottom .header__logo--left a img {
    margin-top: 20px;
    margin-left: 10px;
  }
}
.header .navigation {
  background-color: #ae2573;
}
.main.home .home__banner {
  padding: 60px 0px;
  background: #edf6ff;
  background: linear-gradient(180deg, #edf6ff 30%, #d4e4f3 73%);
}
.main.home .home__banner__alert {
  margin: 0 0 30px;
}
.main.home .home__banner__content {
  padding-left: 20px;
}
.main.home .home__banner__content h2 {
  position: relative;
  margin: 0 0 56px !important;
  font-size: 59px;
  font-size: 5.9rem;
}
.main.home .home__banner__content h2:after {
  content: '';
  bottom: -14px;
  width: 57%;
  height: 5px;
  background-color: #a6db3f;
  position: absolute;
  left: 2px;
}
.main.home .home__banner__content p {
  font-size: 20px;
  font-size: 2rem;
}
.main.home .home__banner__content p:last-child {
  margin-bottom: 30px !important;
}
.main.home .home__alert {
  padding: 30px 0px 5px;
  background-color: #e8e8e8;
}
.main.home .home__alert--content {
  display: flex;
  padding: 25px 0px;
  justify-content: space-between;
}
.main.home .home__alert--content .button-block:last-child {
  margin: 0px;
}
.main.home .home__alert--content .button-block:first-of-type .button-link {
  background-color: #ae2573 !important;
}
.main.home .home__services {
  padding: 55px 0px 80px 0px;
  background-color: white;
}
.main.home .home__services h2 {
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
  color: #ae2573;
  position: relative;
  margin-bottom: 40px;
}
.main.home .home__services h2:after {
  content: '';
  width: 100%;
  top: 70px;
  width: 14%;
  height: 5px;
  left: 0;
  background-color: #a6db3f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.font-inc .main.home .home__services h2:after {
  display: none;
}
@media all and (max-width: 1199px) {
  .main.home .home__services .col-lg-8 {
    width: 50% !important;
    display: inline-block;
  }
  .main.home .home__services .col-lg-8:last-of-type {
    display: inline-block;
    width: 100% !important;
  }
  .main.home .home__services .col-lg-8:last-of-type .box-link {
    width: 48%;
    display: inline-block;
  }
  .main.home .home__services .col-lg-8:last-of-type .box-link:first-of-type {
    margin-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .main.home .home__services .col-lg-8:last-of-type .box-link:first-of-type {
    margin-right: 20px;
  }
}
@media all and (max-width: 650px) {
  .main.home .home__services .col-lg-8 {
    width: 100% !important;
  }
  .main.home .home__services .col-lg-8 .box-link {
    width: 100% !important;
  }
}
.main.home .home__news {
  padding: 60px 0px;
  background-color: #e9f2f9;
}
@media all and (max-width: 991px) {
  .main.home .home__banner {
    padding: 20px 0;
  }
  .main.home .home__banner .home__banner__content {
    margin-top: 30px;
  }
  .main.home .home__alert {
    padding-top: 5px;
  }
  .main.home .home__alert .home__alert--content {
    padding-bottom: 10px;
    display: block;
  }
  .main.home .home__alert .home__alert--content .button-block {
    display: block;
    margin-bottom: 15px;
  }
}
/* MAIN */
.main {
  position: relative;
  z-index: -2;
}
.main .container.padding {
  padding: 50px 0px;
}
.edit-mode .main {
  z-index: 1;
}
.main .main__rainbow {
  background-size: cover;
  background-image: url(/application/themes/custom/images/rainbow-min.jpg);
}
.main .main__rainbow.tall {
  height: 50px;
}
.main .main__rainbow.small {
  height: 20px;
}
.main .main-content.internal {
  background-color: #fafafa;
  position: relative;
}
.main .main-content.internal .container-padding {
  padding: 80px 30px;
}
.main .main-content.internal:after {
  content: '';
  width: 100%;
  top: 35px;
  width: 20%;
  height: 5px;
  left: 0;
  background-color: #a6db3f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main .main-content.internal .main-content--date {
  margin: 10px 0px 30px 0px;
}
.main .main-content.internal .main-content--date span {
  padding: 10px 20px;
  width: max-content;
  background: #ae2573;
}
.main .main-content.internal .main-content--date span,
.main .main-content.internal .main-content--date .fa,
.main .main-content.internal .main-content--date p {
  color: white !important;
}
.main .main-content.internal .main-content--date .fa {
  margin-right: 11px;
}
.main .main-content.internal .main-content--back {
  margin-top: 40px;
}
.main .main-related {
  background-color: white;
  padding: 50px 0px;
  position: relative;
}
.main .main-related h2 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 100 !important;
  text-align: center;
  color: #ae2573;
  position: relative;
  margin-bottom: 60px;
}
.main .main-related h2:after {
  content: '';
  width: 100%;
  top: 70px;
  width: 22%;
  height: 5px;
  left: 0;
  background-color: #a6db3f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main .main-news {
  background-color: #f4f8fd;
  padding: 50px 0px;
  position: relative;
}
.main__banner {
  padding: 0px 0px 60px 0px;
  background: #f8fcff;
  background: linear-gradient(180deg, #f8fcff 10%, #e6f0f9 61%);
}
.main__banner.no-image {
  padding: 0px 0 13px;
}
.main__banner.has-image.no-desc .banner__main h1 {
  margin: 93px 0 38px!important;
}
@media (max-width: 991px) {
  .main__banner.has-image.no-desc .banner__main h1 {
    margin: 10px 0 38px!important;
  }
}
.main__banner .banner__main h1 {
  color: #ae2573;
  font-size: 40px;
  font-size: 4rem;
  position: relative;
  width: fit-content;
  margin: 0 0 38px!important;
  font-weight: normal !important;
  display: inline-block;
}
.main__banner .banner__main h1:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -11px;
  height: 5px;
  left: 0px;
  background-color: #a6db3f;
}
.main__banner .banner__main P {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px !important;
}
.main__banner .banner__main .banner__image {
  height: 285px;
  width: 100%;
  background-size: cover;
  border: solid 10px white;
}
/* FOOTER */
.footer {
  z-index: -2;
  position: relative;
}
.ccm-edit-mode .footer {
  z-index: 1 !important;
}
.footer .footer__section {
  padding: 20px;
}
.footer .footer__section.blue {
  background: #0069cd;
  background: linear-gradient(180deg, #0069cd 0%, #005eb8 75%);
}
.footer .footer__section.blue ul {
  list-style: none;
  padding-left: 0px;
}
.footer .footer__section.blue ul li {
  color: white;
  font-size: 27px;
  font-size: 2.7rem;
  margin: 30px 0;
}
.footer .footer__section.blue ul li a {
  font-weight: 100;
  color: white;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 300;
  font-size: 27px;
  font-size: 2.7rem;
  text-decoration: underline;
}
.footer .footer__section.blue ul li a:hover,
.footer .footer__section.blue ul li a:active,
.footer .footer__section.blue ul li a:focus {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .footer .footer__section.blue ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.footer .footer__section.blue .footer__social ul li {
  margin: 30px 0px;
}
.footer .footer__section.blue .footer__social ul li img {
  margin-right: 20px;
}
.footer .footer__section.white .footer__111 img {
  margin-top: 96px;
}
.footer .footer__section.white .footer__cqc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__section.white .footer__cqc .cqc-embed-wrapper,
.footer .footer__section.white .footer__cqc p {
  display: inline-block;
}
.footer .footer__section.white .footer__cqc .cqc-embed-wrapper {
  width: 100%;
}
.footer .footer__section.white .footer__cqc .cqc-embed-wrapper .cqc-container {
  padding: 20px 15px 0px 15px !important;
}
.footer .footer__section.white .footer__cqc p {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .footer .footer__section.white .footer__111 img {
    margin: 0px auto;
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .footer .footer__section.white .footer__cqc .cqc-embed-wrapper {
    width: unset !important;
  }
}
@media (max-width: 400px) {
  .footer .footer__section.white .footer__cqc {
    display: block !important;
  }
}
.footer .footer__section.light-blue {
  background-color: #e6f2ff;
  padding-bottom: 100px;
}
.footer .footer__section.light-blue p {
  width: 100%;
  text-align: center;
  color: #ae2573;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Frutiger LT Pro", sans-serif;
}
.footer .footer__section.light-blue img {
  max-width: 70% !important;
}
.footer .footer__section.light-blue .footer__city-logo img {
  float: right;
}
@media (max-width: 991px) {
  .footer .footer__section.light-blue .footer__main-logo img,
  .footer .footer__section.light-blue .footer__city-logo img {
    float: unset;
    margin: 0px auto;
  }
}
.cc-window {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.ccm-page .ccm-rating .hidden-select {
  padding: 3px;
  position: absolute;
  left: -9999px;
  top: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  margin: 10px 0;
  border: 0;
}
.ccm-page .ccm-rating .hidden-select:focus {
  position: static;
  left: 3px;
  z-index: 1010;
  color: #000;
  background-color: #ffbf47;
  margin-right: 10px;
}
.ccm-pagination-wrapper {
  text-align: left;
  width: 100% !important;
  padding: 20px 0px;
}
.ccm-pagination-wrapper ul.pagination {
  padding-left: 0;
}
.ccm-pagination-wrapper ul.pagination li a {
  padding: 8px 11px;
  position: relative;
  border: none;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  -ms-transition: 60ms all linear;
  -moz-transition: 60ms all linear;
  -webkit-transition: 60ms all linear;
  -o-transition: 60ms all linear;
  transition: 60ms all linear;
}
.ccm-pagination-wrapper ul.pagination li a:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ae2573;
  transform: scaleY(0.1);
  transform-origin: bottom;
  -ms-transition: 180ms transform cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: 180ms transform cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: 180ms transform cubic-bezier(0, 1, 0.5, 1);
  -o-transition: 180ms transform cubic-bezier(0, 1, 0.5, 1);
  transition: 180ms transform cubic-bezier(0, 1, 0.5, 1);
}
.ccm-pagination-wrapper ul.pagination li a:hover,
.ccm-pagination-wrapper ul.pagination li a:focus {
  z-index: 1;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  border: none !important;
}
.ccm-pagination-wrapper ul.pagination li a:hover:before,
.ccm-pagination-wrapper ul.pagination li a:focus:before {
  transform: scaleY(1);
}
.ccm-pagination-wrapper ul.pagination li:hover,
.ccm-pagination-wrapper ul.pagination li:focus {
  border: none !important;
}
.ccm-pagination-wrapper ul.pagination li + li a {
  margin-left: 3px;
  border-left: none;
}
.ccm-pagination-wrapper ul.pagination li.prev a,
.ccm-pagination-wrapper ul.pagination li.next a {
  font-size: 0px;
}
.ccm-pagination-wrapper ul.pagination li.prev a span,
.ccm-pagination-wrapper ul.pagination li.next a span {
  font-size: 19px;
  font-size: 1.9rem;
}
.ccm-pagination-wrapper ul.pagination li.disabled a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.ccm-pagination-wrapper ul.pagination li.disabled a:before {
  transform: scaleY(0);
}
.ccm-pagination-wrapper ul.pagination li.disabled a:hover,
.ccm-pagination-wrapper ul.pagination li.disabled a:focus,
.ccm-pagination-wrapper ul.pagination li.disabled a:active {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  border-color: #ae2573;
}
.ccm-pagination-wrapper ul.pagination li.disabled a:hover:before,
.ccm-pagination-wrapper ul.pagination li.disabled a:focus:before,
.ccm-pagination-wrapper ul.pagination li.disabled a:active:before {
  transform: scaleY(0);
}
.ccm-pagination-wrapper ul.pagination li.active a {
  text-decoration: none;
  color: #ffffff;
  background-color: #ae2573;
}
.ccm-pagination-wrapper ul.pagination li.active a:before {
  transform: scaleY(1);
}
.ccm-pagination-wrapper ul.pagination li.active a:hover,
.ccm-pagination-wrapper ul.pagination li.active a:focus {
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .ccm-pagination-wrapper ul.pagination {
    padding-left: 0;
  }
  .ccm-pagination-wrapper ul.pagination li {
    display: none;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .ccm-pagination-wrapper ul.pagination li.active,
  .ccm-pagination-wrapper ul.pagination li.prev,
  .ccm-pagination-wrapper ul.pagination li.next {
    display: inline;
  }
}
.ccm-page {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ccm-page .accessibility-controls {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  font-family: 'Helvetica', sans-serif;
  text-align: center;
  pointer-events: none;
  -ms-transition: 260ms all cubic-bezier(0, 0.4, 0.5, 0.8);
  -moz-transition: 260ms all cubic-bezier(0, 0.4, 0.5, 0.8);
  -webkit-transition: 260ms all cubic-bezier(0, 0.4, 0.5, 0.8);
  -o-transition: 260ms all cubic-bezier(0, 0.4, 0.5, 0.8);
  transition: 260ms all cubic-bezier(0, 0.4, 0.5, 0.8);
}
.ccm-page .accessibility-controls .access-tab .access-tab-button {
  padding: 8px 45px;
  display: inline-block;
  position: relative;
  background-color: #cbdeee;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #b9d3e7;
  border-bottom: none;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  pointer-events: all;
  -ms-transition: 80ms background-color linear;
  -moz-transition: 80ms background-color linear;
  -webkit-transition: 80ms background-color linear;
  -o-transition: 80ms background-color linear;
  transition: 80ms background-color linear;
}
.ccm-page .accessibility-controls .access-tab .access-tab-button:hover,
.ccm-page .accessibility-controls .access-tab .access-tab-button:focus {
  background-color: #a5c6e1;
  text-decoration: underline;
}
.ccm-page .accessibility-controls .access-tab .access-tab-button:focus {
  padding: 2px 39px;
  border: 6px solid #ffb81c;
}
.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded='true'] {
  text-decoration: underline;
}
.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded='true']:hover,
.ccm-page .accessibility-controls .access-tab .access-tab-button[aria-expanded='true']:focus {
  text-decoration: none;
}
.ccm-page .accessibility-controls .access-tools {
  background-color: #cbdeee;
  border: 1px solid #b9d3e7;
  font-size: 0;
  margin-top: -1px;
  pointer-events: all;
  overflow-y: auto;
  padding: 7px 0 2px;
  display: none;
}
.ie8 .ccm-page .accessibility-controls .access-tools {
  display: block !important;
}
.ccm-page .accessibility-controls .access-tools .access-element {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px;
  border-right: 1px solid #b9d3e7;
}
.ccm-page .accessibility-controls .access-tools .access-element #text-label,
.ccm-page .accessibility-controls .access-tools .access-element #contrast-label {
  font-size: 14px;
  font-size: 1.4rem;
}
.ccm-page .accessibility-controls .access-tools .access-element.language {
  padding: 5px 20px;
}
.ccm-page .accessibility-controls .access-tools .access-element.language a {
  text-decoration: none;
}
.ccm-page .accessibility-controls .access-tools .access-element.language #google_translate_element .goog-te-gadget {
  color: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; span,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; span {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul {
  padding: 0;
  display: inline-block;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li {
  margin-right: 5px;
  display: inline-block;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li button,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li button {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background-color: #d82e65;
  border: 3px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -ms-transition: 60ms border-color linear;
  -moz-transition: 60ms border-color linear;
  -webkit-transition: 60ms border-color linear;
  -o-transition: 60ms border-color linear;
  transition: 60ms border-color linear;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li button svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li button svg {
  fill: #ffffff;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li button:hover,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li button:hover,
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li button:focus,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li button:focus {
  border-color: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size &gt; ul li:last-of-type,
.ccm-page .accessibility-controls .access-tools .access-element.contrast &gt; ul li:last-of-type {
  margin-right: 0;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button {
  position: relative;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-b-w {
  background-color: #ffffff;
  border-color: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-b-w svg {
  fill: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-blue {
  background-color: #cfe5fc;
  border-color: #000066;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-blue svg {
  fill: #000066;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-beige {
  background-color: #f7efd8;
  border-color: #042868;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-beige svg {
  fill: #042868;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-high {
  background-color: #fdff2d;
  border-color: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-high svg {
  fill: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset:hover svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset:focus svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button.contrast-reset[aria-pressed='true'] svg {
  transform: scale(1);
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:hover svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:focus svg {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button svg {
  -ms-transition: 80ms transform cubic-bezier(0, 0.4, 0.5, 0.8);
  -moz-transition: 80ms transform cubic-bezier(0, 0.4, 0.5, 0.8);
  -webkit-transition: 80ms transform cubic-bezier(0, 0.4, 0.5, 0.8);
  -o-transition: 80ms transform cubic-bezier(0, 0.4, 0.5, 0.8);
  transition: 80ms transform cubic-bezier(0, 0.4, 0.5, 0.8);
}
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:hover svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button:focus svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast ul li button[aria-pressed='true'] svg {
  transform: scale(1.75);
}
.ccm-page .accessibility-controls .access-tools .access-element.frank-logo {
  border-right: none;
}
.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a svg {
  width: auto;
  height: 40px;
}
.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a svg path {
  fill: #4d7fb3;
  -ms-transition: 60ms fill linear;
  -moz-transition: 60ms fill linear;
  -webkit-transition: 60ms fill linear;
  -o-transition: 60ms fill linear;
  transition: 60ms fill linear;
}
.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a:hover svg path,
.ccm-page .accessibility-controls .access-tools .access-element.frank-logo a:focus svg path {
  fill: #231f20;
}
.ccm-page .accessibility-controls .access-tools .access-skiplink {
  padding: 6px 14px;
  min-width: 250px;
  position: absolute;
  top: 9999px;
  right: -9999px;
  color: #000000;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: underline;
  text-align: center;
}
.ccm-page .accessibility-controls .access-tools .access-skiplink:focus {
  right: 10px;
  top: 50%;
  z-index: 10000;
  transform: translateY(-50%);
  color: #000000;
  background-color: #ffb81c;
}
.ccm-page .accessibility-controls .access-tools .access-skiplink:hover {
  background-color: #ffd069;
  text-decoration: none;
}
@media print {
  .ccm-page .accessibility-controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .ccm-page .accessibility-controls .access-tools .access-element {
    display: block;
    height: auto;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
  }
}
@media (max-height: 420px) {
  .ccm-page .accessibility-controls .access-tools {
    max-height: 175px;
  }
}
.content-editor-image-left {
  margin: 0 20px 20px 0;
  float: left;
}
.content-editor-image-right {
  margin: 0 0 20px 20px ;
  float: right;
}
.content-editor-image-center {
  text-align: center;
}
#__ba_panel {
  display: inline-block;
  position: relative;
  bottom: 0px;
}
#__ba_panel .imgDiv .baButton img {
  margin-left: -9px;
  margin-top: -6px;
}
@media (max-height: 768px) {
  #__ba_panel {
    width: 42px;
    margin: 0px auto;
  }
}
.zsiq_flt_rel {
  border: 2px solid #ed8b00;
}
@media (min-width: 1021px) {
  .zsiq_flt_rel {
    transform: translate(-10px, -50px);
  }
}
@media (min-width: 1200px) {
  .zsiq_flt_rel {
    transform: scale(1.4) translate(-10px, -45px);
  }
}
@media (min-width: 1500px) {
  .zsiq_flt_rel {
    transform: scale(1.4) translate(-40%, -40%);
  }
}
.recite-me-wrapper .recite-me {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  transform: translateX(-50%);
  background-color: #f4b739;
  border: 0;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
}
.recite-me-wrapper .recite-me:hover,
.recite-me-wrapper .recite-me:focus,
.recite-me-wrapper .recite-me:active {
  background-color: #eda40d;
}
.recite-me-wrapper .recite-me img {
  margin-left: 7px;
  margin-right: -7px;
  max-width: 35px;
}
@media (max-width: 767px) {
  .recite-me-wrapper .recite-me {
    left: unset;
    margin-left: auto;
    margin-right: auto;
    right: 10px;
    transform: unset;
    padding: 4px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
</pre></body></html>