/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
#main-site .alert,
.mfp-content .alert,
#main-site .div.alert-success,
.mfp-content .div.alert-success {
  padding: 8px 3%;
}
@media screen and (max-width: 768px) {
  #main-site .alert,
  .mfp-content .alert,
  #main-site .div.alert-success,
  .mfp-content .div.alert-success {
    padding: 8px;
  }
}
.ccm-page .form-stacked,
.mfp-content .form-stacked {
  padding: 25px 3%;
  margin: 0 0 30px;
  background-color: #fffcf0;
}
@media screen and (max-width: 768px) {
  .ccm-page .form-stacked,
  .mfp-content .form-stacked {
    padding: 15px 20px;
  }
}
.ccm-page .form-stacked .form-group + h3,
.mfp-content .form-stacked .form-group + h3 {
  margin: 25px 0 10px;
}
.ccm-page .form-stacked .form-group + fieldset,
.mfp-content .form-stacked .form-group + fieldset {
  margin: 25px 0 38px ;
}
.ccm-page .form-stacked .form-group + fieldset legend,
.mfp-content .form-stacked .form-group + fieldset legend {
  margin-bottom: 5px;
}
.ccm-page .core-style .ccm-page .form-stacked fieldset p,
.ccm-page .core-style .mfp-content .form-stacked fieldset p {
  margin: 15px 0;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"],
.mfp-content .form-stacked:not(.form-inline) button[type="submit"] {
  position: relative;
  display: inline-block;
  background: #652580;
  color: #ffffff;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 19px 50px 20px 32px;
  -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;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"] > span,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"] > span,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"] > i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"] > i,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:after {
  color: inherit;
  font-weight: 600;
  display: inline-block;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:hover,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:hover,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:focus,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:focus,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:active,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:active {
  background: #551f6c;
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.04);
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:before,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:before,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:after {
  color: #fec601;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"] i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"] i,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:before,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:before,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:after {
  font-size: 26px;
  font-size: 2.6rem;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right {
  position: relative;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after {
  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: 38px;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left {
  padding-left: 65px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after {
  content: "\f104";
  left: 21px;
}
@media (max-width: 768px) {
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after {
    left: 10px;
  }
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right {
  padding-right: 63px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after {
  content: "\f105";
  right: 16px;
}
@media (max-width: 768px) {
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after {
    right: 10px;
  }
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon span,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon span,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left span,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left span,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right span,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right span {
  display: inline-block;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon i,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left i,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right i {
  position: absolute;
  max-width: 30px;
  transform: translateY(-50%);
  top: 50%;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right img {
  filter: invert(1);
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left {
  padding-left: 70px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].file-icon i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].file-icon i,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-left i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-left i {
  left: 20px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right {
  padding-right: 70px;
  padding-left: 27px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right img,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right img,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].icon-right i,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].icon-right i {
  right: 20px;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].facebook,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].facebook,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].facebook2,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].facebook2 {
  background-color: #4b76bd;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].skype,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].skype {
  background-color: #005eb8;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].gmail,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].gmail {
  background-color: #d44638;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].messenger,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].messenger {
  background-color: #0078ff;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].wordpress,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].wordpress {
  background-color: #444140;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].whatsapp,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].whatsapp {
  background-color: #005eb8;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].instagram,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].instagram {
  background-color: #1faaba;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].googleplus,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].googleplus {
  background-color: #dd4b39;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].twitter,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].twitter,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].twitter2,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].twitter2 {
  background-color: #0080ae;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].linkedin,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].linkedin {
  background-color: #56648d;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].youtube,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].youtube,
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].youtube2,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].youtube2 {
  background-color: #cd201f;
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"].pinterest,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"].pinterest {
  background-color: #cb2027;
}
@media all and (max-width: 767px) {
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"],
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px;
  }
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left:after,
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right:after {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-left,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-left {
    padding-left: 45px;
  }
  .ccm-page .form-stacked:not(.form-inline) button[type="submit"].arrow-right,
  .mfp-content .form-stacked:not(.form-inline) button[type="submit"].arrow-right {
    padding-right: 45px;
  }
}
.ccm-page .form-stacked:not(.form-inline) button[type="submit"]:hover,
.mfp-content .form-stacked:not(.form-inline) button[type="submit"]:hover {
  filter: brightness(0.85) contrast(1.4);
  text-underline-position: under;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ccm-page .form-stacked.form-inline,
  .mfp-content .form-stacked.form-inline {
    display: inline-flex;
  }
  .ccm-page .form-stacked.form-inline .form-control,
  .mfp-content .form-stacked.form-inline .form-control,
  .ccm-page .form-stacked.form-inline a,
  .mfp-content .form-stacked.form-inline a {
    margin: 0 15px;
  }
}
.side-bar-plain .form-stacked,
.side-bar .form-stacked {
  padding: 10px 7px  25px 0;
}
@media screen and (max-width: 768px) {
  .side-bar-plain .form-stacked,
  .side-bar .form-stacked {
    padding: 15px 18px 40px;
  }
}
.side-bar-plain .form-stacked .form-actions,
.side-bar .form-stacked .form-actions {
  text-align: center;
}
.side-bar-plain .form-stacked .form-actions .button-link,
.side-bar .form-stacked .form-actions .button-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.side-bar-plain .form-stacked {
  position: relative;
}
.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-rating .hidden-select:focus {
  position: static;
  left: 3px;
  z-index: 1010;
  color: #000;
  background-color: #ffbf47;
  margin-right: 10px;
}
.core-style .ccm-block-express-form fieldset .ccm-attribute-address-composer-wrapper .form-group {
  margin: 0 0 8px;
}
.core-style .ccm-block-express-form fieldset .ccm-attribute-address-composer-wrapper .form-group label {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
}
.core-style .ccm-block-express-form fieldset .ccm-attribute-address-composer-wrapper {
  padding: 12px 12px 4px;
  background-color: #ffeeb3;
}
/* latin-ext */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lilitaone/v11/i7dPIFZ9Zz-WBtRtedDbYE98RWq7.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lilitaone/v11/i7dPIFZ9Zz-WBtRtedDbYEF8RQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@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 */
.ccm-page {
  /* CLASSES */
  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;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Frutiger LT Pro", sans-serif;
}
.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;
}
.ccm-page.edit-mode .hide {
  display: unset !important;
}
@media (min-width: 768px) {
  .ccm-page .container {
    width: 91vw;
    max-width: 1400px;
  }
}
.ccm-page .main {
  -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 .main-frame {
  background-color: transparent;
}
.button-col .button-block .button-link {
  display: block;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 3px #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 700;
}
.button-col .button-block .button-link.icon-left i {
  margin-right: 12px;
}
.button-col .button-block .button-link.social:hover,
.button-col .button-block .button-link.social:focus {
  text-shadow: none;
  background-color: #521e68;
  transform: scale(1.04);
}
.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;
}
.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -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;
}
.bg-img.overlay::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -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;
  pointer-events: none;
}
.bg-img img {
  position: absolute;
  top: -10000%;
  bottom: -10000%;
  left: -10000%;
  right: -10000%;
  width: auto !important;
  height: auto !important;
  min-width: 1000%;
  min-height: 1000%;
  max-height: none !important;
  max-width: none !important;
  margin: auto !important;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  object-fit: cover;
}
.header .core-style .bg-img img,
.main .core-style .bg-img img,
.footer .core-style .bg-img img {
  margin: auto !important;
}
.core-style .button-link {
  margin: 0 15px 15px 0;
}
.core-style .cke-image-left {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
.core-style .cke-image-right {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}
.core-style .cke-image-center {
  text-align: center;
}
.core-style .cke-image-captioned {
  margin-bottom: 10px;
}
.core-style .cke-image-captioned img {
  display: block;
  margin: 0;
}
.core-style .cke-image-captioned figcaption {
  margin-top: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .core-style .cke-image-left,
  .core-style .cke-image-right {
    display: block;
    margin: 0 0 15px !important;
    float: none;
  }
  .core-style .cke-image-captioned {
    margin: 0 0 15px;
  }
  .core-style .cke-image-captioned figcaption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.core-style .ccm-block-page-attribute.thumbnail {
  margin: 0 auto 20px;
  display: block;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .core-style .ccm-block-page-attribute.thumbnail {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.core-style .inline-img {
  display: inline-block;
}
.core-style figure > .inline-img {
  display: inherit;
}
.core-style figure > .inline-img:after {
  display: none;
}
.core-style .ccm-block-page-attribute.thumbnail,
.core-style picture.ck,
.core-style .content-editor-image-captioned {
  position: relative;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.core-style .ccm-block-page-attribute.thumbnail img,
.core-style picture.ck img,
.core-style .content-editor-image-captioned img {
  background-color: transparent;
}
.core-style .ccm-block-page-attribute.thumbnail figcaption,
.core-style picture.ck figcaption,
.core-style .content-editor-image-captioned figcaption {
  z-index: 1;
  border: 2px solid #764393;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 8px 16px;
  color: #ffffff;
  background-color: purple;
}
.core-style .content-block.plain-image picture.ck:after {
  display: none;
}
.core-style a:not(.button-link) {
  text-underline-position: under;
  text-decoration: underline;
  color: #002f6e;
  font-weight: 600;
}
.core-style a:not(.button-link):hover {
  text-underline-position: unset;
  text-decoration: none;
  color: #652580;
}
.core-style .row.custom-row [class*="col-"] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .core-style .row.custom-row [class*="col-sm-"] {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .core-style .row.custom-row [class*="col-md-"] {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .core-style .row.custom-row [class*="col-lg-"] {
    margin-bottom: 0;
  }
}
.core-style h1,
.core-style h2,
.core-style h3,
.core-style h4,
.core-style h5,
.core-style h6,
.core-style p,
.core-style ul,
.core-style ol {
  margin: 0 0 17px;
  word-wrap: break-word;
}
.transparent .core-style .content-block h1,
.transparent .core-style .content-block h2,
.transparent .core-style .content-block h3,
.transparent .core-style .content-block h4,
.transparent .core-style .content-block h5,
.transparent .core-style .content-block h6,
.transparent .core-style .content-block p {
  color: #ffffff;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 5px #000 , 0 0 10px #000, 0 0 15px #000;
}
.transparent .core-style .content-block h1,
.transparent .core-style .content-block h2,
.transparent .core-style .content-block h3,
.transparent .core-style .content-block h4,
.transparent .core-style .content-block h5,
.transparent .core-style .content-block h6 {
  font-weight: 600;
}
.core-style h3 + p {
  margin: -5px 0 20px;
}
.core-style .content-block ul,
.core-style .single-accordion-content ul,
.core-style .content-block ol,
.core-style .single-accordion-content ol {
  list-style: outside disc;
  padding: 0;
}
.core-style .content-block ul li:not([class]),
.core-style .single-accordion-content ul li:not([class]),
.core-style .content-block ol li:not([class]),
.core-style .single-accordion-content ol li:not([class]) {
  position: relative;
  left: 20px;
  padding-right: 20px;
}
.core-style h1,
.core-style h2 {
  font-weight: 400;
}
.core-style h3 {
  font-weight: 500;
}
.core-style h3 strong {
  font-weight: 600;
}
.core-style h3,
.core-style h4,
.core-style h5,
.core-style h6 {
  color: #002f6e;
}
.core-style hr {
  border-color: #437693;
  opacity: 0.5;
}
.core-style h1 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .core-style h1 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
  }
}
.core-style h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
.core-style h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
.core-style h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
.core-style h5 {
  font-size: 19px;
  font-size: 1.9rem;
}
.core-style p {
  color: #000000;
  font-size: 17px;
  font-size: 1.7rem;
}
.core-style p strong {
  font-weight: 600;
}
.core-style li {
  color: #000000;
  margin: 0 0 5px;
  font-size: 17px;
  font-size: 1.7rem;
}
.core-style p + h2,
.core-style p + h3,
.core-style p + h4,
.core-style p + h5,
.core-style p + h6 {
  margin-top: 20px;
}
.core-style blockquote {
  background-color: #e8edee;
  display: block;
  margin: 0 0 30px;
  padding: 20px 3% 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .core-style blockquote {
    margin-left: -18px;
    margin-right: -18px;
    border-radius: 0;
    padding: 15px 18px 0px;
  }
}
body.in-iframe .core-style .page-template-popup h1,
body.in-iframe .core-style .page-template-popup h2,
body.in-iframe .core-style .page-template-popup h3,
body.in-iframe .core-style .page-template-popup h4,
body.in-iframe .core-style .page-template-popup h5,
body.in-iframe .core-style .page-template-popup h6,
body.in-iframe .core-style .page-template-popup p,
body.in-iframe .core-style .page-template-popup ul,
body.in-iframe .core-style .page-template-popup ol {
  margin: 0 0 12px;
}
body.in-iframe .core-style .page-template-popup h1,
body.in-iframe .core-style .page-template-popup h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
body.in-iframe .core-style .page-template-popup h3 {
  font-size: 21px;
  font-size: 2.1rem;
}
body.in-iframe .core-style .page-template-popup h3 {
  font-size: 20px;
  font-size: 2rem;
}
body.in-iframe .core-style .page-template-popup h5 {
  font-size: 17px;
  font-size: 1.7rem;
}
body.in-iframe .core-style .page-template-popup p,
body.in-iframe .core-style .page-template-popup li {
  font-size: 16px;
  font-size: 1.6rem;
}
body.in-iframe .core-style .page-template-popup .radio,
body.in-iframe .core-style .page-template-popup .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (min-width: 1200px) {
  .core-style h1,
  .core-style h2,
  .core-style h3,
  .core-style h4,
  .core-style h5,
  .core-style h6,
  .core-style p {
    margin: 0 0 30px;
  }
  .core-style .content-block ul,
  .core-style .single-accordion-content ul,
  .core-style .content-block ol,
  .core-style .single-accordion-content ol {
    margin: 0 0 30px;
  }
  .core-style .content-block h3 + p,
  .core-style .single-accordion-content h3 + p,
  .core-style .content-block h3 + ul,
  .core-style .single-accordion-content h3 + ul {
    margin: -20px 0 30px;
  }
  .core-style h1 {
    font-size: 32px;
  }
  .core-style h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .page-template-home .core-style h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .core-style h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .core-style h5 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .core-style p,
  .core-style li {
    font-size: 20px;
    font-size: 2rem;
  }
  .core-style p + h2,
  .core-style p + h3,
  .core-style p + h4,
  .core-style p + h5,
  .core-style p + h6 {
    margin-top: 40px;
  }
}
.core-style .table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 0 0 30px;
}
.core-style .table-wrapper table {
  margin: 0;
}
.core-style table {
  margin: 0 0 15px;
}
.core-style table th,
.core-style table td {
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  .core-style table th,
  .core-style table td {
    padding: 5px 3px;
  }
}
.core-style table th img,
.core-style table td img {
  padding: 0;
}
.core-style table {
  display: table;
  border-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-style: solid;
  background-color: #ffffff;
  outline-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .core-style table {
    min-width: 100%;
  }
}
.core-style table th,
.core-style table td {
  border-color: #ffffff;
  border-width: auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.core-style table th > *,
.core-style table td > * {
  margin-bottom: 0;
}
.core-style table th > *:last-child,
.core-style table td > *:last-child {
  margin-top: 0;
}
.core-style table th img,
.core-style table td img {
  padding: 0;
}
.core-style table td {
  background-color: #e8edee;
  border: 2px solid #ffffff;
}
.core-style table td > p {
  font-size: inherit;
}
.core-style table td > p:last-child {
  margin: 0;
}
.core-style table th {
  background-color: #652580;
  color: #ffffff;
}
.core-style table th * {
  color: #ffffff;
}
.core-style table th > a:not(.button-link) {
  color: #ffffff;
  border-color: #ffffff;
}
.core-style table th.ccm-block-document-library-column-thumbnail {
  width: 90px;
}
.core-style table th.ccm-block-document-library-column-thumbnail span {
  display: none;
}
@media screen and (max-width: 991px) {
  .core-style table th.ccm-block-document-library-column-thumbnail {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .core-style table th.ccm-block-document-library-column-thumbnail {
    width: 40px;
  }
}
.core-style table tbody tr {
  background-color: #ffffff;
}
.core-style table tbody tr button.ccm-block-document-library-details {
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.core-style table tbody tr button.ccm-block-document-library-details:after {
  content: '\f107';
  display: inline;
  position: relative;
  background-color: transparent;
  font: normal normal normal 20px/1 FontAwesome;
  padding: 0 0 10px;
  border: none;
  color: inherit;
}
.core-style table tbody tr button.ccm-block-document-library-details.ccm-block-document-library-details-open:after {
  content: '\f106';
}
@media screen and (max-width: 991px) {
  .core-style table tbody tr button.ccm-block-document-library-details {
    font-size: 0;
    padding: 2px;
  }
  .core-style table tbody tr button.ccm-block-document-library-details:after {
    padding: 0;
  }
}
.core-style table tbody tr.ccm-block-document-library-table-expanded-properties td {
  width: 100%;
}
.core-style table tbody tr.ccm-block-document-library-table-expanded-properties td .button-link {
  display: block;
}
.core-style .single-accordion-content table td {
  background-color: #ffffff;
  border-color: #ffffff;
}
.core-style .single-accordion-content a:not([class]) {
  color: #ce135a;
  margin: 0 -2px;
  padding: 0 2px;
}
.core-style .single-accordion-content a:not([class]):hover {
  background-color: #ffffff;
}
.core-style .single-accordion .ccm-block-express-form {
  border: 1px solid #652580;
}
.core-style .single-accordion .ccm-block-express-form .form-stacked {
  margin: 0;
}
.core-style .button-link {
  margin: 0 15px 15px 0;
}
.core-style .pagination {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .core-style .pagination {
    padding: 0 18px;
  }
  .core-style .pagination li.prev,
  .core-style .pagination li.next {
    font-size: 0;
  }
  .core-style .pagination li.prev span,
  .core-style .pagination li.next span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.core-style .pagination > li > a {
  color: #652580;
  text-underline-position: under;
  text-decoration: underline;
  font-weight: 500;
}
.core-style .pagination > li a:hover,
.core-style .pagination > li a:focus,
.core-style .pagination > li.disabled a {
  text-underline-position: unset;
  text-decoration: none;
}
.core-style .pagination > .active > a,
.core-style .pagination > .active > span,
.core-style .pagination > .active > a:hover,
.core-style .pagination > .active > span:hover,
.core-style .pagination > .active > a:focus,
.core-style .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #652580;
  border-color: #652580;
  cursor: default;
}
.core-style .ccm-block-page-attribute {
  margin: 0 0 10px;
}
.core-style .ccm-block-page-attribute h1,
.core-style .ccm-block-page-attribute h2,
.core-style .ccm-block-page-attribute h3,
.core-style .ccm-block-page-attribute h4,
.core-style .ccm-block-page-attribute h5,
.core-style .ccm-block-page-attribute h6,
.core-style .ccm-block-page-attribute p,
.core-style .ccm-block-page-attribute ul,
.core-style .ccm-block-page-attribute ol {
  margin: 0;
}
.core-style .ccm-block-page-attribute h1 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute h2 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute h3 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute h4 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute h5 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute h6 .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute p .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute ul .ccm-block-page-attribute-display-title,
.core-style .ccm-block-page-attribute ol .ccm-block-page-attribute-display-title {
  color: #002f6e;
  font-weight: 500;
}
.core-style .ccm-block-page-attribute + .content-block,
.core-style .ccm-block-page-attribute + .single-accordion {
  margin-top: 30px;
}
.core-style .large-first-paragraph > p:first-child,
.page-type-event .core-style .ccm-block-calendar-event-description > p:first-child {
  font-size: 23px;
  font-size: 2.3rem;
}
.header a,
.main a,
.footer a {
  -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,
.header a:focus,
.main a:focus,
.footer a:focus,
.header a:active,
.main a:active,
.footer a:active {
  text-decoration: none;
}
.header img,
.main img,
.footer img {
  max-width: 100%;
  height: auto !important;
}
/* 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: 768px) {
  .button-block {
    margin-bottom: 20px;
  }
  .button-block + .button-block.btn-block {
    margin-top: -10px;
  }
  .button-block.btn-inline {
    margin-right: 10px;
  }
  .header .button-block.btn-inline {
    margin-right: 2px;
  }
}
.button-link {
  position: relative;
  display: inline-block;
  background: #652580;
  color: #ffffff;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 19px 50px 20px 32px;
  -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 > span,
.button-link > i,
.button-link:after {
  color: inherit;
  font-weight: 600;
  display: inline-block;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-link:hover,
.button-link:focus,
.button-link:active {
  background: #551f6c;
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.04);
}
.button-link:before,
.button-link:after {
  color: #fec601;
}
.button-link i,
.button-link:before,
.button-link:after {
  font-size: 26px;
  font-size: 2.6rem;
}
.button-link.arrow-left,
.button-link.arrow-right {
  position: relative;
}
.button-link.arrow-left:after,
.button-link.arrow-right:after {
  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: 38px;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.button-link.arrow-left {
  padding-left: 65px;
}
.button-link.arrow-left:after {
  content: "\f104";
  left: 21px;
}
@media (max-width: 768px) {
  .button-link.arrow-left:after {
    left: 10px;
  }
}
.button-link.arrow-right {
  padding-right: 63px;
}
.button-link.arrow-right:after {
  content: "\f105";
  right: 16px;
}
@media (max-width: 768px) {
  .button-link.arrow-right:after {
    right: 10px;
  }
}
.button-link.file-icon span,
.button-link.icon-left span,
.button-link.icon-right span {
  display: inline-block;
}
.button-link.file-icon img,
.button-link.icon-left img,
.button-link.icon-right img,
.button-link.file-icon i,
.button-link.icon-left i,
.button-link.icon-right i {
  position: absolute;
  max-width: 30px;
  transform: translateY(-50%);
  top: 50%;
}
.button-link.file-icon img,
.button-link.icon-left img,
.button-link.icon-right img {
  filter: invert(1);
}
.button-link.file-icon,
.button-link.icon-left {
  padding-left: 70px;
}
.button-link.file-icon img,
.button-link.icon-left img,
.button-link.file-icon i,
.button-link.icon-left i {
  left: 20px;
}
.button-link.icon-right {
  padding-right: 70px;
  padding-left: 27px;
}
.button-link.icon-right img,
.button-link.icon-right i {
  right: 20px;
}
.button-link.facebook,
.button-link.facebook2 {
  background-color: #4b76bd;
}
.button-link.skype {
  background-color: #005eb8;
}
.button-link.gmail {
  background-color: #d44638;
}
.button-link.messenger {
  background-color: #0078ff;
}
.button-link.wordpress {
  background-color: #444140;
}
.button-link.whatsapp {
  background-color: #005eb8;
}
.button-link.instagram {
  background-color: #1faaba;
}
.button-link.googleplus {
  background-color: #dd4b39;
}
.button-link.twitter,
.button-link.twitter2 {
  background-color: #0080ae;
}
.button-link.linkedin {
  background-color: #56648d;
}
.button-link.youtube,
.button-link.youtube2 {
  background-color: #cd201f;
}
.button-link.pinterest {
  background-color: #cb2027;
}
@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: 30px;
    width: 30px;
    height: 30px;
  }
  .button-link.arrow-left {
    padding-left: 45px;
  }
  .button-link.arrow-right {
    padding-right: 45px;
  }
}
/* HEADER */
.header {
  padding-top: 54px;
}
@media all and (max-width: 1499px) {
  .header {
    padding-top: 54px;
  }
}
.header .button-link:before,
.header .button-link:after {
  color: inherit;
}
@media all and (max-width: 991px) {
  .header {
    padding-top: 85px;
  }
}
.header .header-top-main {
  background-color: #1d70b7;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.edit-mode .header .header-top-main {
  position: relative;
}
.ccm-toolbar-visible .no-edit-mode .header .header-top-main {
  top: 48px;
}
.header .header-top-main #__ba_launchpad {
  margin-top: 5px;
}
@media all and (max-width: 991px) {
  .header .header-top-main #__ba_launchpad {
    z-index: 1000000;
    position: fixed;
    top: 117px;
    margin-right: -341px;
  }
}
.header .header-top-main table {
  background-color: #1d70b7;
  padding: 0;
  width: 100%;
  margin: 0;
  position: relative;
}
.header .header-top-main table tr {
  background-color: transparent;
}
.header .header-top-main table td {
  padding: 0;
}
.header .header-top-main table td .button-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .header-top-main table td .button-link {
  background-color: transparent;
}
@media (min-width: 992px) {
  .header .header-top-main table td .button-link i {
    right: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  .header .header-top-main table td .button-link.icon-right {
    padding-right: 48px;
    padding-left: 5px;
  }
  .header .header-top-main table td .button-link.icon-right i {
    right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .header .header-top-main table td .button-link.icon-left {
    padding-right: 10px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .header .header-top-main table td .button-link {
    min-height: 54px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .header .header-top-main table td .button-link.icon-right {
    padding-right: 50px;
    padding-left: 5px;
  }
  .header .header-top-main table td .button-link.icon-right i {
    right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .header .header-top-main table td .button-link {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1350px) {
  .header .header-top-main table td .button-link {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.header .header-top-main table td .button-block {
  margin-bottom: 0;
}
.header .header-top-main table td .button-block .button-link:hover,
.header .header-top-main table td .button-block .button-link:focus {
  background-color: #521e68;
}
.header .header-top-main table td:last-child .button-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  justify-items: right;
  justify-content: right;
  flex-direction: row;
  justify-content: flex-end;
}
.header .header-top-main table td:last-child .button-link {
  background-color: #d8005c;
}
.header .header-top-main table td:last-child .button-link:hover,
.header .header-top-main table td:last-child .button-link:focus {
  background-color: #521e68;
}
@media (min-width: 1200px) {
  .header .header-top-main table td:last-child .button-link {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1500px) {
  .header .header-top-main table td:last-child .button-link {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .header .header-top-main table td:first-child,
  .header .header-top-main table td:last-child {
    max-width: 250px;
  }
  .header .header-top-main table td:first-child .button-link {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .header .header-top-main table td:first-child,
  .header .header-top-main table td:last-child {
    width: 50%;
    position: fixed;
    top: 0;
  }
  .header .header-top-main table td:first-child .button-block .button-link,
  .header .header-top-main table td:last-child .button-block .button-link {
    float: none;
    width: 100%;
    padding: 2px 7px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .header .header-top-main table td:first-child .button-block .button-link:after,
  .header .header-top-main table td:last-child .button-block .button-link:after {
    display: none;
  }
  .header .header-top-main table td:first-child {
    left: 0;
  }
  .header .header-top-main table td:last-child {
    right: 0;
  }
}
@media (max-width: 600px) {
  .header .header-top-main table td:first-child .button-block .button-link,
  .header .header-top-main table td:last-child .button-block .button-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header .header-top-main table td:nth-child(2) {
  display: flex;
}
@media (min-width: 992px) {
  .header .header-top-main table td:nth-child(2) {
    justify-content: space-around;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .header .header-top-main table td:nth-child(2) {
    position: absolute;
    top: 40px;
    left: 20px;
  }
  .header .header-top-main table td:nth-child(2) .button-link {
    padding: 10px 4px !important;
  }
  .header .header-top-main table td:nth-child(2) .button-link span.text {
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: -9999px;
    overflow: hidden;
  }
  .header .header-top-main table td:nth-child(2) .button-link i {
    position: relative;
    display: inline-block;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .header .header-top-main table td:nth-child(2) .button-link:hover,
  .header .header-top-main table td:nth-child(2) .button-link:focus {
    background-color: #e8edee;
    color: #003087;
  }
}
@media (max-width: 400px) {
  .header .header-top-main table td:nth-child(2) {
    left: 5px;
  }
  .header .header-top-main table td:nth-child(2) .button-block:not(:first-child) {
    display: none;
  }
}
.header .header-top-main table td:first-child .button-link {
  float: left;
  background-color: #652580;
  padding-left: 95px;
}
.header .header-top-main table td:first-child .button-link i.fa {
  font-size: 35px;
}
.header .header-top-main table td:first-child .button-link.icon {
  padding-right: 20px;
  padding-left: 75px;
}
.header .header-top-main table td:first-child .button-link:not(.icon):after {
  top: 0;
  content: "";
  position: absolute;
  width: 95px;
  left: 0;
  height: 100%;
  background-size: 43px;
  background-image: url(/application/themes/custom/images/doctor.svg);
  background-repeat: no-repeat;
  background-position: left 28px center;
}
.header .header-top {
  background: #1d70b7;
  position: fixed;
  z-index: 5;
  top: 40px;
  left: 0;
  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-toolbar-visible .header .header-top {
  top: 98px;
}
.header .header-top .mobile-buttons {
  text-align: right;
}
@media (max-width: 400px) {
  .header .header-top .mobile-buttons {
    margin-right: -10px;
  }
}
.header .header-top .mobile-buttons a,
.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 4px;
  min-width: 40px;
  border: none;
}
@media (min-width: 769px) {
  .header .header-top .mobile-buttons a.nav-toggle,
  .header .header-top .mobile-buttons button.nav-toggle {
    margin-left: 10px;
  }
}
.header .header-top .mobile-buttons a:hover,
.header .header-top .mobile-buttons button:hover,
.header .header-top .mobile-buttons a:focus,
.header .header-top .mobile-buttons button:focus,
.header .header-top .mobile-buttons a:active,
.header .header-top .mobile-buttons button:active {
  background: #521e68;
}
.header .header-top .mobile-buttons.social {
  text-align: left;
  text-shadow: 0 0 3px #000;
}
.header .header-top .mobile-buttons.social ul li {
  margin: 0;
}
.header .header-main {
  z-index: 1;
}
.header .header-main .header-main__logo a {
  margin: 0 0 0 auto;
}
@media all and (min-width: 992px) {
  .header .header-main .header-main__search,
  .header .header-main .header-main__logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Center vertically */
    align-items: center;
    /*Center horizontaly */
    justify-content: center;
    /*Center horizontaly ie */
    -ms-flex-pack: center;
    padding: 15px 0;
    min-height: 170px;
    height: 170px;
  }
  .header .header-main .header-main__search .search-block-weighted.default .search-form,
  .header .header-main .header-main__logo .search-block-weighted.default .search-form {
    margin: 0;
  }
}
.header .header-main .header-main__search a,
.header .header-main .header-main__logo a {
  display: inline-block;
  max-width: 165px;
}
.header .header-main .header-main__search a img,
.header .header-main .header-main__logo a img {
  width: 165px;
}
@media (max-width: 550px) {
  .header .header-main .header-main__search a img,
  .header .header-main .header-main__logo a img {
    width: 150px;
  }
}
@media all and (max-width: 991px) {
  .header .header-main .header-main__search,
  .header .header-main .header-main__logo {
    padding: 15px 0;
  }
}
@media all and (min-width: 992px) {
  .header .header-main .header-main__search {
    justify-content: left;
    justify-items: left;
    text-align: left;
    -ms-flex-pack: left;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media all and (max-width: 991px) {
  .header .header-main .header-main__search {
    display: none;
  }
}
.header .header-main .header-main__logo {
  justify-content: right;
  text-align: right;
}
.header .header-main .header-main__logo.subsite {
  justify-content: left;
  text-align: left;
}
.header .header-main .header-main__logo.subsite a {
  max-width: 100%;
  margin-left: 0px;
}
.header .header-main .header-main__logo.subsite a img {
  width: 100%;
}
.main > .core-style > .bottom-section {
  margin: 37px 0 0;
}
@media all and (max-width: 991px) {
  .header-mobile-tool {
    text-align: center;
    position: fixed;
    top: 88px;
    left: 0;
    bottom: auto;
    width: 100% !important;
    z-index: -10;
    padding: 15px !important;
    padding-right: 45px !important;
    background-color: #ffffff;
    border-top: 0;
    margin: 0 !important;
    max-width: none;
    height: auto;
    display: none;
    -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-mobile-tool button.close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10.5px;
  }
  .header-mobile-tool.active {
    z-index: 10;
  }
}
@media screen and (max-width: 1199px) {
  .header-tool-column.lg {
    position: static;
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-tool-column.md {
    position: static;
    width: 0;
    padding: 0;
  }
}
/* MAIN */
.main .main-section {
  padding: 0 0 30px;
}
/* FOOTER */
.footer {
  background-color: #ebebeb;
  padding: 40px 0 80px;
}
.footer .col {
  padding-top: 15px;
}
.footer .core-style a {
  margin: 0 -4px;
  padding: 0 4px;
  font-weight: 600;
  color: #002f6e;
}
.footer .core-style a:hover,
.footer .core-style a:focus {
  background-color: #ffffff;
  color: #d8005c;
}
.footer .core-style h2 {
  padding: 0 0 15px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 34px;
  font-size: 3.4rem;
}
.footer .core-style h2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 75px;
  max-width: 60%;
  height: 5px;
  background-color: #ea7317;
}
.footer .core-style .col:nth-child(even) h2:after {
  background-color: #fec601;
}
.ccm-page .accessibility-controls {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  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 > span,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > 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 > ul,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > ul {
  padding: 0;
  display: inline-block;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size > ul li,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > ul li {
  margin-right: 5px;
  display: inline-block;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size > ul li button,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > 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 > ul li button svg,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > ul li button svg {
  fill: #ffffff;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size > ul li button:hover,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > ul li button:hover,
.ccm-page .accessibility-controls .access-tools .access-element.text-size > ul li button:focus,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > ul li button:focus {
  border-color: #000000;
}
.ccm-page .accessibility-controls .access-tools .access-element.text-size > ul li:last-of-type,
.ccm-page .accessibility-controls .access-tools .access-element.contrast > 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 (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;
  }
}
@media (min-width: 1200px) {
  span.visible-lg {
    display: inline !important;
  }
}
.popupContainer,
.mfp-image-holder,
.mfp-iframe-holder {
  position: relative;
}
.popupContainer button.mfp-close,
.mfp-image-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
  color: #ffffff;
  right: -35px;
  top: -35px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
}
@media (max-width: 768px) {
  .popupContainer,
  .mfp-image-holder,
  .mfp-iframe-holder {
    padding: 40px 0 0;
  }
  .popupContainer button.mfp-close,
  .mfp-image-holder button.mfp-close,
  .mfp-iframe-holder button.mfp-close {
    right: -8px;
    top: -35px;
  }
}
button.mfp-close {
  opacity: 1;
  color: #ffffff;
  width: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
button.mfp-close:hover,
button.mfp-close:focus {
  background-color: #ffffff;
  color: #425563;
}
.bottom-section {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd33a+0,fec601+100 */
  background: #ffd33a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd33a 0%, #fec601 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd33a 0%, #fec601 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd33a 0%, #fec601 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd33a', endColorstr='#fec601', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 991px) {
  .bottom-section {
    padding: 30px 0;
  }
}
.bottom-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background-color: #652580;
  z-index: 4;
  display: block;
}
@media (max-width: 768px) {
  .bottom-section:after {
    width: 5px;
  }
}
.bottom-section::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -4vw;
  left: 0;
  border-width: 28vw 0 0 100vw;
  border-color: transparent transparent transparent #FEC601;
  border-style: solid;
}
.side-buttons {
  z-index: 13;
}
@media (min-width: 992px) {
  .no-edit-mode .side-buttons {
    position: fixed;
    left: 0;
    bottom: 360px;
    width: 48px;
    float: left;
  }
  .no-edit-mode .side-buttons .button-block {
    float: left;
    width: 400px;
  }
  .side-buttons .side-button:after,
  .side-buttons .side-button .button-block {
    clear: both;
    content: " ";
    display: table;
  }
  .no-edit-mode .side-buttons .side-button .button-block {
    -webkit-transform: rotate(-90deg);
    /* Safari */
    -moz-transform: rotate(-90deg);
    /* Firefox 3.6 Firefox 4 */
    -ms-transform: rotate(-90deg);
    /* IE9 */
    -o-transform: rotate(-90deg);
    /* Opera */
    transform: rotate(-90deg);
    /* W3C */
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  .no-edit-mode .side-buttons .side-button .button-link.side {
    background-color: #1d70b7;
    -webkit-transform: translateX(-100%);
    /* Safari */
    -moz-transform: translateX(-100%);
    /* Firefox 3.6 Firefox 4 */
    -ms-transform: translateX(-100%);
    /* IE9 */
    -o-transform: translateX(-100%);
    /* Opera */
    transform: translateX(-100%);
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 48px;
    padding: 0 42px 0 15px;
  }
  .no-edit-mode .side-buttons .side-button .button-link.side:hover i,
  .no-edit-mode .side-buttons .side-button .button-link.side:focus i,
  .no-edit-mode .side-buttons .side-button .button-link.side:hover span,
  .no-edit-mode .side-buttons .side-button .button-link.side:focus span {
    transform: scale(1.02);
  }
  .no-edit-mode .side-buttons .side-button .button-link.side:after {
    text-align: right;
    right: 15px;
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .no-edit-mode .side-buttons {
    top: 62px;
    bottom: auto;
  }
  .no-edit-mode .side-buttons .side-button a.button-link.arrow-right {
    padding-right: 10px;
    padding-left: 10px;
    min-height: 44px;
  }
  .no-edit-mode .side-buttons .side-button a.button-link.arrow-right:after {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1550px) {
  .no-edit-mode .side-buttons .side-button .button-link.side {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and screen and (max-height: 900px) {
  .no-edit-mode .side-buttons .side-button .button-link.side {
    padding: 0 15px;
  }
  .no-edit-mode .side-buttons .side-button .button-link.side:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .side-buttons .button-block,
  .side-buttons .side-button,
  .side-buttons .ccm-block-social-links.fixed,
  .side-buttons .button-link.side {
    float: left;
    width: auto;
    margin: 0;
  }
  .side-buttons .side-button {
    position: fixed;
    top: 40px;
    left: 4.5vw;
    z-index: 10;
  }
  .side-buttons .side-button .button-link.side {
    background: transparent;
    padding: 0 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  .side-buttons .side-button .button-link.side .text {
    display: none;
  }
  .side-buttons .side-button .button-link.side:hover:after {
    transform: scale(1.1);
    margin: 0;
  }
  .side-buttons .side-button .button-link.side:after {
    content: 'Feedback';
    font-family: "Frutiger LT Pro", sans-serif; font-weight: 700;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 20px;
    font-size: 2rem;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .side-buttons .side-button {
    left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .header .navigation .col-xs-24 {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .navigation {
    margin-bottom: 10px;
  }
}
.squiggle-box {
  margin: 20px 0;
}
.banner-content {
  background-color: #5e4b9a;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner-content {
    margin-bottom: 30px;
  }
}
.banner-content .banner-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.banner-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#652580+13,002f6e+65&1+0,0+70 */
  background: -moz-linear-gradient(left, #652580 0%, rgba(101, 37, 128, 0.8100000000000001) 13%, rgba(0, 47, 110, 0.07000000000000001) 65%, rgba(0, 47, 110, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #652580 0%, rgba(101, 37, 128, 0.8100000000000001) 13%, rgba(0, 47, 110, 0.07000000000000001) 65%, rgba(0, 47, 110, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #652580 0%, rgba(101, 37, 128, 0.8100000000000001) 13%, rgba(0, 47, 110, 0.07000000000000001) 65%, rgba(0, 47, 110, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#652580', endColorstr='#00002f6e', GradientType=1);
  /* IE6-9 */
}
.banner-content img.svg {
  position: absolute;
  opacity: 0.1;
  left: 57px;
  right: 57px;
  top: 1.6%;
  z-index: 1;
  width: auto;
}
@media (max-width: 991px) {
  .banner-content img.svg {
    display: none;
  }
}
.banner-content .core-style {
  display: flex;
  flex-direction: row;
  z-index: 2;
  position: relative;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  min-height: 100px;
  padding: 10px 0;
}
@media (min-width: 991px) {
  .banner-content .core-style {
    padding: 7% 0 10px;
    flex-direction: column;
  }
}
.banner-content .core-style .banner-text-wrapper {
  margin: auto 0 0 0;
  padding: 8px 0 14px ;
  color: #ffffff;
  text-shadow: 0 -4px 18px rgba(75, 55, 123, 0.42), 0 4px 18px rgba(75, 55, 123, 0.42), -4px 0 18px rgba(75, 55, 123, 0.42), 4px 0 18px rgba(0, 47, 110, 0.6), 0 0 4px #000000;
}
@media screen and (max-width: 1400px) {
  .banner-content .core-style .banner-text-wrapper {
    padding-left: 120px;
  }
}
@media screen and (max-width: 991px) {
  .banner-content .core-style .banner-text-wrapper {
    padding: 0 15px 0 7vw;
  }
}
.banner-content .core-style .page-title {
  color: #ffffff;
  position: relative;
  margin: 0;
}
.banner-content .core-style h1.page-title,
.banner-content .core-style h2,
.banner-content .core-style h3,
.banner-content .core-style h4,
.banner-content .core-style h5,
.banner-content .core-style h6,
.banner-content .core-style span,
.banner-content .core-style p td {
  margin: 5px 0;
  color: #ffffff;
}
.banner-content .core-style h6,
.banner-content .core-style span,
.banner-content .core-style p,
.banner-content .core-style td {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .banner-content .core-style h1.page-title {
    font-weight: 600;
  }
  .banner-content .core-style h1.page-title,
  .banner-content .core-style .ccm-block-calendar-event-header > h1 {
    font-size: 54px;
  }
}
.banner-content .page-title .pull-right {
  max-width: 30%;
  padding: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .banner-content .page-title {
    padding: 15px 8px 0;
  }
  .banner-content .page-title .pull-right {
    padding: 0 0 8px 8px;
  }
  .banner-content .page-title .pull-right .thumbnail {
    padding: 2px;
    margin: 0;
  }
}
.banner-content .page-title,
.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content h5,
.banner-content h6,
.banner-content p {
  margin: 6px 0;
}
.banner-content .core-style .page-title.author {
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 991px) {
  .banner-content .core-style .page-title.author {
    padding: 20px;
  }
}
.banner-content .core-style .page-title.author {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .banner-content .core-style .page-title.author h1.title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.banner-content.with-image .core-style {
  height: 29vw;
  max-height: 388px;
}
@media screen and (min-width: 992px) {
  .banner-content.with-image .core-style {
    padding: 40px 0 60px;
  }
}
.banner-content.with-image img.svg {
  opacity: 0.4;
}
.back-link {
  text-align: center;
  padding: 20px 0 0;
}
.back-link .button-link.arrow-left {
  margin: 0 0 30px;
  padding-left: 85px;
  padding-right: 55px;
}
.bottom-plain {
  padding: 20px 0 40px;
}
.grid-link {
  position: relative;
  display: block;
}
.grid-link .image-grid-link {
  background-size: cover;
}
.grid-link .image-grid-link .matchHeight2 > h2,
.grid-link .image-grid-link .matchHeight > p,
.grid-link .image-grid-link span.date {
  color: #ffffff;
  text-shadow: 0 0 4px #000;
}
.grid-link .image-grid-link .matchHeight2 > h2[aria-hidden="true"] {
  color: transparent;
}
.grid-link .image-grid-link .matchHeight2 > h2 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.grid-link .image-grid-link .matchHeight > p {
  font-size: 30px;
  font-size: 3rem;
}
.grid-link .image-grid-link .overlay {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column;
  padding: 60px 12%;
}
@media (max-width: 991px) {
  .grid-link .image-grid-link .overlay {
    padding: 30px 12%;
  }
}
.grid-link .image-grid-link .overlay span.date {
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
}
.grid-link.purple {
  background-color: #652580;
}
.grid-link.purple .overlay {
  background-color: rgba(101, 37, 128, 0.6);
}
.grid-link.purple .overlay .matchHeight2 > h2,
.grid-link.purple .overlay .matchHeight > p,
.grid-link.purple .overlay span.date {
  text-shadow: 0 0 15px #652580, 0 0 10px #652580, 0 0 1px #000000, 0 0 2px #000000, 0 0 4px #000000;
}
.grid-link.grey_blue {
  background-color: #002f6e;
}
.grid-link.grey_blue .overlay {
  background-color: rgba(0, 47, 110, 0.6);
}
.grid-link.grey_blue .overlay .matchHeight2 > h2,
.grid-link.grey_blue .overlay .matchHeight > p,
.grid-link.grey_blue .overlay span.date {
  text-shadow: 0 0 15px #002f6e, 0 0 10px #002f6e, 0 0 1px #000000, 0 0 2px #000000, 0 0 4px #000000;
}
.grid-link.blue {
  background-color: #1d70b7;
}
.grid-link.blue .overlay {
  background-color: rgba(29, 112, 183, 0.6);
}
.grid-link.blue .overlay .matchHeight2 > h2,
.grid-link.blue .overlay .matchHeight > p,
.grid-link.blue .overlay span.date {
  text-shadow: 0 0 15px #1d70b7, 0 0 7px #1d70b7, 0 0 1px #000000, 0 0 2px #000000, 0 0 4px #000000;
}
.grid-link.orange {
  background-color: #ea7317;
}
.grid-link.orange .overlay {
  background-color: rgba(166, 81, 15, 0.6);
}
.grid-link.blue_purple {
  background-color: #484a9f;
}
.grid-link.blue_purple .overlay {
  background-color: rgba(72, 74, 159, 0.6);
}
.grid-link.blue_purple .overlay .matchHeight2 > h2,
.grid-link.blue_purple .overlay .matchHeight > p,
.grid-link.blue_purple .overlay span.date {
  text-shadow: 0 0 15px #484a9f, 0 0 10px #484a9f, 0 0 1px #000, 0 0 2px #000, 0 0 4px #000, ;
}
.core-style a.grid-link {
  text-underline-position: unset;
  text-decoration: none;
}
a.grid-link:after {
  position: absolute;
  content: "\f105";
  right: 27px;
  bottom: 0;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70px;
  color: #ffffff;
  line-height: 105px;
  -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;
}
.grid-link .text-wrapper {
  -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;
}
a.grid-link:hover .text-wrapper,
a.grid-link:focus .text-wrapper {
  transform: scale(1.04) translateX(2%);
}
a.grid-link:hover:after,
a.grid-link:focus:after {
  font-size: 78px;
}
a.grid-link:hover.purple .overlay,
a.grid-link:focus.purple .overlay {
  background-color: rgba(101, 37, 128, 0.7);
}
a.grid-link:hover.grey_blue .overlay,
a.grid-link:focus.grey_blue .overlay {
  background-color: rgba(0, 47, 110, 0.7);
}
a.grid-link:hover.blue .overlay,
a.grid-link:focus.blue .overlay {
  background-color: rgba(29, 112, 183, 0.7);
}
a.grid-link:hover.orange .overlay,
a.grid-link:focus.orange .overlay {
  background-color: rgba(166, 81, 15, 0.7);
}
a.grid-link:hover.blue_purple .overlay,
a.grid-link:focus.blue_purple .overlay {
  background-color: rgba(72, 74, 159, 0.7);
}
.squiggle-box {
  text-align: center;
  padding: 0 0 40px;
}
.squiggle-box .text-wrapper .matchHeight p {
  margin-bottom: 40px;
}
.squiggle-box h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 5px 0 12px;
  min-height: 50px;
  color: black;
}
.squiggle-box h2 > a.header-link {
  color: inherit;
  text-decoration: none;
  text-underline-position: unset;
}
.squiggle-box h2 > a.header-link:hover,
.squiggle-box h2 > a.header-link:focus {
  color: #652580;
  text-decoration: underline;
  text-underline-position: under;
}
.squiggle-box p {
  font-size: 20px;
  font-size: 2rem;
}
.squiggle-box .image {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 67%;
}
.squiggle-box .image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.squiggle-box .img-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 15px;
}
.squiggle-box .img-wrapper svg path.blue {
  fill: #1d70b7;
}
.squiggle-box .img-wrapper svg path.orange {
  fill: #ea7317;
}
.squiggle-box .img-wrapper svg path.purple {
  fill: #652580;
}
.squiggle-box .img-wrapper svg path.grey_blue {
  fill: #437693;
}
.squiggle-box .img-wrapper svg path.yellow {
  fill: #fec601;
}
.squiggle-box .img-wrapper a.image:hover,
.squiggle-box .img-wrapper a.image:focus {
  transform: scale(1.02);
}
.squiggle-box .img-wrapper i {
  font-size: 65px;
  color: #883144;
}
.page-template-home .squiggle-box {
  text-align: center;
  padding: 0 0 36px;
}
.page-template-home .squiggle-box h2 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 17px;
}
.page-template-home .squiggle-box .img-wrapper i {
  font-size: 110px;
  color: #883144;
}
.page-template-home .squiggle-box p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}
.white .squiggle-box .img-wrapper i {
  color: #ffc169;
}
@media screen and (max-width: 992px) {
  .squiggle-box .img-wrapper i {
    font-size: 60px;
  }
  .page-template-home div.squiggle-box h2 {
    font-size: 26px;
    font-size: 2.6rem;
    text-decoration: none;
  }
  .page-template-home div.squiggle-box p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.core-style .right-sidebar p {
  font-size: 19px;
  font-size: 1.9rem;
}
.core-style .right-sidebar h2 {
  font-size: 23px;
  font-size: 2.3rem;
}
.single-accordion.default {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .single-accordion.default {
    margin: 0 -15px 15px;
  }
}
.single-accordion.default .single-accordion-title-shell {
  margin: 0;
}
.single-accordion.default .single-accordion-title-shell button {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
  background-color: #1d70b7;
  border: 1px solid #1d70b7;
  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;
}
@media (max-width: 768px) {
  .single-accordion.default .single-accordion-title-shell button {
    padding: 10px 42px 10px 15px;
  }
}
.single-accordion.default .single-accordion-title-shell button:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  -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 (max-width: 768px) {
  .single-accordion.default .single-accordion-title-shell button:after {
    right: 10px;
  }
}
.single-accordion.default .single-accordion-title-shell button:hover,
.single-accordion.default .single-accordion-title-shell button:focus,
.single-accordion.default .single-accordion-title-shell button:active {
  color: #1d70b7;
  background-color: #e8edee;
}
.single-accordion.default .single-accordion-title-shell button:hover:after,
.single-accordion.default .single-accordion-title-shell button:focus:after,
.single-accordion.default .single-accordion-title-shell button:active:after {
  transform: translateY(-50%) scaleY(-1);
}
.single-accordion.default .single-accordion-content-wrapper {
  display: none;
}
.single-accordion.default .single-accordion-content-wrapper .single-accordion-content {
  padding: 20px;
  background: #fffcf0;
  border: 1px solid #1d70b7;
  border-top: none;
}
.b-w-contrast .single-accordion.default .single-accordion-title-shell button {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff !important;
}
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:hover,
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:focus,
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:active {
  color: #000000;
  background-color: #ffffff;
}
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:hover:after,
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:focus:after,
.b-w-contrast .single-accordion.default .single-accordion-title-shell button:active:after {
  border-top-color: #000000;
  border-bottom-color: #000000 !important;
}
.b-w-contrast .single-accordion.default .single-accordion-content-wrapper .single-accordion-content {
  background: #ffffff;
  border-color: #000000;
}
.blue-contrast .single-accordion.default .single-accordion-title-shell button {
  color: #cfe5fc;
  background-color: #000066;
  border-color: #000066;
}
.blue-contrast .single-accordion.default .single-accordion-title-shell button:after {
  border-top-color: #cfe5fc;
  border-bottom-color: #cfe5fc !important;
}
.blue-contrast .single-accordion.default .single-accordion-title-shell button:hover,
.blue-contrast .single-accordion.default .single-accordion-title-shell button:focus,
.blue-contrast .single-accordion.default .single-accordion-title-shell button:active {
  color: #000066;
  background-color: #cfe5fc;
}
.blue-contrast .single-accordion.default .single-accordion-title-shell button:hover:after,
.blue-contrast .single-accordion.default .single-accordion-title-shell button:focus:after,
.blue-contrast .single-accordion.default .single-accordion-title-shell button:active:after {
  border-top-color: #000066;
  border-bottom-color: #000066 !important;
}
.blue-contrast .single-accordion.default .single-accordion-content-wrapper .single-accordion-content {
  background: #cfe5fc;
  border-color: #000066;
}
.beige-contrast .single-accordion.default .single-accordion-title-shell button {
  color: #f7efd8;
  background-color: #042868;
  border-color: #042868;
}
.beige-contrast .single-accordion.default .single-accordion-title-shell button:after {
  border-top-color: #f7efd8;
  border-bottom-color: #f7efd8 !important;
}
.beige-contrast .single-accordion.default .single-accordion-title-shell button:hover,
.beige-contrast .single-accordion.default .single-accordion-title-shell button:focus,
.beige-contrast .single-accordion.default .single-accordion-title-shell button:active {
  color: #042868;
  background-color: #f7efd8;
}
.beige-contrast .single-accordion.default .single-accordion-title-shell button:hover:after,
.beige-contrast .single-accordion.default .single-accordion-title-shell button:focus:after,
.beige-contrast .single-accordion.default .single-accordion-title-shell button:active:after {
  border-top-color: #042868;
  border-bottom-color: #042868 !important;
}
.beige-contrast .single-accordion.default .single-accordion-content-wrapper .single-accordion-content {
  background: #f7efd8;
  border-color: #042868;
}
.high-contrast .single-accordion.default .single-accordion-title-shell button {
  color: #fdff2d;
  background-color: #000000;
  border-color: #000000;
}
.high-contrast .single-accordion.default .single-accordion-title-shell button:after {
  border-top-color: #fdff2d;
  border-bottom-color: #fdff2d !important;
}
.high-contrast .single-accordion.default .single-accordion-title-shell button:hover,
.high-contrast .single-accordion.default .single-accordion-title-shell button:focus,
.high-contrast .single-accordion.default .single-accordion-title-shell button:active {
  color: #000000;
  background-color: #fdff2d;
}
.high-contrast .single-accordion.default .single-accordion-title-shell button:hover:after,
.high-contrast .single-accordion.default .single-accordion-title-shell button:focus:after,
.high-contrast .single-accordion.default .single-accordion-title-shell button:active:after {
  border-top-color: #000000;
  border-bottom-color: #000000 !important;
}
.high-contrast .single-accordion.default .single-accordion-content-wrapper .single-accordion-content {
  background: #fdff2d;
  border-color: #000000;
}
.ccm-page .owl-carousel > .owl-dots {
  position: absolute;
  bottom: 27px;
  right: 25px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.ccm-page .owl-carousel .owl-dots-wrapper {
  position: absolute;
  bottom: 27px;
  right: 25px;
}
@media screen and (max-width: 991px) {
  .ccm-page .owl-carousel .owl-dots-wrapper {
    bottom: 0;
    right: 0;
  }
}
.map-popup .mfp-content {
  width: 70vw;
  height: 70vh;
}
body.in-iframe .ccm-ui,
body.in-iframe .ccm-notification-help-launcher {
  display: none !important;
}
body.in-iframe div.ccm-page {
  padding-top: 0 !important;
  background-color: #e8edee;
}
.ccm-page.page-template-popup .form-stacked {
  background-color: transparent;
  padding: 0;
}
a.arrow-right {
  position: relative;
  vertical-align: middle;
}
a.arrow-right:hover {
  text-underline-position: unset;
  text-decoration: none;
}
a.arrow-right:hover span {
  text-underline-position: under;
  text-decoration: underline;
}
a.arrow-right:hover:after,
a.arrow-right:focus:after {
  text-underline-position: unset !important;
  text-decoration: none !important;
  margin-left: 20px;
}
span.arrow-right:after,
a.arrow-right:not(.button-link):after {
  content: "\f105";
  right: 0;
  font-size: 170%;
  font-family: Fontawesome;
  top: 20px;
  margin-left: 13px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -4px;
  -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;
}
.mfp-fade.mfp-bg,
.mfp-wrap.mfp-bg {
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-wrap.mfp-bg.mfp-ready {
  opacity: 0.8;
}
body:not(.not-iframe) div.ccm-page.page-template-popup {
  background-color: #e8edee;
}
div.ccm-page.page-template-popup .textTop .container {
  padding: 35px 0 !important;
}
@media (max-width: 768px) {
  div.ccm-page.page-template-popup .textTop .container {
    padding: 28px 15px !important;
  }
}
@media (max-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 90vw !important;
    max-height: 96vh !important;
  }
}
.ccm-page .owl-carousel .owl-dots {
  padding: 11px 15px;
  -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;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 991px) {
  .ccm-page .owl-carousel .owl-dots {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px 15px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.ccm-page .owl-carousel .owl-dots-wrapper {
  position: absolute;
  bottom: 45px;
  right: 25px;
  display: flex;
  align-items: center;
}
.ccm-page .owl-carousel .owl-dots-wrapper .owl-dots {
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
  opacity: 1;
}
.ccm-page .owl-carousel .owl-dots-wrapper > button {
  background-color: #1d70b7;
  color: #ffffff;
  border: 2px solid #1d70b7;
  padding: 0 10px 0 15px;
  height: 33px;
  line-height: 31px;
  font-size: 19px;
  -moz-border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
}
.ccm-page .owl-carousel .owl-dots-wrapper > button:hover {
  color: #1d70b7;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .ccm-page .owl-carousel .owl-dots-wrapper > button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 7px;
    height: 29px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1350px) {
  .ccm-page .owl-carousel .owl-dots-wrapper {
    bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ccm-page .owl-carousel .owl-dots-wrapper {
    bottom: 0;
    right: 0 !important;
  }
}
.ccm-page .owl-carousel .owl-dots button.owl-dot {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  display: block;
  margin-right: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6x;
  border-radius: 6px;
  margin: 0 4px;
}
@media screen and (max-width: 991px) {
  .ccm-page .owl-carousel .owl-dots button.owl-dot {
    margin: 0 9px;
  }
}
.ccm-page .owl-carousel .owl-dots button.owl-dot:not(.active):hover {
  background-color: #fec601;
}
.ccm-page .owl-carousel .owl-dots button.owl-dot:focus {
  border: 1px solid #000000;
  outline: 2px solid #fec601;
}
.ccm-page .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #fec601;
  cursor: unset;
}
#site .owl-carousel {
  display: block;
}
#site .owl-carousel .carousel-slide-image:not(:first-child) {
  display: none;
}
.mfp-content {
  width: 100%;
  height: 100%;
}
.core-style .right-sidebar .box,
.core-style .right-sidebar > .content-block:not(.plain),
.core-style .right-sidebar .ccm-block-calendar-event-wrapper {
  background-color: #f0f0f0;
  border-left: 4px solid #652580;
  padding: 25px 5% 15px;
}
@media (max-width: 768px) {
  .core-style .right-sidebar .box,
  .core-style .right-sidebar > .content-block:not(.plain),
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper {
    margin: 0 -15px;
  }
}
.core-style .right-sidebar .box h1,
.core-style .right-sidebar > .content-block:not(.plain) h1,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h1,
.core-style .right-sidebar .box h2,
.core-style .right-sidebar > .content-block:not(.plain) h2,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h2,
.core-style .right-sidebar .box h3,
.core-style .right-sidebar > .content-block:not(.plain) h3,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h3,
.core-style .right-sidebar .box h4,
.core-style .right-sidebar > .content-block:not(.plain) h4,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h4,
.core-style .right-sidebar .box h5,
.core-style .right-sidebar > .content-block:not(.plain) h5,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h5,
.core-style .right-sidebar .box h6,
.core-style .right-sidebar > .content-block:not(.plain) h6,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h6,
.core-style .right-sidebar .box p,
.core-style .right-sidebar > .content-block:not(.plain) p,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper p {
  margin: 0 0 15px;
}
.core-style .right-sidebar .box .google-map,
.core-style .right-sidebar > .content-block:not(.plain) .google-map,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper .google-map {
  margin-top: 10px;
}
.core-style .right-sidebar .box h2,
.core-style .right-sidebar > .content-block:not(.plain) h2,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
.core-style .right-sidebar .box h3,
.core-style .right-sidebar > .content-block:not(.plain) h3,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h3 {
  font-size: 23px;
  font-size: 2.3rem;
  color: black;
  font-weight: 600;
}
.core-style .right-sidebar .box h4 + p,
.core-style .right-sidebar > .content-block:not(.plain) h4 + p,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h4 + p,
.core-style .right-sidebar .box h3 + p,
.core-style .right-sidebar > .content-block:not(.plain) h3 + p,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h3 + p,
.core-style .right-sidebar .box h4 + ul,
.core-style .right-sidebar > .content-block:not(.plain) h4 + ul,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h4 + ul,
.core-style .right-sidebar .box h3 + ul,
.core-style .right-sidebar > .content-block:not(.plain) h3 + ul,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h3 + ul {
  margin-top: -10px;
}
.core-style .right-sidebar .box h4,
.core-style .right-sidebar > .content-block:not(.plain) h4,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
  color: black;
}
.core-style .right-sidebar .box h5,
.core-style .right-sidebar > .content-block:not(.plain) h5,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper h5 {
  font-size: 21px;
  font-size: 2.1rem;
}
.core-style .right-sidebar .box p,
.core-style .right-sidebar > .content-block:not(.plain) p,
.core-style .right-sidebar .ccm-block-calendar-event-wrapper p {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 1200px) {
  .core-style .right-sidebar .box h2,
  .core-style .right-sidebar > .content-block:not(.plain) h2,
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .core-style .right-sidebar .box h3,
  .core-style .right-sidebar > .content-block:not(.plain) h3,
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .core-style .right-sidebar .box h4,
  .core-style .right-sidebar > .content-block:not(.plain) h4,
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .core-style .right-sidebar .box h5,
  .core-style .right-sidebar > .content-block:not(.plain) h5,
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper h5 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .core-style .right-sidebar .box p,
  .core-style .right-sidebar > .content-block:not(.plain) p,
  .core-style .right-sidebar .ccm-block-calendar-event-wrapper p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-template-search .custom.breadcrumb {
  margin: 0;
  padding: 15px 0 14px 0;
  border-left: none;
}
.page-template-search .banner-content {
  margin: 0;
}
.page-template-search .alert-area {
  background-color: #f0f0f0;
}
a.thumb-link {
  margin: 0 auto 30px;
  display: block;
  background: #424391;
  max-width: 446px;
}
a.thumb-link:hover,
a.thumb-link:focus {
  background: #003087;
  transform: scale(1.02);
}
a.thumb-link:hover .with-image,
a.thumb-link:focus .with-image {
  filter: contrast(1.38);
}
a.thumb-link:hover .image-thumb-link.with-image .text-wrapper,
a.thumb-link:focus .image-thumb-link.with-image .text-wrapper {
  background-color: rgba(39, 43, 57, 0.55);
}
a.thumb-link:hover .button-link,
a.thumb-link:focus .button-link {
  background: #551f6c;
}
a.thumb-link:hover .button-link::after,
a.thumb-link:focus .button-link::after {
  font-size: 42px;
}
a.thumb-link span.button-link:hover,
a.thumb-link span.button-link:focus {
  transform: none;
}
.core-style a.thumb-link {
  text-underline-position: unset;
  text-decoration: none;
}
a.thumb-link .image-thumb-link {
  position: relative;
  background-size: cover;
  background-position: center;
}
a.thumb-link .image-thumb-link.no-image:before {
  position: absolute;
  content: '';
  background-position: top center;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  background-size: 100% 100%;
  background-image: url(/application/themes/custom/images/white_squiggle.svg);
  background-repeat: no-repeat;
  opacity: 0.1;
}
@media (max-width: 768px) {
  a.thumb-link .image-thumb-link.no-image:before {
    height: 97%;
    background-size: 100% auto;
  }
}
a.thumb-link .image-thumb-link .text-wrapper {
  position: relative;
  text-align: center;
  padding: 15px 15px 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Center vertically */
  align-items: center;
  /*Center horizontaly */
  justify-content: center;
  /*Center horizontaly ie */
  -ms-flex-pack: center;
  width: 100%;
  background: rgba(39, 42, 57, 0.35);
  min-height: 70vw;
}
@media (min-width: 475px) {
  a.thumb-link .image-thumb-link .text-wrapper {
    min-height: 324px;
  }
}
a.thumb-link .image-thumb-link .text-wrapper > div {
  margin: auto auto 0;
}
a.thumb-link .image-thumb-link .text-wrapper h2.title {
  color: #ffffff;
  text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 10px #000;
  font-size: 30px;
  font-size: 3rem;
}
a.thumb-link .image-thumb-link.with-image .text-wrapper {
  background-color: rgba(39, 43, 57, 0.31);
}
body .mfp-iframe-scaler iframe {
  box-shadow: none;
  background: transparent;
}
body,
body.in-iframe,
body:not(.not-iframe) div.ccm-page.page-template-popup.transparent {
  background: transparent;
}
.banner-content img.svg {
  width: auto;
}
#myNav {
  max-height: 80vh !important;
  overflow: scroll !important;
}
#myNav #iframe {
  max-height: 100% !important;
}
#myNav #iframe #ifr {
  height: 100% !important;
}
button.cookie-options {
  padding: 8px 12px;
  bottom: 0;
  left: 10px;
  font-family: "Frutiger LT Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  background-color: #f0f0f0;
  border: 1px solid #1d70b7;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  -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;
}
button.cookie-options:hover,
button.cookie-options:focus,
button.cookie-options:active {
  text-decoration: underline !important;
  color: #ffffff;
  background-color: #1d70b7;
}
@media (max-width: 479.98px) {
  button.cookie-options {
    padding: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 300px) {
  button.cookie-options {
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 50%;
  }
}
@media (max-height: 339.98px) {
  button.cookie-options {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
div.cc-window {
  position: relative;
  top: 0 !important;
  z-index: 2;
  display: block;
  padding: 30px 0 !important;
  font-family: $frutiger;
  font-weight: 400;
  color: #000000;
  background-color: #f0f0f0;
  border-bottom: 1px solid #1d70b7;
  -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;
}
.dyslexic-font div.cc-window {
  font-family: $openDyslexic;
}
div.cc-window a {
  color: #002f6e;
}
div.cc-window a:hover,
div.cc-window a:focus,
div.cc-window a:active {
  color: #652580;
}
div.cc-window .cc-link {
  padding: 0;
  font-weight: 700;
  opacity: 1;
}
div.cc-window .cc-link:hover,
div.cc-window .cc-link:focus,
div.cc-window .cc-link:active {
  text-decoration: none;
}
div.cc-window .cc-message,
div.cc-window .cc-compliance {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
div.cc-window .cc-message {
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}
div.cc-window .cc-compliance {
  gap: 6px 12px;
}
div.cc-window .cc-compliance .cc-btn {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: block;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 6px;
  -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;
  color: #ffffff;
  border: 2px solid #652580;
  background-color: #652580;
  text-decoration: none;
}
div.cc-window .cc-compliance .cc-btn:hover,
div.cc-window .cc-compliance .cc-btn:focus,
div.cc-window .cc-compliance .cc-btn:active {
  color: #652580;
  background-color: #ffffff;
}
div.cc-window .cc-compliance .cc-btn.cc-deny {
  background-color: transparent;
  color: #652580;
  border-color: transparent;
}
div.cc-window .cc-compliance .cc-btn.cc-deny:hover,
div.cc-window .cc-compliance .cc-btn.cc-deny:focus,
div.cc-window .cc-compliance .cc-btn.cc-deny:active {
  color: #652580;
  border-color: #652580;
}
div.cc-window.cc-invisible {
  display: none;
}
.ccm-toolbar-visible div.cc-window:not(.cc-invisible) {
  margin-top: 48px;
}
.ccm-toolbar-visible div.cc-window:not(.cc-invisible) ~ .ccm-page {
  padding-top: 0 !important;
}
div.cc-window .cc-message,
div.cc-window .cc-compliance {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  div.cc-window .cc-message,
  div.cc-window .cc-compliance {
    width: 91vw;
    max-width: 1400px;
  }
}
@media (max-width: 991.98px) {
  div.cc-window {
    margin-top: 44px !important;
    z-index: 1;
  }
  .ccm-toolbar-visible div.cc-window:not(.cc-invisible) {
    margin-top: 92px !important;
  }
  div.cc-window:not(.cc-invisible) ~ .ccm-page .header {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  div.cc-window {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  div.cc-window .cc-message {
    margin-bottom: 16px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  div.cc-window .cc-compliance .cc-btn {
    padding: 8px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 479.98px) {
  div.cc-window {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  div.cc-window .cc-compliance {
    flex-direction: column;
  }
  div.cc-window .cc-compliance .cc-btn.cc-deny {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-height: 340px) {
  div.cc-window {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  div.cc-window .cc-message {
    margin-bottom: 5px;
  }
}
.disclaimer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #000000;
  background-color: #f0f0f0;
  border: 1px solid #1d70b7;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
  text-align: center;
  -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;
  overflow-y: auto;
}
.disclaimer.hide {
  opacity: 0;
  pointer-events: none;
}
.disclaimer p {
  line-height: 1.5;
  margin: 0;
  color: inherit;
}
.disclaimer p + p {
  margin-top: 15px;
}
.disclaimer a {
  color: inherit;
}
.disclaimer .disclaimer-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.disclaimer .disclaimer-links .button-link {
  margin: 0;
  margin-left: 25px;
}
@media (max-width: 767.98px) {
  .disclaimer {
    padding: 20px;
  }
  .disclaimer .disclaimer-links {
    margin-top: 15px;
    flex-direction: column;
  }
  .disclaimer .disclaimer-links .button-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 479.98px) {
  .disclaimer {
    padding: 15px;
  }
  .disclaimer .disclaimer-links {
    margin-top: 12px;
  }
  .disclaimer .disclaimer-links .button-link {
    margin-top: 12px;
  }
}
@media (max-width: 390.98px) {
  .disclaimer {
    padding: 10px 12px;
  }
  .disclaimer .disclaimer-links {
    margin-top: 6px;
  }
  .disclaimer .disclaimer-links .button-link {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
