/*
	CSS FOR Health Education Derbyshire
	Created by BinaryFold4 [www.binaryfold4.com]
*/
/* These files should not need to be edited after initial setup - changing these would have major site wide effects */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  font-style: normal;
  padding-left: 15px;
  margin: 1em 0;
}
blockquote p {
  font-style: normal;
  margin: 0 0 1em;
}
address {
  font-style: normal;
  margin: 0 0 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
picture img {
  display: block;
  margin-bottom: 40px;
}
input,
textarea,
button,
select {
  vertical-align: baseline;
  font-size: 100%;
  line-height: normal;
  margin: 0;
}
textarea {
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
iframe {
  border: 0;
  margin: 0;
}
.sr-only,
.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  border: 0;
  margin: -1px;
}
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  font-size: 100%;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  color: #0b0c0c;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: auto !important;
}
body.zoom--large {
  font-size: 120%;
}
body.zoom--small {
  font-size: 80%;
}
#ccm-account-menu-container {
  display: none;
}
/* These files are global styles that are used throughout the site - changing these could have major site wide effects */
.siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  position: relative;
}
.main {
  flex: 1 0 auto;
  background-color: #fff;
}
.header,
.footer {
  flex: none;
}
.altBG {
  background-color: #dee0e2;
  margin-bottom: 40px;
}
.container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.ie6 .container,
.ie7 .container {
  zoom: 1;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container--wide {
  max-width: 1640px;
}
.columnWrapper {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.columnWrapper:before,
.columnWrapper:after {
  content: "";
  display: table;
}
.columnWrapper:after {
  clear: both;
}
.ie6 .columnWrapper,
.ie7 .columnWrapper {
  zoom: 1;
}
@media (min-width: 1024px) {
  .columnWrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content:before,
.content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
.ie6 .content,
.ie7 .content {
  zoom: 1;
}
.mainContent,
.sideContent {
  width: 100%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .mainContent,
  .sideContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mainContent > :first-child,
.sideContent > :first-child {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .sideContent {
    width: 25%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .sideContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sideContent.sideContent--first {
  float: left;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mainContent {
    width: 50%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 12.5%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .mainContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mainContent.mainContent--centered {
    width: 62.5%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .mainContent.mainContent--centered {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mainContent.mainContent--wide {
    width: 75%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .mainContent.mainContent--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cols_2 {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 20px 0;
  margin-bottom: 20px;
}
@media (-ms-high-contrast: none) {
  .cols_2 {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .cols_2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .cols_2 {
    -ms-grid-columns: 1fr 1fr;
  }
}
.cols_1-3 {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 20px 0;
  margin-bottom: 20px;
}
@media (-ms-high-contrast: none) {
  .cols_1-3 {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
  }
}
@media (min-width: 600px) {
  .cols_1-3 {
    grid-template-columns: 1fr 2fr;
    gap: 20px 20px;
  }
}
@media (min-width: 600px) and (-ms-high-contrast: none) {
  .cols_1-3 {
    -ms-grid-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .cols_1-3 {
    grid-template-columns: 1fr 3fr;
    gap: 40px 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .cols_1-3 {
    -ms-grid-columns: 1fr 3fr;
  }
}
.cols_2 .col,
.cols_1-3 .col {
  width: 100%;
}
.cols_2 .col .contentBlock,
.cols_1-3 .col .contentBlock {
  height: 100%;
  margin-bottom: 0;
}
h1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3125em;
  color: #005EB8;
  margin: 20px 0 0;
}
@media (min-width: 1120px) {
  h1 {
    font-size: 3em;
    line-height: 1.14583333em;
  }
}
h2 {
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.27272727em;
  color: #0b0c0c;
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.75em;
    line-height: 1.28571429em;
  }
}
@media (min-width: 1120px) {
  h2 {
    font-size: 1.875em;
    line-height: 1.33333333em;
    margin: 50px 0 30px;
  }
}
h3 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0b0c0c;
  margin: 30px 0 15px;
}
@media (min-width: 1120px) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 40px 0 20px;
  }
}
h4 {
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.17647059em;
  color: #0b0c0c;
  margin: 30px 0 15px;
}
@media (min-width: 1120px) {
  h4 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 40px 0 20px;
  }
}
h5 {
  font-weight: 700;
  font-size: 0.9375em;
  line-height: 1.66666667em;
  color: #0b0c0c;
  margin: 15px 0 5px;
}
@media (min-width: 1120px) {
  h5 {
    font-size: 1.0625em;
    line-height: 1.47058824em;
    margin: 20px 0 10px;
  }
}
.sectionHeading {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.45833333em;
  color: #767676;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .sectionHeading {
    font-size: 2.1875em;
    line-height: 1.28571429em;
  }
}
p,
li,
dt,
dd {
  font-size: 0.9375em;
  line-height: 1.66666667em;
  color: #0b0c0c;
}
@media (min-width: 1120px) {
  p,
  li,
  dt,
  dd {
    font-size: 1.0625em;
    line-height: 1.76470588em;
  }
}
p {
  margin: 0 0 25px;
}
p.largeText,
p.introText {
  font-size: 1.125em;
  line-height: 1.38888889em;
}
@media (min-width: 1120px) {
  p.largeText,
  p.introText {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
p.smallText {
  font-size: 0.8125em;
  line-height: 1.38461538em;
}
@media (min-width: 1120px) {
  p.smallText {
    font-size: 0.9375em;
    line-height: 1.33333333em;
  }
}
.catColor,
.highlight {
  color: #005EB8;
}
.videoCaption {
  font-size: 0.9375em;
  line-height: 1.33333333em;
  margin: -30px 20px 40px;
}
blockquote {
  position: relative;
  padding: 0 0 0 40px;
  border-left: 4px solid #dee0e2;
  margin: 0 0 40px;
}
blockquote cite,
blockquote .cite {
  position: relative;
  font-size: 0.9375em;
  line-height: 1.33333333em;
  font-style: normal;
  color: #0b0c0c;
  padding-left: 40px;
}
@media (min-width: 768px) {
  blockquote cite,
  blockquote .cite {
    font-size: 1.0625em;
    line-height: 1.17647059em;
  }
}
blockquote cite:before,
blockquote .cite:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #9f9f9f;
}
ul li,
ol li,
dl li,
ul dt,
ol dt,
dl dt,
ul dd,
ol dd,
dl dd {
  margin: 0 0 0.5em;
}
ul li li,
ol li li,
dl li li,
ul dt li,
ol dt li,
dl dt li,
ul dd li,
ol dd li,
dl dd li,
ul li p,
ol li p,
dl li p,
ul dt p,
ol dt p,
dl dt p,
ul dd p,
ol dd p,
dl dd p {
  font-size: 100%;
  margin: 0;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.mainContent ol,
.mainContent ul {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em;
}
.mainContent ol li,
.mainContent ul li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 30px;
}
.mainContent ol + ul {
  margin: -1em 0 1em 40px;
}
.mainContent li > ul {
  margin-top: 0.5em;
}
.mainContent li > ul li:before {
  background-color: #9f9f9f;
}
.mainContent ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #005EB8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mainContent ol {
  counter-reset: item;
}
.mainContent ol.no-reset {
  counter-reset: none;
}
.mainContent ol > li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #005EB8;
}
.content input[type=submit],
.content button:not(.fc-button),
.content .button,
.formidable .btn {
  display: inline-block;
  position: relative;
  background-color: #0059ae;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 14px 40px;
  border: 0;
  border-bottom: 4px solid #002a52;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .content input[type=submit],
  .content button:not(.fc-button),
  .content .button,
  .formidable .btn {
    font-size: 18px;
  }
}
.content input[type=submit]:hover,
.content button:not(.fc-button):hover,
.content .button:hover,
.formidable .btn:hover,
.content input[type=submit]:focus,
.content button:not(.fc-button):focus,
.content .button:focus,
.formidable .btn:focus,
.content input[type=submit]:active,
.content button:not(.fc-button):active,
.content .button:active,
.formidable .btn:active {
  background-color: #004485;
  text-decoration: none !important;
  outline: none;
}
.btnLink {
  display: inline-block;
  background-color: #005EB8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0;
}
.btnLink a,
.btnLink span {
  display: block;
  background: transparent url(../assets/arrow--white.svg) no-repeat right 10px center;
  text-decoration: none;
  color: #fff;
  padding: 5px 45px 5px 20px;
  cursor: pointer;
  -o-transition: background-position 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: background-position 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: background-position 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-position 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.btnLink a:visited,
.btnLink span:visited,
.btnLink a:hover,
.btnLink span:hover,
.btnLink a:active,
.btnLink span:active,
.btnLink a:focus,
.btnLink span:focus {
  color: #fff;
}
.btnLink:hover a,
.btnLink:focus a,
.btnLink:active a,
.btnLink:hover span,
.btnLink:focus span,
.btnLink:active span {
  background-position: right 5px center;
}
.login-form .btn-primary {
  margin-top: 30px;
}
main form fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 40px;
}
main form .form-group,
main form .form-actions {
  position: relative;
  margin-bottom: 20px;
}
main form .form-group:before,
main form .form-actions:before,
main form .form-group:after,
main form .form-actions:after {
  content: "";
  display: table;
}
main form .form-group:after,
main form .form-actions:after {
  clear: both;
}
.ie6 main form .form-group,
.ie6 main form .form-actions,
.ie7 main form .form-group,
.ie7 main form .form-actions {
  zoom: 1;
}
main form label {
  display: block;
  float: left;
  position: relative;
  font-weight: 700;
  font-size: 1.0625em;
  padding: 0;
  margin: 0 0 10px;
}
main form label.hidden {
  display: none;
}
main form label p {
  font-size: inherit;
  line-height: normal;
  margin: 0;
}
main form label[for="akID[141][value]"] {
  float: none;
}
main form label[for="akID[141][value]"] + .text-muted + .checkbox > label {
  font-size: 0.9375em;
}
main form .text-muted {
  float: right;
  font-size: 0.75em;
  line-height: 21px;
  color: #ff0000;
  margin-left: 15px;
}
main form .checkbox,
main form .radio {
  margin: 0 0 5px;
}
main form .checkbox label,
main form .radio label {
  width: 100%;
  display: inline;
  float: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
main form .checkbox input,
main form .radio input {
  margin: 3px 10px 0 0;
}
main form input,
main form textarea,
main form select {
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 20px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #0b0c0c;
}
main form input[name="uName"],
main form input[type="text"],
main form input[type="email"],
main form input[type="number"],
main form input[type="url"],
main form input[type="tel"],
main form input[type="password"],
main form textarea,
main form select {
  width: 100%;
  background: #fff none;
  padding: 9px 10px;
  border: 1px solid #dee0e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main form input[name="uName"]:focus,
main form input[type="text"]:focus,
main form input[type="email"]:focus,
main form input[type="number"]:focus,
main form input[type="url"]:focus,
main form input[type="tel"]:focus,
main form input[type="password"]:focus,
main form textarea:focus,
main form select:focus {
  border-color: transparent;
  outline: 2px solid #439BF8;
  outline-offset: 0;
}
main form textarea {
  min-height: 5em;
}
main form select {
  background: #fff url(../assets/form-field-drop-down-arrow.png) no-repeat right 10px center / 10px 5px;
}
.form-stacked legend,
.ccm-dashboard-express-form legend {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0b0c0c;
  margin: 30px 0 15px;
}
@media (min-width: 1120px) {
  .form-stacked legend,
  .ccm-dashboard-express-form legend {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 40px 0 20px;
  }
}
.forgotPassword .help-block {
  margin-bottom: 25px;
}
a {
  text-decoration: underline;
  color: #005ea5;
}
a:visited {
  color: #4c2c92;
}
a:hover,
a:focus,
a:active {
  color: #2b8cc4;
}
.externalLink {
  margin-bottom: 1em;
}
.externalLink a {
  display: inline-block;
  background: transparent url(../assets/url-link.svg) no-repeat 0 3px;
  padding-left: 40px;
}
ol.breadcrumb {
  font-size: 0.875em;
  line-height: 1.2em;
  padding: 10px 0;
  border-bottom: 1px solid #dee0e2;
  margin-bottom: 20px;
}
ol.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
ol.breadcrumb li:after {
  content: ">";
}
ol.breadcrumb li.active {
  font-weight: bold;
}
ol.breadcrumb li.active:after {
  content: "";
}
ol.breadcrumb a {
  margin-right: 10px;
}
.scrollTop {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-color: rgba(233, 239, 241, 0.6);
  text-align: center;
  border: 1px solid #e9eff1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .scrollTop {
    right: 20px;
    bottom: 20px;
  }
}
.scrollTop:hover,
.scrollTop:focus,
.scrollTop:active {
  background-color: #e9eff1;
}
@media (min-width: 1024px) {
  .scrollTop:hover .fa,
  .scrollTop:focus .fa,
  .scrollTop:active .fa {
    margin-top: -3px;
  }
}
.scrollTop .fa {
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sitemap ul {
  padding: 0;
  margin: 0;
}
.sitemap ul li {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.sitemap ul li:before {
  display: none;
}
.sitemap ul li i {
  margin-left: 10px;
}
.sitemap ul ul {
  font-size: 100%;
  padding: 0;
  border-left: 1px solid #9f9f9f;
  margin: 0 0 1em 1em;
}
.sitemap ul ul li {
  position: relative;
  padding-left: 20px;
}
.sitemap ul ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #9f9f9f;
}
.sitemap ul .date {
  font-size: 80%;
}
.sitemap ul .note {
  display: block;
  background-color: #fafafa;
  font-size: 80%;
  padding: 5px 10px;
  border: 1px solid #dee0e2;
  margin-bottom: 5px;
}
.sitemap ul .note.note--todo {
  background-color: #faf9dd;
}
.sitemap--dates ul ul {
  border-left: 0;
  margin-left: 0;
}
.sitemap--dates ul ul li {
  padding-left: 0;
}
.sitemap--dates ul ul li:before {
  display: none;
}
.count {
  margin: 1em 0 0;
}
.count i {
  margin-right: 10px;
}
.progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  background-color: #32bd08;
}
.roles-nav {
  padding: 0;
  margin: 0;
}
.roles-nav > li {
  width: 100%;
  background-color: #f4f4f4;
  list-style-type: none;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0b0c0c;
  padding: 20px 20px;
  margin: 0 0 20px;
}
@media (min-width: 1120px) {
  .roles-nav > li {
    font-size: 1.5em;
    line-height: 1.25em;
    padding: 30px 40px;
    margin: 0 0 40px;
  }
}
.roles-nav > li a {
  color: #0b0c0c;
  text-decoration: none;
}
.roles-nav > li a:hover,
.roles-nav > li a:focus {
  text-decoration: underline;
}
.roles-nav ul {
  padding: 0;
  margin: 10px 0 0 0;
}
.roles-nav ul li {
  display: inline-block;
  list-style-type: none;
  font-weight: 400;
  font-size: 70%;
  padding: 0 15px 0 0;
  border-right: 1px solid #dee0e2;
  margin: 0 15px 5px 0;
}
.roles-nav ul li.nav-last {
  padding-right: 0;
  border: 0;
  margin-right: 0;
}
.roles-nav ul li a {
  text-decoration: underline;
  color: #005ea5;
}
.roles-nav ul li a:visited {
  color: #4c2c92;
}
.roles-nav ul li a:hover,
.roles-nav ul li a:focus,
.roles-nav ul li a:active {
  color: #2b8cc4;
}
.siteWrapper .ccm-pagination-wrapper {
  text-align: center;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 40px 0;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li {
  display: inline;
  font-size: 1em;
  padding: 0;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:before {
  display: none;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li span {
  position: relative;
  float: left;
  background-color: #dee0e2;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0b0c0c;
  padding: 9px 16px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 2px;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li a:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li span:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li a:focus,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li span:focus {
  background-color: #767676;
  color: #fff;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child span,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child span {
  width: 40px;
  height: 0;
  overflow: hidden;
  background: #f1f1f1 url(../assets/arrow.svg) no-repeat center center;
  color: #767676;
  padding-top: 40px;
  padding-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child a:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child a:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child span:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child span:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child a:focus,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child a:focus,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child span:focus,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:last-child span:focus {
  background-color: #767676;
  color: #fff;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li:first-child span {
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled a:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled a:focus,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled span,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled span:hover,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.disabled span:focus {
  background-color: #f1f1f1;
  color: #767676;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: default;
}
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.active a,
.siteWrapper .ccm-pagination-wrapper ul.pagination > li.active span {
  z-index: 2;
  background-color: #767676;
  color: #fff;
  cursor: default;
}
.main table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 0 40px;
}
.main table caption {
  background-color: #282E47;
  font-size: 0.9375em;
  line-height: 1.66666667em;
  text-align: center;
  color: #fff;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .main table caption {
    font-size: 1.0625em;
    line-height: 1.47058824em;
  }
}
.main table th,
.main table td {
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.66666667em;
  text-align: left;
  vertical-align: top;
  color: #0b0c0c;
  padding: 0.5em;
  border: 1px solid #dee0e2;
}
.main table th p,
.main table td p,
.main table th li,
.main table td li {
  font-size: 100%;
}
.main table th li,
.main table td li {
  padding-left: 15px;
}
.main table th p,
.main table td p,
.main table th ul,
.main table td ul {
  margin-bottom: 0;
}
.main table th p + p,
.main table td p + p,
.main table th ul + p,
.main table td ul + p {
  margin-top: 0.5em;
}
.main table th p + ul,
.main table td p + ul,
.main table th ul + ul,
.main table td ul + ul {
  margin: 0.5em 0 0;
}
.main table th {
  background-color: #f4f4f4;
}
.main table.cols4 th {
  width: 25%;
}
.tableSwipe {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.tableSwipe .tableContent {
  overflow-x: auto;
}
@media (max-width: 650px), (min-width: 768px) and (max-width: 1072px) {
  .tableSwipe .tableContent {
    border: 1px solid #dee0e2;
  }
}
.tableSwipe table {
  max-width: none;
}
.tableSwipe table:before {
  content: '';
  display: none;
  width: 63px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: -15px;
  background: transparent url(../assets/icon-swipe.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 650px), (min-width: 768px) and (max-width: 1072px) {
  .tableSwipe table:before {
    display: block;
  }
}
.main table.filesetTable th {
  text-align: center;
  padding: 3px 5px;
}
.main table.filesetTable td {
  padding: 3px 5px;
}
.main table.filesetTable td.filesetTable__filename a {
  display: block;
  background: transparent url(../assets/download.svg) no-repeat 0 3px;
  padding-left: 40px;
}
.main table.filesetTable td.filesetTable__type {
  text-transform: uppercase;
}
.main table.filesetTable td.filesetTable__size {
  white-space: nowrap;
}
/* These files are relate to the contents of the elements theme folder - Can be used on all site pages */
.skiptocontent {
  padding: 12px 8px;
  position: absolute;
  top: -50px;
  left: 10px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #767676;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -o-transition: top 0.3s ease-out 0s;
  -moz-transition: top 0.3s ease-out 0s;
  -webkit-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
}
.skiptocontent a {
  color: #fff;
}
.skiptocontent:focus,
.skiptocontent:active {
  top: 0;
}
.skiptocontent:hover {
  text-decoration: none;
}
#myCookieConsent {
  display: none;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  #myCookieConsent {
    padding: 10px 40px;
  }
}
#myCookieConsent p.cookieText {
  font-size: 0.875em;
  color: #fff;
  margin: 0;
}
#myCookieConsent p.cookieText a {
  color: #fff;
}
@media (min-width: 768px) {
  #myCookieConsent p.cookieText {
    width: calc(100% - 145px - 40px);
    float: left;
  }
}
#myCookieConsent .btnLink {
  min-width: 145px;
  font-size: 0.875em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #myCookieConsent .btnLink {
    float: right;
    margin-top: 0;
    margin-left: 40px;
  }
}
#myCookieConsent #cookieButton {
  cursor: pointer;
}
.header {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #dee0e2;
}
.header > .container {
  position: relative;
}
.header .siteLogo {
  width: 190px;
  height: 35px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .header .siteLogo {
    width: 285px;
    height: 52.5px;
  }
}
@media (min-width: 1120px) {
  .header .siteLogo {
    margin: 10px 0 50px;
  }
}
@media (min-width: 1120px) {
  .header .siteLogo {
    width: 380px;
    height: 70px;
  }
}
.header .siteLogo img {
  display: block;
  max-height: 100%;
}
.header .headerLinks {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 17px;
  right: 60px;
}
@media (min-width: 768px) {
  .header .headerLinks {
    top: 20px;
    right: 70px;
  }
}
@media (min-width: 1120px) {
  .header .headerLinks {
    width: 240px;
    flex-wrap: wrap;
    top: 0;
    right: 40px;
  }
}
.header a.signup {
  order: 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.0625em;
  text-align: center;
  text-decoration: none;
  color: #f15a29;
  margin: 10px 0;
}
.header a.signup:hover,
.header a.signup:focus {
  color: #ef4811;
}
@media (max-width: 1119px) {
  .header a.signup {
    width: 30px;
    height: 0;
    overflow: hidden;
    background: #f15a29 url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath d='M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h8l0-2H4V8l8,5l8-5v5h2V6C22,4.9,21.1,4,20,4z M12,11L4,6h16L12,11z M17.34,22l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L23,16.34L17.34,22z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 30px;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 1119px) and (min-width: 768px) {
  .header a.signup {
    width: 40px;
    padding-top: 40px;
    margin-left: 10px;
  }
}
.header .ccm-block-social-links {
  order: 1;
}
@media (max-width: 1119px) {
  .header .ccm-block-social-links {
    order: -1;
  }
}
@media (max-width: 499px) {
  .header .ccm-block-social-links {
    display: none;
  }
}
.header .ccm-block-social-links ul.list-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .header .ccm-block-social-links ul.list-inline {
    gap: 10px;
  }
}
.header .ccm-block-social-links ul.list-inline li {
  width: 30px;
  height: 30px;
  background: #005EB8;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
}
.header .ccm-block-social-links ul.list-inline li:hover,
.header .ccm-block-social-links ul.list-inline li:focus {
  color: #00519f;
}
@media (min-width: 768px) {
  .header .ccm-block-social-links ul.list-inline li {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
}
.header .ccm-block-social-links ul.list-inline li a {
  display: block;
  color: #fff;
}
.header .toggleSearch {
  display: block;
  order: 2;
  width: 30px;
  height: 0;
  overflow: hidden;
  background: #dee0e2 url(../assets/search-icon.svg) no-repeat center center;
  padding-top: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 5px;
}
.header .toggleSearch:hover,
.header .toggleSearch:focus {
  color: #d0d3d6;
}
@media (min-width: 768px) {
  .header .toggleSearch {
    width: 40px;
    padding-top: 40px;
    margin-left: 10px;
  }
}
.mainNav {
  display: none;
}
@media (min-width: 1120px) {
  .mainNav {
    display: block;
  }
}
.mainNav .nav {
  z-index: 2;
  padding: 0;
  margin: 0;
}
@media (min-width: 1120px) {
  .mainNav .nav {
    width: calc(100% - 40px - 40px);
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -webkit-flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 40px;
  }
}
.mainNav .nav li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 1120px) {
  .mainNav .nav li {
    position: relative;
  }
}
@media (min-width: 375px) {
  .mainNav .nav li {
    font-size: 0.9375em;
    line-height: 1.33333333em;
  }
}
@media (min-width: 1120px) {
  .mainNav .nav li {
    font-size: 0.875em;
    line-height: 1.21428571em;
  }
}
@media (min-width: 1400px) {
  .mainNav .nav li {
    font-size: 1em;
    line-height: 1.125em;
  }
}
.mainNav .nav a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #282E47;
  padding: 8px 0 3px;
  border-bottom: 4px solid transparent;
}
@media (min-width: 1120px) {
  .mainNav .nav a {
    padding: 15px 0 5px;
  }
}
.mainNav .nav a:hover,
.mainNav .nav a:focus,
.mainNav .nav a:active {
  color: #005EB8;
  border-bottom-color: #005EB8;
}
@media (min-width: 1120px) {
  .mainNav .nav .nav-selected a,
  .mainNav .nav .nav-path-selected a {
    color: #005EB8;
    border-bottom-color: #005EB8;
  }
}
@media (min-width: 1120px) {
  .mainNav .nav > li.nav-dropdown:hover > a,
  .mainNav .nav > li.nav-dropdown:active > a,
  .mainNav .nav > li.nav-dropdown:focus > a {
    color: #005EB8;
    border-bottom-color: #005EB8;
  }
  .mainNav .nav > li.nav-dropdown:hover > a:after,
  .mainNav .nav > li.nav-dropdown:active > a:after,
  .mainNav .nav > li.nav-dropdown:focus > a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - (15px / 2));
    bottom: -10px;
    z-index: 4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #005EB8;
  }
  .mainNav .nav > li.nav-dropdown:hover .subNav,
  .mainNav .nav > li.nav-dropdown:active .subNav,
  .mainNav .nav > li.nav-dropdown:focus .subNav {
    display: block;
  }
  .mainNav .nav > li.nav-dropdown:hover .subNav .subNav,
  .mainNav .nav > li.nav-dropdown:active .subNav .subNav,
  .mainNav .nav > li.nav-dropdown:focus .subNav .subNav {
    display: none;
    position: absolute;
    top: -12px;
    left: calc(100% - 5px);
  }
  .mainNav .nav > li.nav-dropdown:nth-of-type(1) .subNav {
    -o-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .mainNav .nav > li.nav-dropdown:nth-of-type(2) .subNav {
    -o-transform: translateX(-33%);
    -moz-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    -webkit-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}
@media (max-width: 1119px) {
  .mainNav .nav .subNav {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    z-index: 3;
    background-color: #fff;
    padding: 0;
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -o-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .mainNav .nav .subNav .subNav__header {
    position: relative;
    color: #767676;
    padding: 15px 20px 15px 50px;
    border-top: 1px solid #dee0e2;
  }
  .mainNav .nav .subNav .subNav__header:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../assets/arrow.svg) no-repeat center center;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mainNav .nav .subNav .subNav__menu:before,
  .mainNav .nav .subNav .subNav__menu:after {
    content: "";
    display: table;
  }
  .mainNav .nav .subNav .subNav__menu:after {
    clear: both;
  }
  .ie6 .mainNav .nav .subNav .subNav__menu,
  .ie7 .mainNav .nav .subNav .subNav__menu {
    zoom: 1;
  }
  .mainNav .nav .subNav li {
    font-size: inherit;
  }
}
@media (min-width: 1120px) {
  .mainNav .nav .subNav {
    display: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5;
    background: #fff;
    font-size: 100%;
    padding: 12px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.3);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mainNav .nav .subNav li {
    display: block;
    float: none;
    list-style-type: none;
    font-weight: 400;
    font-size: 100%;
    padding: 0;
    margin: 0 0 3px;
  }
  .mainNav .nav .subNav li a {
    color: #0b0c0c;
    padding: 5px 30px;
    border: 0;
  }
  .mainNav .nav .subNav li a:hover,
  .mainNav .nav .subNav li a:focus,
  .mainNav .nav .subNav li a:active {
    color: #005EB8;
  }
  .mainNav .nav .subNav .subNav__header {
    display: none;
  }
}
.secNav {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dee0e2;
  display: none;
}
@media (min-width: 1120px) {
  .secNav {
    display: block;
  }
}
.secNav .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.secNav ul {
  float: left;
  padding: 0;
  margin: 0;
}
.secNav ul ul {
  display: none;
}
.secNav .nav--breadcrumb {
  white-space: nowrap;
}
.secNav .nav--breadcrumb li {
  background: transparent url(../assets/arrow.svg) no-repeat right 16px;
  padding-right: 20px;
  white-space: nowrap;
}
.secNav .nav--breadcrumb li:last-of-type {
  background: none;
}
.secNav li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.53846154em;
  white-space: nowrap;
  padding: 0 5px 0 0;
  margin: 0 10px 0 0;
}
@media (min-width: 1120px) {
  .secNav li {
    font-size: 1em;
    line-height: 1.5625em;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
  }
}
.secNav li.active span,
.secNav li.nav-selected a,
.secNav li.nav-path-selected a {
  border-bottom-color: currentColor;
}
.secNav li.isHome {
  display: none;
}
.secNav li:hover a,
.secNav li:focus a,
.secNav li:active a,
.secNav li:hover span,
.secNav li:focus span,
.secNav li:active span {
  border-bottom-color: currentColor;
}
.secNav a,
.secNav span {
  display: block;
  text-decoration: none;
  color: #282E47;
  padding-top: 8px;
  padding-bottom: 3px;
  border-bottom: 4px solid transparent;
}
.hamburger {
  width: 30px;
  height: 70px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 2;
  background: transparent none;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hamburger:focus {
  outline: none;
}
@media (min-width: 768px) {
  .hamburger {
    top: 20px;
  }
}
@media (min-width: 1120px) {
  .hamburger {
    display: none;
  }
}
.hamburger .menuText,
.hamburger .closeText {
  font-size: 0.625em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #005EB8;
  margin: 0;
}
.hamburger .menuText.menuText,
.hamburger .closeText.menuText {
  display: block;
}
.hamburger .menuText.closeText,
.hamburger .closeText.closeText {
  display: none;
  font-size: 0.5625em;
}
.hamburger .symbol {
  display: block;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  background: #005EB8;
}
.hamburger .symbol:before,
.hamburger .symbol:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #005EB8;
  -o-transition-duration: 0.2s, 0.2s;
  -moz-transition-duration: 0.2s, 0.2s;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -o-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.hamburger .symbol:before {
  top: -7px;
  -o-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.hamburger .symbol:after {
  bottom: -7px;
  -o-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.navOverlay {
  display: none;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}
@media (min-width: 1120px) {
  .navOverlay {
    display: none;
  }
}
@media (max-width: 1119px) {
  .menu--active {
    position: fixed;
    overflow-y: scroll;
  }
  .menu--active .navOverlay {
    display: block;
  }
  .menu--active .header > .container {
    height: auto;
  }
  .menu--active .hamburger .menuText {
    display: none;
  }
  .menu--active .hamburger .closeText {
    display: block;
  }
  .menu--active .hamburger .symbol {
    background: none;
  }
  .menu--active .hamburger .symbol:before,
  .menu--active .hamburger .symbol:after {
    -o-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .menu--active .hamburger .symbol:before {
    top: 0;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu--active .hamburger .symbol:after {
    bottom: 0;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu--active .mainNav {
    display: block;
    width: calc(100% + 20px + 20px);
    overflow: hidden;
    margin-left: -20px;
  }
  .menu--active .mainNav .nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 5px;
    border-bottom: 1px solid #dee0e2;
  }
  .menu--active .mainNav .nav li {
    width: 100%;
    float: left;
    border-top: 1px solid #dee0e2;
    margin: 0;
  }
  .menu--active .mainNav .nav li.nav-dropdown:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    background: transparent url(../assets/arrow.svg) no-repeat center center;
  }
  .menu--active .mainNav .nav li.nav-dropdown:hover,
  .menu--active .mainNav .nav li.nav-dropdown:focus,
  .menu--active .mainNav .nav li.nav-dropdown:active {
    cursor: pointer;
  }
  .menu--active .mainNav .nav li.active > .subNav {
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu--active .mainNav .nav a {
    width: auto;
    float: left;
    padding: 15px 20px;
    border: 0;
  }
}
#toc_container {
  width: 100% !important;
}
.toc_header {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.toc_header .skipTo {
  display: none;
}
.toc_content {
  padding: 0;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .toc_content {
    display: block !important;
  }
}
.toc_content li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 25px;
}
.toc_content li a {
  display: inline-block;
  text-decoration: none;
}
.toc_content li a:before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: currentColor;
}
@media (max-width: 767px) {
  .sideBar {
    width: calc(100% + 20px);
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #dee0e2;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -40px;
    margin-left: -10px;
    margin-bottom: 40px;
  }
  .toc_header {
    min-height: 45px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
  }
  .toc_header .skipTo {
    display: block;
    float: right;
    position: relative;
    padding-right: 15px;
  }
  .toc_header .skipTo:after {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 6px;
    background: transparent url(../assets/arrow.svg) no-repeat center center;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .toc_content,
  .expand_content {
    display: none;
  }
  .toc_content.open,
  .expand_content.open {
    display: block;
  }
}
#toc h2:before {
  content: "";
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media (min-width: 768px) {
  #toc h2:before {
    padding-top: 50px;
    margin-top: -50px;
  }
}
#toc > :first-child {
  margin-top: 0;
}
.footer {
  background-color: #005EB8;
}
.footer p,
.footer li {
  color: #fff;
  margin: 0 0 5px;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
}
.footerUpper {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-top: 40px;
  padding-bottom: 0;
}
.footerUpper:before,
.footerUpper:after {
  content: "";
  display: table;
}
.footerUpper:after {
  clear: both;
}
.ie6 .footerUpper,
.ie7 .footerUpper {
  zoom: 1;
}
@media (min-width: 1024px) {
  .footerUpper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.footerUpper .col {
  width: 100%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .footerUpper .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .footerUpper .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footerUpper .col {
    width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .footerUpper .col {
    width: 25%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .footerUpper .col:nth-of-type(2) {
    width: 50%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  .footerUpper .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  .footerUpper .col:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footerUpper img {
  display: block;
}
.footerUpper ul.nav {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footerUpper ul.nav {
    column-count: 2;
    column-gap: 40px;
  }
}
.footerUpper li {
  display: block;
  list-style-type: none;
  padding: 0;
}
.footerUpper blockquote {
  padding-left: 20px;
  margin: 15px 0 40px;
}
.footerLower {
  padding-top: 0;
  padding-bottom: 20px;
}
.footerLower:before,
.footerLower:after {
  content: "";
  display: table;
}
.footerLower:after {
  clear: both;
}
.ie6 .footerLower,
.ie7 .footerLower {
  zoom: 1;
}
@media (min-width: 768px) {
  .footerLower {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1120px) {
  .footerLower {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footerLower p {
  margin: 0;
}
@media (min-width: 1024px) {
  .footerLower p {
    text-align: right;
  }
}
.footerLower p a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0;
}
@media (min-width: 600px) {
  .footerLower p a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}
.footerLower p a:hover,
.footerLower p a:focus,
.footerLower p a:active {
  text-decoration: underline;
}
/* These files are for blocks which are used where needed - changing these should only affect the section or area it is related to */
.calendarSearchFormWrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}
.calendarSearchFormWrapper .calendarLegend {
  width: 100%;
}
.calendarSearchFormWrapper .calendarRolesWrap,
.calendarSearchFormWrapper .calendarSearchForm {
  width: 100%;
}
@media (min-width: 1024px) {
  .calendarSearchFormWrapper .calendarRolesWrap,
  .calendarSearchFormWrapper .calendarSearchForm {
    width: calc(50% - 10px);
  }
}
.calendarSearchFormWrapper .calendarRolesWrap {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .calendarSearchFormWrapper .calendarRolesWrap {
    margin-bottom: 0;
  }
}
.calendarSearchFormWrapper .label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.3;
  margin: 0 0 5px 0;
}
.calendarLegend {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px;
}
.calendarLegend .fc-event {
  background-color: #666;
  padding: 5px;
  border-color: transparent;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.calendarLegend .fc-event:hover,
.calendarLegend .fc-event:focus {
  opacity: 0.5;
}
.calendarLegend .fc-event .fc-event-dot {
  display: none;
}
.calendarLegend.filtered .fc-event {
  opacity: 0.3;
}
.calendarLegend.filtered .fc-event.selectedFilter {
  opacity: 1;
}
.calendarRolesWrap .select2-container-multi {
  width: 100% !important;
}
.calendarRolesWrap .select2-container-multi .select2-choices {
  width: 100%;
  background: #fff none;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #0b0c0c;
  padding: 8px 10px;
  border: 1px solid #dee0e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calendarRolesWrap .select2-container-multi .select2-choices:focus {
  border-color: transparent;
  outline: 2px solid #439bf8;
  outline-offset: 0;
}
.calendarRolesWrap .select2-container-multi .select2-choices * {
  font-size: 100%;
}
.calendarSearchForm {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.calendarSearchForm input[type="text"] {
  width: calc(100% - 150px);
}
@media (max-width: 599px) {
  .calendarSearchForm input[type="text"] {
    width: calc(100% - 100px);
  }
}
.calendarSearchForm input[type="submit"] {
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 599px) {
  .calendarSearchForm input[type="submit"] {
    width: 100px;
  }
}
.ccm-block-calendar-event-wrapper h3 {
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.17647059em;
  color: #0b0c0c;
  margin: 30px 0 15px;
}
@media (min-width: 1120px) {
  .ccm-block-calendar-event-wrapper h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 40px 0 20px;
  }
}
.ccm-block-calendar-wrapper .fc-header-toolbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.ccm-block-calendar-wrapper .fc-header-toolbar .fc-left,
.ccm-block-calendar-wrapper .fc-header-toolbar .fc-right,
.ccm-block-calendar-wrapper .fc-header-toolbar .fc-center {
  float: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-left {
    order: 0;
  }
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-center {
    order: 1;
  }
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-right {
    order: 2;
  }
}
@media (max-width: 767px) {
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-center {
    width: 100%;
    margin: 20px 0 0;
  }
}
.ccm-block-calendar-wrapper .fc-header-toolbar .fc-center h2 {
  float: none !important;
  text-align: center;
}
.ccm-block-calendar-wrapper .fc-header-toolbar .fc-clear {
  display: none;
}
@media (max-width: 599px) {
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-month-button,
  .ccm-block-calendar-wrapper .fc-header-toolbar .fc-basicWeek-button {
    display: none;
  }
}
.ccm-block-calendar-wrapper table {
  margin-bottom: 0;
}
.ccm-block-calendar-wrapper table th,
.ccm-block-calendar-wrapper table td {
  font-size: 1em;
  padding: 5px;
}
.ccm-block-calendar-wrapper .fc-head-container,
.ccm-block-calendar-wrapper .fc-widget-content {
  padding: 0;
}
.ccm-block-calendar-wrapper .fc-list-table .fc-widget-content {
  padding: 10px;
}
.ccm-block-calendar-wrapper .fc-event {
  background-color: #666;
  color: #fff;
  border-color: transparent;
}
.ccm-block-calendar-wrapper .fc-event:hover,
.ccm-block-calendar-wrapper .fc-event:focus {
  opacity: 0.5;
  border-color: transparent;
}
.ccm-block-calendar-wrapper .fc-list-item .fc-event-dot {
  background-color: #666;
}
.ccm-block-calendar-wrapper .fc-list-item .fc-event-dot:hover,
.ccm-block-calendar-wrapper .fc-list-item .fc-event-dot:focus {
  opacity: 0.5;
}
.ccm-block-calendar-wrapper .fc-day-grid-event {
  padding: 3px 5px;
}
.ccm-block-calendar-wrapper .fc-day-grid-event .fc-time {
  display: none;
}
.ccm-block-calendar-wrapper .fc-day-grid-event .fc-content {
  white-space: normal;
}
.calendarLegend .fc-event.eventCategory_other,
.ccm-block-calendar-wrapper .fc-event.eventCategory_other,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_other .fc-event-dot {
  background-color: #000;
}
.calendarLegend .fc-event.eventCategory_diabetes,
.ccm-block-calendar-wrapper .fc-event.eventCategory_diabetes,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_diabetes .fc-event-dot {
  background-color: #EC0F47;
}
.calendarLegend .fc-event.eventCategory_asthma,
.ccm-block-calendar-wrapper .fc-event.eventCategory_asthma,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_asthma .fc-event-dot {
  background-color: #c1214a;
}
.calendarLegend .fc-event.eventCategory_cvd,
.ccm-block-calendar-wrapper .fc-event.eventCategory_cvd,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_cvd .fc-event-dot {
  background-color: #ff7f4c;
}
.calendarLegend .fc-event.eventCategory_leadership_skills,
.ccm-block-calendar-wrapper .fc-event.eventCategory_leadership_skills,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_leadership_skills .fc-event-dot {
  background-color: #e16552;
}
.calendarLegend .fc-event.eventCategory_wellbeing_sessions,
.ccm-block-calendar-wrapper .fc-event.eventCategory_wellbeing_sessions,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_wellbeing_sessions .fc-event-dot {
  background-color: #af5728;
}
.calendarLegend .fc-event.eventCategory_pregnancy___maternity,
.ccm-block-calendar-wrapper .fc-event.eventCategory_pregnancy___maternity,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_pregnancy___maternity .fc-event-dot {
  background-color: #efb443;
}
.calendarLegend .fc-event.eventCategory_careers_events___course_webinars,
.ccm-block-calendar-wrapper .fc-event.eventCategory_careers_events___course_webinars,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_careers_events___course_webinars .fc-event-dot {
  background-color: #15C286;
}
.calendarLegend .fc-event.eventCategory_mental_health,
.ccm-block-calendar-wrapper .fc-event.eventCategory_mental_health,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_mental_health .fc-event-dot {
  background-color: #087353;
}
.calendarLegend .fc-event.eventCategory_end_of_life_education,
.ccm-block-calendar-wrapper .fc-event.eventCategory_end_of_life_education,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_end_of_life_education .fc-event-dot {
  background-color: #005EB8;
}
.calendarLegend .fc-event.eventCategory_menopause,
.ccm-block-calendar-wrapper .fc-event.eventCategory_menopause,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_menopause .fc-event-dot {
  background-color: #07116f;
}
.calendarLegend .fc-event.eventCategory_bloods__pressure__amp__results_,
.ccm-block-calendar-wrapper .fc-event.eventCategory_bloods__pressure__amp__results_,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_bloods__pressure__amp__results_ .fc-event-dot {
  background-color: #710cb1;
}
.calendarLegend .fc-event.eventCategory_equality_and_diversity,
.ccm-block-calendar-wrapper .fc-event.eventCategory_equality_and_diversity,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_equality_and_diversity .fc-event-dot {
  background-color: #d70caa;
}
.calendarLegend .fc-event.eventCategory_supervisor___assessor,
.ccm-block-calendar-wrapper .fc-event.eventCategory_supervisor___assessor,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_supervisor___assessor .fc-event-dot {
  background-color: #e0598b;
}
.calendarLegend .fc-event.eventCategory_vaccinations,
.ccm-block-calendar-wrapper .fc-event.eventCategory_vaccinations,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_vaccinations .fc-event-dot {
  background-color: #A02C5D;
}
.calendarLegend .fc-event.eventCategory_cytology,
.ccm-block-calendar-wrapper .fc-event.eventCategory_cytology,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_cytology .fc-event-dot {
  background-color: #6d065d;
}
.calendarLegend .fc-event.eventCategory_ckd,
.ccm-block-calendar-wrapper .fc-event.eventCategory_ckd,
.ccm-block-calendar-wrapper .fc-list-item.eventCategory_ckd .fc-event-dot {
  background-color: #748e13;
}
.contentBlock {
  background: #fff;
  padding: 20px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .contentBlock {
    padding: 40px;
    margin: 0 auto 40px;
  }
}
.contentBlock--blue {
  background-color: #2b8cc4;
  color: #fff;
}
.contentBlock--blue p,
.contentBlock--blue li,
.contentBlock--blue h2,
.contentBlock--blue h3,
.contentBlock--blue h4,
.contentBlock--blue blockquote {
  color: inherit;
}
.contentBlock--blue a {
  text-decoration: underline;
  color: inherit;
}
.contentBlock--grey {
  background-color: #f4f4f4;
}
.contentBlock--white {
  padding-top: 0;
  padding-bottom: 0;
}
.eventToolbar {
  width: 100%;
  background-color: #f6f6c0;
}
.eventToolbar .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.eventToolbar .button {
  display: inline-block;
  position: relative;
  background-color: forestgreen;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 12px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 15px;
  cursor: pointer;
}
.eventToolbar .button:hover,
.eventToolbar .button:focus,
.eventToolbar .button:active {
  background-color: #186218;
  text-decoration: none !important;
  outline: none;
}
.eventToolbar .button i {
  margin-right: 10px;
}
.ccm-block-express-entry-list-advanced-search-fields {
  display: block !important;
}
.ccm-block-express-entry-list-advanced-search-fields label {
  float: none;
}
.ccm-block-express-entry-list-advanced-search-fields #event_start_date .form-inline {
  display: inline-block;
  width: calc((100% - 22px) / 2);
}
.ccm-block-express-entry-list-advanced-search-fields #event_start_date .form-inline .ccm-input-date {
  margin: 0 !important;
}
.eventItem {
  display: block;
  position: relative;
  background-color: #f4f4f4;
  text-decoration: none;
  border: 1px solid #dee0e2;
  padding: 20px;
  margin: 0 0 40px;
  -o-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.eventItem:hover,
.eventItem:active,
.eventItem:focus {
  background-color: #e8e8f1;
}
.eventItem h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #005EB8;
  margin: 0 0 10px;
}
@media (min-width: 1120px) {
  .eventItem h2 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.courseLabel {
  display: inline-block;
  width: 150px;
}
.withIcon {
  position: relative;
  padding-left: 25px;
}
.eventItem__address .fa {
  min-width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #005EB8;
}
.eventItem__category,
.eventItem__price {
  display: inline-block;
  background-color: #005EB8;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.eventItem__price {
  background-color: #1f91ff;
  position: absolute;
  top: 0;
  right: 20px;
}
.eventItem .eventItem__price {
  top: 20px;
}
.expandableToggleAll {
  text-align: right;
  text-decoration: underline;
  color: #005ea5;
  margin: 0 0 0.5em;
  cursor: pointer;
}
.expandableToggleAll:visited {
  color: #4c2c92;
}
.expandableToggleAll:hover,
.expandableToggleAll:focus,
.expandableToggleAll:active {
  color: #2b8cc4;
}
.expandableToggleAll .closeAll {
  display: none;
}
.expandableToggleAll.opened .openAll {
  display: none;
}
.expandableToggleAll.opened .closeAll {
  display: block;
}
.no-js .expandableToggleAll {
  display: none;
}
h3.expandableHeading {
  position: relative;
  font-size: 1.0625em;
  line-height: 1.17647059em;
  padding: 20px 60px 20px 10px;
  border-top: 1px solid #dee0e2;
  margin: 0;
}
@media (min-width: 1120px) {
  h3.expandableHeading {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
.js h3.expandableHeading:hover,
.js h3.expandableHeading:active,
.js h3.expandableHeading:focus {
  background-color: #f4f4f4;
  cursor: pointer;
}
.expandableIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.expandableIcon:before,
.expandableIcon:after {
  content: "";
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0b0c0c;
  border: 2px solid transparent;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.expandableIcon:before {
  width: 100%;
}
.expandableIcon:after {
  height: 100%;
}
.no-js .expandableIcon {
  display: none;
}
.expandableHeading.open .expandableIcon:after {
  display: none;
}
.expandableContent {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.expandableContent.open,
.no-js .expandableContent {
  height: auto;
  padding: 10px;
}
h2.expandableHeading {
  position: relative;
  padding-right: 60px;
}
.js h2.expandableHeading:hover,
.js h2.expandableHeading:active,
.js h2.expandableHeading:focus {
  cursor: pointer;
}
h2.expandableHeading .expandableIcon {
  top: 18px;
}
@media (min-width: 1120px) {
  h2.expandableHeading .expandableIcon {
    top: 20px;
  }
}
h2.expandableHeading + .expandableContent {
  padding: 0;
}
.fileBlock .fileName {
  display: block;
  font-weight: 700;
  line-height: 1.17647059em;
  color: #0b0c0c;
  margin-bottom: 5px;
}
.fileBlock a {
  display: inline-block;
  background: transparent url(../assets/download.svg) no-repeat 0 3px;
  padding-left: 40px;
}
.fileBlock--fileIcon a {
  background-image: url(../assets/icon-file.svg);
}
.fileBlock .fileMeta:before {
  content: "(";
}
.fileBlock .fileMeta:after {
  content: ")";
}
.fileBlock .ext {
  text-transform: uppercase;
}
.fileBlock .fileDate {
  display: block;
  font-size: 90%;
  padding-left: 40px;
}
@media (min-width: 600px) {
  .fileBlockWrapper.two_cols {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .fileBlockWrapper.two_cols:before,
  .fileBlockWrapper.two_cols:after {
    content: "";
    display: table;
  }
  .fileBlockWrapper.two_cols:after {
    clear: both;
  }
  .ie6 .fileBlockWrapper.two_cols,
  .ie7 .fileBlockWrapper.two_cols {
    zoom: 1;
  }
  .fileBlockWrapper.two_cols .fileBlock {
    width: 50%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fileBlockWrapper.two_cols .fileBlock:nth-of-type(2n+3) {
    clear: left;
  }
  .fileBlockWrapper.two_cols .fileBlock .fileMeta {
    display: block;
    font-size: 90%;
    padding-left: 40px;
  }
  .fileBlockWrapper.two_cols .fileBlock .fileMeta:before,
  .fileBlockWrapper.two_cols .fileBlock .fileMeta:after {
    display: none;
  }
}
@media (min-width: 600px) and (min-width: 1024px) {
  .fileBlockWrapper.two_cols {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 600px) and (min-width: 1024px) {
  .fileBlockWrapper.two_cols .fileBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.flexMenu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: calc(100% + (40px/2));
  margin-left: -10px;
}
@media (min-width: 1024px) {
  .flexMenu {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.flexMenuBlock {
  width: 100%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .flexMenuBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) {
  .flexMenuBlock {
    width: 50%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
}
@media (min-width: 600px) and (min-width: 1024px) {
  .flexMenuBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .flexMenuBlock {
    width: 25%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .flexMenuBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .flexMenuBlock {
    margin-bottom: 40px;
  }
}
.flexMenuBlock.threeCols {
  width: 100%;
}
@media (min-width: 600px) {
  .flexMenuBlock.threeCols {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .flexMenuBlock.threeCols {
    width: 33.33333333%;
  }
}
.flexMenuBlock .blockWrap {
  display: block;
  height: 100%;
  position: relative;
  background-color: #f4f4f4;
  border: 2px solid #f4f4f4;
  text-decoration: none;
}
.flexMenuBlock .blockWrap:before,
.flexMenuBlock .blockWrap:after {
  content: "";
  display: table;
}
.flexMenuBlock .blockWrap:after {
  clear: both;
}
.ie6 .flexMenuBlock .blockWrap,
.ie7 .flexMenuBlock .blockWrap {
  zoom: 1;
}
.flexMenuBlock .imgWrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 60%;
}
.flexMenuBlock .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.flexMenuBlock .textWrap {
  padding: 20px 15px 90px;
}
.flexMenuBlock .title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0b0c0c;
  padding: 0;
  margin: 0 0 1em;
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media (min-width: 1120px) {
  .flexMenuBlock .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.flexMenuBlock .title a {
  color: #0b0c0c;
  text-decoration: none;
}
.flexMenuBlock .title a:hover,
.flexMenuBlock .title a:focus {
  text-decoration: underline;
}
.flexMenuBlock .desc {
  font-size: 1em;
  line-height: 1.5625em;
  margin: 0;
}
.flexMenuBlock .buttonsWrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
}
.flexMenuBlock .button {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 40px 0 0;
}
.flexMenuBlock .button.btn--half {
  display: inline-block;
  width: 48%;
}
.flexMenuBlock .button.btn--half + .btn--half {
  float: right;
}
.content .filteredEvents {
  background: transparent;
}
.content .filteredEvents > .container {
  padding-left: 0;
  padding-right: 0;
}
.content .filteredEvents .eventBlocks .eventBlock {
  background-color: #f8f8f8;
}
.eventBlocks {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.eventBlocks .eventBlock {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 600px) {
  .eventBlocks .eventBlock {
    width: calc(((100% - 40px) / 2));
  }
}
@media (min-width: 1120px) {
  .eventBlocks .eventBlock {
    width: calc(((100% - 120px) / 4));
  }
}
.eventBlocks .eventBlock__title {
  background: #005EB8;
  font-weight: 700;
  font-size: 1.0625em;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  margin: 10px 0 15px;
}
.eventBlocks p {
  font-size: 0.9375em;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 10px;
}
.eventBlocks .eventBlock__link {
  font-weight: 700;
}
.eventBlocks .eventBlock__link a {
  text-decoration: none;
  color: #0b0c0c;
}
.eventBlocks .eventBlock__link a:hover,
.eventBlocks .eventBlock__link a:focus {
  text-decoration: underline;
}
.ccm-image-block {
  display: block;
  margin: 0 auto 40px;
}
picture {
  display: block;
  clear: both;
}
.imgLeft {
  max-width: calc(50% - 20px);
  float: left;
  clear: left;
  margin: 0 40px 40px 0;
}
.imgRight {
  max-width: calc(50% - 20px);
  float: right;
  clear: right;
  margin: 0 0 40px 40px;
}
.imgZoom:hover {
  cursor: zoom-in;
}
.imgCaption {
  font-size: 0.875em;
  text-align: right;
  color: #767676;
  margin: 0;
}
.imgLinkBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.imgLinkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 40px);
  position: relative;
  padding: 0;
  margin: 20px;
}
@media (min-width: 600px) {
  .imgLinkBlock {
    width: calc(33.333333333333% - 40px);
  }
}
@media (min-width: 1024px) {
  .imgLinkBlock {
    width: calc(25% - 40px);
  }
}
.imgLinkBlocks--large .imgLinkBlock {
  width: calc(50% - 40px);
}
.introBanner {
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.introBanner h1 {
  margin: 0;
}
.introBanner .text {
  max-width: 550px;
}
@media (min-width: 1024px) {
  .introBanner .text {
    max-width: 660px;
  }
}
.introBanner .text p {
  font-size: 1em;
  line-height: 1.5625em;
  margin: 20px 0 0;
}
@media (min-width: 1120px) {
  .introBanner .text p {
    font-size: 1.125em;
    line-height: 1.94444444em;
  }
}
.introBanner.withImg {
  position: relative;
  background-color: #282E47;
  padding-top: 0;
  padding-bottom: 0;
}
.introBanner.withImg .image {
  width: 100%;
  padding-top: 15%;
  padding-bottom: 0;
}
.introBanner.withImg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: #282E47 none no-repeat top center / cover;
}
@media (min-width: 600px) {
  .introBanner.withImg .bg {
    background-position: top right;
  }
}
.introBanner.withImg h1 {
  max-width: 450px;
  font-size: 1.875em;
  line-height: 1.33333333em;
  color: #fff;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .introBanner.withImg h1 {
    font-size: 2.1875em;
    line-height: 1.57142857em;
  }
}
@media (min-width: 1024px) {
  .introBanner.withImg h1 {
    max-width: 750px;
    font-size: 3.4375em;
    line-height: 1.18181818em;
    padding: 0 0 40px 40px;
  }
}
.introBanner.withImg h2 {
  font-size: 1.375em;
  line-height: 1.36363636em;
  color: #fff;
  padding: 0 0 20px;
}
@media (min-width: 600px) {
  .introBanner.withImg h2 {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .introBanner.withImg h2 {
    font-size: 1.875em;
    line-height: 1.33333333em;
  }
}
@media (min-width: 1024px) {
  .introBanner.withImg h2 {
    font-size: 2.5em;
    line-height: 1.25em;
    padding: 0 0 40px 40px;
  }
}
.introBanner.withImg .bannerText {
  position: relative;
}
.introBanner.withImg .text {
  max-width: 450px;
  background-color: rgba(40, 46, 71, 0.8);
  color: #fff;
  padding: 10px 20px 20px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .introBanner.withImg .text {
    max-width: 750px;
    padding: 10px 40px 20px;
  }
}
.introBanner.withImg .text p,
.introBanner.withImg .text li {
  color: inherit;
}
.introBanner.withImg .text a {
  text-decoration: underline;
  color: inherit;
}
.introBanner.withImg .text a:hover,
.introBanner.withImg .text a:focus,
.introBanner.withImg .text a:active {
  text-decoration: none;
}
.introBanner.introBanner--campaign {
  background-color: #fff;
  padding: 0;
}
.introBanner.introBanner--campaign .container {
  padding: 0;
}
.introBanner.introBanner--campaign h1,
.introBanner.introBanner--campaign h2 {
  padding: 0;
}
.introBanner.introBanner--campaign img {
  display: block;
}
.introBanner.introBanner--campaign .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin: 0;
}
.menuImgBlocks {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.menuImgBlocks:before,
.menuImgBlocks:after {
  content: "";
  display: table;
}
.menuImgBlocks:after {
  clear: both;
}
.ie6 .menuImgBlocks,
.ie7 .menuImgBlocks {
  zoom: 1;
}
@media (min-width: 1024px) {
  .menuImgBlocks {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.menuImgBlock {
  width: 100%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .menuImgBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) {
  .menuImgBlock {
    width: 50%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 600px) and (min-width: 1024px) {
  .menuImgBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .menuImgBlock {
    margin-bottom: 40px;
  }
}
.menuImgBlock a.blockWrap {
  display: block;
  height: 100%;
  background-color: #f4f4f4;
  text-decoration: none;
}
.menuImgBlock a.blockWrap:before,
.menuImgBlock a.blockWrap:after {
  content: "";
  display: table;
}
.menuImgBlock a.blockWrap:after {
  clear: both;
}
.ie6 .menuImgBlock a.blockWrap,
.ie7 .menuImgBlock a.blockWrap {
  zoom: 1;
}
.menuImgBlock .imgWrap {
  display: none;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 57.57575758%;
}
.menuImgBlock.hasImg .imgWrap {
  display: block;
}
.menuImgBlock img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.menuImgBlock .title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #0b0c0c;
  padding: 0;
  margin: 0 0 1em;
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media (min-width: 1120px) {
  .menuImgBlock .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.menuImgBlock .desc {
  margin: 0;
}
.menuImgBlock.imgOverlay a.blockWrap {
  background-color: #005EB8;
}
.menuImgBlock.imgOverlay .imgWrap {
  display: block;
  background-color: #005EB8;
}
.menuImgBlock.imgOverlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #282E47;
  opacity: 0.2;
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.menuImgBlock.imgOverlay .title {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 10px;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #fff;
  padding: 0 20px;
  margin: 0;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
@media (min-width: 1024px) {
  .menuImgBlock.imgOverlay .title {
    width: calc(100% - 40px);
    left: 20px;
    font-size: 2.25em;
    line-height: 1.11111111em;
    padding: 0 40px;
  }
}
.menuImgBlock.imgOverlay .desc {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 10px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  padding: 0 20px;
  margin: 0;
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms;
}
@media (min-width: 1024px) {
  .menuImgBlock.imgOverlay .desc {
    width: calc(100% - 40px);
    left: 20px;
    padding: 0 40px;
  }
}
.menuImgBlock.imgOverlay:hover .imgWrap,
.menuImgBlock.imgOverlay:focus .imgWrap,
.menuImgBlock.imgOverlay:active .imgWrap {
  background-color: #004485;
}
.menuImgBlock.imgOverlay:hover .overlay,
.menuImgBlock.imgOverlay:focus .overlay,
.menuImgBlock.imgOverlay:active .overlay {
  background-color: #005EB8;
  opacity: 0.85;
}
.no-touchevents .menuImgBlock.imgOverlay:hover .title,
.no-touchevents .menuImgBlock.imgOverlay:focus .title,
.no-touchevents .menuImgBlock.imgOverlay:active .title {
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touchevents .menuImgBlock.imgOverlay:hover .desc,
.no-touchevents .menuImgBlock.imgOverlay:focus .desc,
.no-touchevents .menuImgBlock.imgOverlay:active .desc {
  height: auto;
  opacity: 1;
  margin-top: 1em;
}
.menuImgBlock.fourCols {
  width: 50%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .menuImgBlock.fourCols {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .menuImgBlock.fourCols {
    width: 25%;
    float: left;
    /* Fallback for IE9 and below */
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .menuImgBlock.fourCols {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menuImgBlock.fourCols .imgWrap {
  background-color: #f4f4f4;
  padding-top: 57.41935484%;
}
.menuImgBlock.fourCols .textWrap {
  padding: 20px 15px 30px;
}
.menuImgBlock.single {
  width: 100%;
  float: left;
  /* Fallback for IE9 and below */
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .menuImgBlock.single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menuImgBlock.single .blockWrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
@media (min-width: 480px) {
  .menuImgBlock.single .blockWrap {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .menuImgBlock.single .blockWrap {
    min-height: 175px;
  }
}
.menuImgBlock.single .imgWrap {
  width: 100%;
  height: auto;
  float: none;
  padding-top: 0;
}
@media (min-width: 480px) {
  .menuImgBlock.single .imgWrap {
    width: 30%;
    background: transparent none no-repeat center center / cover;
  }
}
@media (min-width: 768px) {
  .menuImgBlock.single .imgWrap {
    width: 22.79411765%;
  }
}
.menuImgBlock.single img {
  display: block;
  position: static;
}
@media (min-width: 480px) {
  .menuImgBlock.single img {
    display: none;
  }
}
.menuImgBlock.single .textWrap {
  width: 100%;
  float: none;
  padding: 15px;
}
@media (min-width: 480px) {
  .menuImgBlock.single .textWrap {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .menuImgBlock.single .textWrap {
    width: 77.20588235%;
    padding: 30px;
  }
}
.nextSteps .headingDivider {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .nextSteps .headingDivider {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.menuImgBlock .nextStep {
  height: 100%;
  background-color: #f4f4f4;
}
.menuImgBlock .nextStep:before,
.menuImgBlock .nextStep:after {
  content: "";
  display: table;
}
.menuImgBlock .nextStep:after {
  clear: both;
}
.ie6 .menuImgBlock .nextStep,
.ie7 .menuImgBlock .nextStep {
  zoom: 1;
}
.menuImgBlock .nextStep .imgWrap {
  display: block;
  background-color: #005ea5;
}
.menuImgBlock .nextStep .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005ea5;
  opacity: 0.8;
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.menuImgBlock .nextStep .title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 15px 30px 15px 15px;
  margin: 0;
}
.menuImgBlock .nextStep .textWrap {
  padding: 20px 30px 75px 15px;
}
.menuImgBlock .nextStep .btnLink {
  position: absolute;
  left: 35px;
  bottom: 15px;
}
.ccm-page-id_312 .mainContent--centered {
  width: 100%;
}
.display_archive {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.display_archive .campaign {
  width: calc(100% - 40px);
  position: relative;
  background: #005EB8;
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.31578947em;
  text-align: center;
  color: #fff;
  margin: 0 20px 40px;
  padding: 75px 20px 0;
  border: 1px solid #dee0e2;
}
@media (min-width: 768px) {
  .display_archive .campaign {
    width: calc(33.3% - 40px);
  }
}
.display_archive .campaign::before {
  content: " - ";
}
.display_archive .campaign::after {
  content: "HED News";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 1em;
  padding: 30px 20px 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .display_archive .campaign::after {
    font-size: 30px;
  }
}
.display_archive .campaign a {
  display: block;
  width: calc(100% + 40px);
  min-height: 135px;
  background: #fff;
  color: #0b0c0c;
  text-decoration: none;
  text-align: left;
  padding: 30px 20px;
  margin-top: 30px;
  margin-left: -20px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .display_archive .campaign a {
    min-height: 160px;
  }
}
.display_archive .campaign a:hover,
.display_archive .campaign a:focus,
.display_archive .campaign a:active {
  opacity: 0.8;
}
.simpleMenu .simpleMenu__item {
  padding: 15px 0 0;
  border-bottom: 1px solid #dee0e2;
  margin: 0;
}
.simpleMenu .title {
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.31578947em;
  margin: 0 0 5px;
}
.simpleMenu .title a {
  color: #282E47;
  text-decoration: none;
}
.simpleMenu .title a:hover,
.simpleMenu .title a:focus,
.simpleMenu .title a:active {
  opacity: 0.8;
}
.simpleMenu p {
  font-size: 0.875em;
  line-height: 1.42857143em;
  margin: 0 0 1em;
}
.simpleMenu .meta span {
  display: inline-block;
  margin-right: 20px;
}
.simpleMenu .meta span.meta__date {
  min-width: 100px;
}
.simpleMenu .keyword {
  background-color: #fff99d;
  font-style: italic;
}
.ccm-page-id_1 .resultTotal {
  display: none;
}
.profileWrapper {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.profileWrapper:before,
.profileWrapper:after {
  content: "";
  display: table;
}
.profileWrapper:after {
  clear: both;
}
.ie6 .profileWrapper,
.ie7 .profileWrapper {
  zoom: 1;
}
@media (min-width: 1024px) {
  .profileWrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.profileWrap {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .profileWrap {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .profileWrap {
    width: 33.33333333%;
  }
}
.profile {
  position: relative;
  margin: 0 0 40px;
}
.profile > a {
  text-decoration: none;
}
.profile__photo {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f4f4f4 none no-repeat center top / cover;
  padding-top: 94.83568075%;
  margin-bottom: 20px;
}
.profile__photo img {
  display: block;
  opacity: 0;
}
.profile__name {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.38888889em;
  color: #005EB8;
  margin: 0 0 10px;
}
.profile__role {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5625em;
  color: #0b0c0c;
  margin: 0 0 10px;
}
.toggleModal:hover,
.toggleModal:focus,
.toggleModal:active {
  opacity: 0.8;
  -o-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  -o-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.modal .modal__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .modal .modal__inner {
    width: 90%;
    max-width: 875px;
    height: auto;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modal .modal__header {
  height: 90px;
  background-color: #005EB8;
  padding: 10px 60px 10px 20px;
}
.modal .modal__header :nth-last-child(1) {
  margin-bottom: 0;
}
.modal .modal__header p {
  color: #fff;
}
.modal .modal__body {
  height: calc(100% - 90px);
  overflow: auto;
  padding: 20px;
}
.modal--open .modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9375em;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}
.modal__close:hover,
.modal__close:focus,
.modal__close:active {
  text-decoration: underline;
}
.searchWrap {
  position: relative;
  margin-bottom: 20px;
}
.ccm-search-block-form {
  position: relative;
}
.ccm-search-block-form label {
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 1.31578947em;
  margin: 0 0 10px;
}
.ccm-search-block-form input[type="text"] {
  height: 50px;
  background-color: #f4f4f4;
  padding-right: 62px;
}
.ccm-search-block-form input[type="text"]:focus {
  background-color: #fff;
}
.ccm-search-block-form input[type=submit].searchBtn {
  width: 50px;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(../assets/search-icon.svg) no-repeat center center;
  border: 0;
  padding: 50px 0 0;
}
.introSlider {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .introSlider {
    margin-bottom: 40px;
  }
}
.slider {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: center;
  width: 100%;
  min-height: 100%;
  background: #f15a29;
  margin: 0 auto;
}
.slider:nth-of-type(4n+2) {
  background: #005EB8;
}
.slider:nth-of-type(4n+3) {
  background: #5abce3;
}
.slider:nth-of-type(4n+4) {
  background: #4eb483;
}
@media (min-width: 768px) {
  .slider {
    flex-direction: row;
    justify-content: center;
  }
}
.slider .slider__text {
  width: 100%;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .slider .slider__text {
    width: 50%;
    padding: 20px 40px;
  }
}
@media (min-width: 1024px) {
  .slider .slider__text {
    padding: 80px;
  }
}
.slider .slider__text h2,
.slider .slider__text p {
  text-align: center;
  color: #fff;
}
.slider .slider__text h2 {
  max-width: 10em;
  font-size: 1.75em;
  margin: 0 auto 10px;
}
@media (min-width: 1024px) {
  .slider .slider__text h2 {
    font-size: 2.5em;
  }
}
.slider .slider__text p {
  font-size: 1em;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .slider .slider__text p {
    max-width: 30em;
    font-size: 1.25em;
  }
}
.slider .slider__text p.moreLink {
  font-weight: 700;
  margin-bottom: 0;
}
.slider .slider__text p.moreLink a {
  text-decoration: none;
  color: #fff;
}
.slider .slider__text p.moreLink a:hover,
.slider .slider__text p.moreLink a:focus {
  text-decoration: underline;
}
.slider .slider__img {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .slider .slider__img {
    width: 50%;
  }
}
.slider .slider__img .img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.slider .slider__img .hed-tag {
  max-height: 80px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 768px) {
  .slider .slider__img .hed-tag {
    max-height: 130px;
  }
}
.blockLinks {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  margin-bottom: 40px;
}
.blockLinks .blockLink {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  min-height: 64px;
  background: #f15a29;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .blockLinks .blockLink {
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .blockLinks .blockLink {
    width: calc(25% - 20px);
    font-size: 1.5em;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .blockLinks .blockLink {
    width: calc(25% - 30px);
    min-height: 0;
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .blockLinks .blockLink {
    width: calc(25% - 40px);
  }
}
.blockLinks .blockLink:hover,
.blockLinks .blockLink:focus {
  background: #d9400e;
}
.blockLinks .blockLink:nth-of-type(4n+2) {
  background: #005EB8;
}
.blockLinks .blockLink:nth-of-type(4n+2):hover,
.blockLinks .blockLink:nth-of-type(4n+2):focus {
  background: #004485;
}
.blockLinks .blockLink:nth-of-type(4n+3) {
  background: #5abce3;
}
.blockLinks .blockLink:nth-of-type(4n+3):hover,
.blockLinks .blockLink:nth-of-type(4n+3):focus {
  background: #2eaadc;
}
.blockLinks .blockLink:nth-of-type(4n+4) {
  background: #4eb483;
}
.blockLinks .blockLink:nth-of-type(4n+4):hover,
.blockLinks .blockLink:nth-of-type(4n+4):focus {
  background: #3e9169;
}
.blockLinks .blockLink span {
  width: 100%;
  max-width: 8em;
  margin: auto;
}
.blockLinks .blockLink sup {
  display: block;
  position: static;
  top: 0;
  font-size: 70%;
  line-height: inherit;
}
.textCTA {
  width: 100%;
  background-color: #f4f4f4;
  color: #0b0c0c;
  padding: 30px 40px !important;
  margin: 40px auto;
}
.textCTA * {
  color: inherit;
}
.textCTA > :first-child {
  margin-top: 0;
}
.textCTA h2 {
  font-size: 1.375em;
  line-height: 1.13636364em;
  color: #005EB8;
  margin-top: 0 !important;
}
@media (min-width: 1120px) {
  .textCTA h2 {
    font-size: 1.6875em;
    line-height: 1.2962963em;
  }
}
.textCTA > p:last-of-type {
  margin-bottom: 0;
}
.textCTA .largeText {
  margin-bottom: 1em;
}
.textCTA .btnLink {
  background-color: #005EB8;
}
.content > .textCTA {
  margin-top: 0;
}
.topicList__header {
  font-weight: 700;
  margin-bottom: 20px;
}
ul.topicList__list {
  padding: 0;
  margin: 0 0 15px;
}
ul.topicList__list li {
  font-weight: 700;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}
ul.topicList__list a {
  display: block;
  background-color: #dee0e2;
  font-weight: 400;
  text-decoration: none;
  color: #0b0c0c;
  padding: 8px 10px;
}
ul.topicList__list a:hover,
ul.topicList__list a:focus,
ul.topicList__list a:active,
ul.topicList__list a.selected {
  background-color: #005EB8;
  color: #fff;
}
ul.topics {
  padding: 0;
  margin: 0 0 20px;
}
ul.topics li {
  display: inline-block;
  background-color: #005EB8;
  list-style-type: none;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 5px 5px 0;
}
ul.topics li:before {
  display: none;
}
ul.topics li:hover,
ul.topics li:focus {
  background-color: #004485;
}
ul.topics li a {
  text-decoration: none;
  color: #fff;
}
.endArticle {
  width: 100%;
  text-align: center;
  margin: 80px auto;
}
.endArticle span {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: #005EB8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.endArticle span:before,
.endArticle span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-color: #005EB8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.endArticle span:before {
  left: -30px;
}
.endArticle span:after {
  right: -30px;
}
.page-template-article .ccm-conversation-avatar {
  display: none;
}
.page-template-article div.ccm-conversation-add-new-message div.ccm-conversation-avatar + div.ccm-conversation-message-form,
.page-template-article div.ccm-conversation-message {
  padding-left: 0;
}
.page-template-article .ccm-conversation-message-controls .message-attachments + ul {
  display: none;
}
.page-template-article .ccm-block-page-attribute-display-wrapper {
  margin: 0 0 40px;
}
.ccm-block-share-this-page ul.list-inline {
  display: inline-block;
  padding: 0;
  margin: 0 0 40px;
}
.ccm-block-share-this-page ul.list-inline li {
  display: inline-block;
  list-style-type: none;
  font-size: 1.25em;
  padding: 0;
  margin-right: 10px;
}
a.topicTag {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 0.875em;
  line-height: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #0b0c0c;
  padding: 8px 12px;
  border: 1px solid #dee0e2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 3px 5px 0;
}
@media (min-width: 768px) {
  a.topicTag {
    font-size: 1em;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
  }
}
a.topicTag:hover,
a.topicTag:active,
a.topicTag:focus {
  color: #0b0c0c;
  border-color: #c3c7ca;
  cursor: pointer;
}
/* These are miscellaneous styles which don't fit elsewhere */
hr {
  width: 100%;
  clear: both;
  height: 0;
  border: 0;
  border-top: 1px solid #c0bebc;
  margin: 20px 0;
}
.youtubeBlock,
.googleMapCanvas {
  margin-bottom: 40px;
}
.vimeoVidWrap {
  max-width: 100% !important;
  margin-bottom: 40px !important;
}
@media (prefers-reduced-motion: reduce) {
  .formidable .file_upload .dz-preview:not(.dz-processing) .dz-progress,
  .fa-pulse {
    -webkit-animation-duration: 4s !important;
    animation-duration: 4s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
