/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
}

h1,
.h1 {
  font-size: 6rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

h2,
.h2 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 3.8rem;
  }
}

h3,
.h3 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}

h4,
.h4 {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 2.8rem;
  }
}

h5,
.h5 {
  font-size: 2.4rem;
}

h6,
.h6 {
  font-size: 2rem;
}

p {
  margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 2.4rem;
  line-height: 1.541;
  font-weight: 400;
  background: #fff;
}
@media (max-width: 575px) {
  body {
    font-size: 1.6rem;
  }
}

.post-grid .page:hover,
.post-grid .post:hover, .education--grid .education__item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  vertical-align: top;
  border-color: #dee2e6;
  color: #00386A;
}
table tbody,
table td,
table tfoot,
table th,
table thead,
table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 1rem;
  word-break: break-word;
  font-size: 1.75rem;
}

/* Links
--------------------------------------------- */
a {
  color: #00386A;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover, a:focus, a:active {
  color: #4799CE;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 3px;
  background: #00386A;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  padding: 1rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #4799CE;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.post-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #222222;
  display: inline-block;
}
.post-back-btn img {
  margin-right: 1rem;
}

.btn-white {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #00386A;
  padding: 1rem 5rem;
  border-radius: 2rem;
}
.btn-white:hover {
  background-color: #D1D1D1;
  color: #00386A;
}

.btn-pink {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  background-color: #D5007E;
  color: #FFFFFF;
  padding: 1rem 5rem;
  border-radius: 2rem;
}
.btn-pink:hover {
  background-color: #B9006D;
  color: #FFFFFF;
}

a.btn-lge {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  background-color: #D5007E;
  color: #FFFFFF;
  padding: 2rem 5rem 2.5rem;
  border-radius: 2rem;
  margin: 0 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a.btn-lge:hover, a.btn-lge:active {
  background-color: #B9006D;
  color: #FFFFFF;
}
a.btn-lge svg {
  width: 3rem;
  height: 3rem;
  margin-left: 2rem;
}

a.sign-in-out-btn,
a.smart-btn {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #D5007E;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  display: inline-block;
}

a.smart-btn {
  background-color: #4799CE;
  margin-right: 3rem;
}
@media (max-width: 1199px) {
  a.smart-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  a.smart-btn {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  a.smart-btn {
    margin-right: 0;
    font-size: 1.1rem;
  }
  a.smart-btn svg {
    display: none;
  }
}
a.smart-btn svg {
  padding-bottom: 3px;
  padding-left: 4px;
  fill: #f0f0f0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1rem 2rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.post-password-form p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-password-form p:last-child label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1rem;
}

.tml-merz_currently_injector-wrap .tml-label:first-child {
  display: block;
}
.tml-merz_currently_injector-wrap .radio-group label {
  width: 50%;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #EDF5FC;
}
.tml-merz_currently_injector-wrap .radio-group label:not(:last-child) {
  margin-right: 1.5rem;
}
.tml-merz_currently_injector-wrap .radiobtn {
  position: relative;
  display: block;
}
.tml-merz_currently_injector-wrap .radiobtn label {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #EDF5FC;
  margin-bottom: 5px;
  cursor: pointer;
}
.tml-merz_currently_injector-wrap .radiobtn label:after,
.tml-merz_currently_injector-wrap .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #EDF5FC;
}
.tml-merz_currently_injector-wrap .radiobtn label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.tml-merz_currently_injector-wrap input[type=radio] {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tml-merz_currently_injector-wrap input[type=radio]:checked + label {
  background: #C8E1F6;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.tml-merz_currently_injector-wrap input[type=radio]:checked + label:after {
  background: #C8E1F6;
}
.tml-merz_currently_injector-wrap input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

.feedback-form .form-check {
  width: 100%;
}
.feedback-form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#education_order_drop option,
#education_meta_drop option {
  background-color: #D5007E;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.tml-action-profile form label.error,
body.tml-action-register form label.error {
  color: red;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
body.tml-action-profile form .tml-field.error,
body.tml-action-register form .tml-field.error {
  border: 1px solid red;
}

body.tml-action-profile form label.error {
  color: red;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
body.tml-action-profile form .tml-field.error {
  border: 1px solid red;
}

.tml-label {
  cursor: pointer;
}

.tml-field-wrap.tml-admin_bar_front-wrap.tml-field-wrap-checkbox {
  display: none;
}

.tml-merz_role_other-wrap {
  display: none;
}

@media (max-width: 575px) {
  .ms-5 {
    margin-left: 2rem !important;
    margin-right: 1rem !important;
  }
}

p.job-b {
  color: #00386a;
  font-size: 1rem;
}

p.job-w {
  color: white;
  font-size: 1rem;
}

.description.indicator-hint {
  color: #D5007E;
}

.site {
  overflow: hidden;
}

@media (max-width: 575px) {
  .brand-logo img {
    max-width: 60%;
  }
}

#wpcf7-f32-p236-o1 .wpcf7-form label,
#wpcf7-f32-p245-o1 .wpcf7-form label,
#wpcf7-f252-p236-o2 .wpcf7-form label {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#wpcf7-f32-p236-o1 .wpcf7-form label span,
#wpcf7-f32-p245-o1 .wpcf7-form label span,
#wpcf7-f252-p236-o2 .wpcf7-form label span {
  padding-left: 15px;
}

.cmplz-document h4 {
  padding: 1.5rem 0 1.5rem;
  margin: 0;
}

.slick-slide .new-video-slide__img img {
  max-width: 80%;
  margin: auto;
}

.tml-field-wrap.tml-nickname-wrap {
  display: none;
}

.points__img img {
  height: 250px;
  width: auto;
  padding-left: 25px;
}

.top-info {
  padding: 1.15rem 0;
  text-align: center;
}
.top-info p {
  color: #FFFFFF;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .top-info p {
    font-size: 1.4rem;
  }
}

.infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .infobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}
.infobox__img {
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .infobox__img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .infobox__img img {
    max-width: 20px;
  }
}
.infobox__content {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .infobox__content {
    font-size: 1.2rem;
  }
}
.infobox__content p {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0;
}
.infobox:not(:last-child) {
  margin-right: 2rem;
}

.header-spacing {
  padding: 1.75rem 0;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 575px) {
  .header-spacing {
    padding: 1rem 0;
  }
}

.breadcrumb-section {
  padding: 5rem 0;
  background-color: #EBEBEB;
}
@media (max-width: 575px) {
  .breadcrumb-section {
    padding: 2rem 0;
  }
}

.breadcrumbs {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4799CE;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  color: #00386A;
}
@media (max-width: 575px) {
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}

.footer--bgcolor {
  background: rgb(0, 93, 185);
  background: linear-gradient(45deg, rgb(0, 93, 185) 50%, rgb(0, 56, 106) 100%);
}

.site-info {
  text-align: center;
}
.site-info .footer-logo {
  margin-bottom: 2rem;
}
.site-info p {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.site-info .registration p {
  margin-bottom: 0;
}

.page-header {
  margin-bottom: 4rem;
  color: #00386A;
}

.hero {
  color: #FFFFFF;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .hero {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 1rem;
  }
}
.hero__title {
  margin-bottom: 3rem;
}
.hero__title h1 {
  font-size: 6.3rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero__title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .hero__title h1 {
    font-size: 3.2rem;
  }
}
.hero__title h1 span {
  font-size: 9.3rem;
  line-height: 1;
  font-weight: 300;
  display: block;
}
@media (max-width: 768px) {
  .hero__title h1 span {
    font-size: 6rem;
  }
}
@media (max-width: 575px) {
  .hero__title h1 span {
    font-size: 4.6rem;
  }
}
.hero__content p {
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .hero__content p {
    font-size: 1.6rem;
  }
}

.section-title h3 {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #00386A;
}
.section-title h3.title-border-celestial-blue {
  border-bottom: 1px solid #4799CE;
  padding-bottom: 3rem;
}
.section-title h3.title-border-accent {
  border-bottom: 1px solid #4799CE;
  padding-bottom: 3rem;
}
@media (max-width: 575px) {
  .section-title h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
.section-title.section-title--sm h3 {
  font-size: 4.6rem;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-title.section-title--sm h3 {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.spacer {
  display: block;
}
.spacer.sp-2 {
  height: 2rem;
}

.points {
  background-color: #FFFFFF;
  padding: 6rem 4rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.points__content {
  text-align: center;
  color: #00386A;
}
@media (max-width: 575px) {
  .points__content {
    margin-bottom: 2rem;
  }
}
.points__content h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.points__content h3 {
  font-size: 20rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 575px) {
  .points__content h3 {
    font-size: 10rem;
  }
}
.points__content h4 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.single-education .post .back-button,
.single-post .post .back-button {
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .single-education .post .back-button,
  .single-post .post .back-button {
    margin-bottom: 2rem;
  }
}
.single-education .post__title h1,
.single-post .post__title h1 {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #00386A;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .single-education .post__title h1,
  .single-post .post__title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .single-education .post__title h1,
  .single-post .post__title h1 {
    font-size: 3.2rem;
  }
}
.single-education .post__meta,
.single-post .post__meta {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 400;
  color: #4799CE;
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .single-education .post__meta,
  .single-post .post__meta {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .single-education .post__meta,
  .single-post .post__meta {
    font-size: 2rem;
  }
}
.single-education .post__content input[type=password],
.single-post .post__content input[type=password] {
  width: 100%;
}
.single-education .post__content input[type=submit],
.single-post .post__content input[type=submit] {
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-education .post__content input[type=submit]:hover,
.single-post .post__content input[type=submit]:hover {
  background-color: #4799CE;
}

.page h1.entry-title {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #00386A;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page h1.entry-title {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .page h1.entry-title {
    font-size: 3.2rem;
  }
}

@media (min-width: 991px) {
  .new-video-slide .education__meta-info {
    padding: 1.7rem 0;
  }
}
.new-video-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .new-video-slide__content {
    margin-top: 5rem;
  }
}
.new-video-slide__content h2 {
  color: #FFFFFF;
  background-color: #00386A;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  padding: 2rem 2.5rem;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 4rem;
}
.new-video-slide__content h3 {
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .new-video-slide__content h3 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 600;
  }
}

.intro-section {
  height: 100vh;
}
.intro-section .container {
  overflow: hidden;
}

.intro__content {
  color: #FFFFFF;
  margin-bottom: 5rem;
}
.intro__content h1 {
  font-size: 6.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .intro__content h1 {
    font-size: 4rem;
  }
}
.intro__content p {
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 575px) {
  .intro__content p {
    font-size: 2rem;
  }
}

.intro-box {
  border: 1px solid #FFFFFF;
  text-align: center;
  padding: 2rem;
}
.intro-box:not(:last-child) {
  margin-bottom: 3rem;
}
.intro-box h3 {
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .intro-box h3 {
    font-size: 1.8rem;
  }
}
.intro-box__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 390px) {
  .intro-box__btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.intro-box__btn:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 390px) {
  .intro-box__btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.education--slide {
  /* the parent */
}
.education--slide .slick-slide {
  margin: 0 3rem;
}
.education--slide .slick-list {
  margin: 0 -3rem;
}

.white-arrow .slick-next {
  background: url(../images/right-indicator-white.svg);
  width: 93px;
  height: 112px;
  background-repeat: no-repeat;
  right: -10rem;
}
.white-arrow .slick-next:before {
  display: none;
}
.white-arrow .slick-prev {
  background: url(../images/left-indicator-white.svg);
  width: 93px;
  height: 112px;
  background-repeat: no-repeat;
  left: -10rem;
}
.white-arrow .slick-prev:before {
  display: none;
}

.primary-arrow .slick-next {
  background: url(../images/right-indicator.svg);
  width: 93px;
  height: 112px;
  background-repeat: no-repeat;
  right: -10rem;
}
.primary-arrow .slick-next:before {
  display: none;
}
.primary-arrow .slick-prev {
  background: url(../images/left-indicator.svg);
  width: 93px;
  height: 112px;
  background-repeat: no-repeat;
  left: -10rem;
}
.primary-arrow .slick-prev:before {
  display: none;
}

@media (max-width: 575px) {
  .wpcf7-form .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
  margin: 0 0 1rem 1rem;
}
@media (max-width: 575px) {
  .wpcf7-form .wpcf7-form-control .wpcf7-list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.wpcf7-form .form-text {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
  margin: 1.5rem 0;
}
.wpcf7-form .form-check {
  margin: 1.5rem 0;
}
@media (max-width: 575px) {
  .wpcf7-form .form-check {
    padding-left: 0;
  }
}
.wpcf7-form input[type=submit] {
  margin-top: 2rem;
}
.wpcf7-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .wpcf7-form label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wpcf7-form label input[type=radio] {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .wpcf7-form label input[type=radio] {
    margin-right: 0;
  }
}
.wpcf7-form label span {
  color: #00386A;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpcf7-form label span {
    margin-left: 1rem;
  }
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form input[type=submit] {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  padding: 1rem 3.5rem;
  display: inline-block;
  border-radius: 3rem;
}
.wpcf7-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-form label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 25px;
}
.wpcf7-form input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 26px;
  aspect-ratio: 1;
  border: 4px solid #00386A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-form input[type=radio]::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #00386A;
  background: #00386A;
  border-radius: 50%;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-form input[type=radio]:checked::after {
  opacity: 1;
}

.taxonomy-page-header h1 {
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 600;
  color: #00386A;
}
@media (max-width: 575px) {
  .taxonomy-page-header h1 {
    font-size: 3rem;
  }
}
.taxonomy-page-header .archive-description {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}
@media (max-width: 575px) {
  .taxonomy-page-header .archive-description {
    font-size: 2.2rem;
  }
}

.taxonomy-description {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 575px) {
  .taxonomy-description {
    font-size: 1.6rem;
  }
}
.taxonomy-description ul {
  padding: 0;
  margin: 0 0 0 2rem;
}

.custom-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .custom-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .custom-search__input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-search__input input[type=text] {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 2;
  border: 0;
  background-color: #D5007E;
}
.custom-search__input input[type=text]::-webkit-input-placeholder {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
}
.custom-search__input input[type=text]::-moz-placeholder {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
}
.custom-search__input input[type=text]:-ms-input-placeholder {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
}
.custom-search__input input[type=text]::-ms-input-placeholder {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
}
.custom-search__input input[type=text]::placeholder {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  color: #FFFFFF;
}
.custom-search__input button {
  background-color: transparent;
  padding: 0;
  margin-left: 1rem;
}
@media (max-width: 380px) {
  .custom-search__input button {
    margin-top: 0.8rem;
  }
}
.custom-search__input button img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.custom-search__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .custom-search__select {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 380px) {
  .custom-search__select {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.custom-search__select select {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 1.35rem 4rem 1.35rem 2rem;
  border: 0;
  background-color: #D5007E;
  background-image: url(../images/select-bottom-arrow-1.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 90% 50%;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #FFFFFF;
}
.custom-search__select select:focus {
  border: 0;
  outline: 0;
}
.custom-search__select-category {
  margin-left: 2rem;
}
@media (max-width: 380px) {
  .custom-search__select-category {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.footer-menu {
  position: relative;
}
@media (max-width: 575px) {
  .footer-menu {
    text-align: center;
  }
}
.footer-menu h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .footer-menu h3 {
    display: inline-block;
  }
}
.footer-menu h3:after {
  content: "";
  width: 4rem;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .footer-menu h3:after {
    left: 50%;
    margin-left: -2rem;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
  padding: 0.8rem 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.education__item {
  background-color: #EDF5FC;
  border-radius: 9px;
  overflow: hidden;
}
.education__header {
  position: relative;
}
.education__img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.education__img img {
  border-radius: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.education__img:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.education__img:hover .education__cpd-overlay img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.education__img:hover .education__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.education__img:hover .education__overlay.training span:before, .education__img:hover .education__overlay.webinar span:before, .education__img:hover .education__overlay.talking-heads span:before {
  background-image: url(../images/play-icon-hover.svg);
}
.education__cpd-overlay {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 25px 9px 0 25px;
  z-index: 9;
}
.education__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.education__overlay a {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  margin-top: -5rem;
}
.education__overlay a img {
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.education__overlay span {
  display: block;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.education__overlay.resources a {
  margin-top: -1.5rem;
}
.education__overlay.resources a span {
  display: inline-block;
  background-color: #00386A;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.education__overlay.training span:before, .education__overlay.webinar span:before, .education__overlay.talking-heads span:before {
  content: "";
  display: block;
  width: 91px;
  height: 88px;
  background-image: url(../images/play-icon.svg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.education__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education__category {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 3.5rem 3rem 1.5rem;
  border-radius: 6px;
  color: #FFFFFF;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.education__meta-info {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  padding: 1.7rem 3rem 1.7rem 2rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  color: #00386A;
}
.education__content {
  padding: 1rem 4rem 4rem;
}
@media (max-width: 575px) {
  .education__content {
    padding: 1rem 2rem;
  }
}
.education__content h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .education__content h2 {
    font-size: 2rem;
  }
}
.education__content h2 a {
  color: #00386A;
}
.education__content p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #646567;
}
@media (max-width: 575px) {
  .education__content p {
    font-size: 1.6rem;
  }
}
.education__date-meta {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #4799CE;
  margin-top: 4rem;
}

span.red-star {
  color: #f00;
}

.not-found form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 362px) {
  .not-found form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.not-found form input[type=search] {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 354px) {
  .not-found form input[type=submit] {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .page-title {
    font-size: 3rem;
    line-height: 1.5;
  }
}

a.back-to-top {
  background-color: #D5007E;
  color: #FFFFFF;
  border-radius: 3rem 3rem 0 0;
  padding: 1rem 1rem 0.5rem;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
}
a.back-to-top span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #FFFFFF;
}
a.back-to-top:focus span {
  color: #FFFFFF;
}
a.back-to-top:hover {
  background-color: #4799CE;
  color: #FFFFFF;
}
a.back-to-top:visited span {
  color: #FFFFFF;
}

.education--slide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.education--slide .slick-slide {
  height: inherit !important;
}

#video-wrapper {
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 575px) {
  #video-wrapper {
    margin-bottom: 10rem;
  }
}
#video-wrapper .player {
  position: relative;
  border-radius: 2rem;
  z-index: 9;
}
#video-wrapper .video-meta {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: -8rem;
  background-color: #EDF5FC;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
#video-wrapper .video-meta__type {
  padding: 4rem 3rem 2.5rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  color: #FFFFFF;
  text-transform: capitalize;
  border-radius: 0 0 2rem 0;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#video-wrapper .video-meta__content {
  padding: 4rem 4rem 2.5rem;
  color: #00386A;
}

.photo-meta {
  background-color: #EDF5FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 470px) {
  .photo-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.photo-meta__img {
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  overflow: hidden;
}
.photo-meta__type {
  padding: 5rem 3rem 2.5rem;
  color: #FFFFFF;
  text-transform: capitalize;
  border-radius: 0 0 2rem 2rem;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media (max-width: 991px) {
  .photo-meta__type {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  .photo-meta__type {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .photo-meta__type {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 460px) {
  .photo-meta__type {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.photo-meta__content {
  background-color: #D5007E;
  border-radius: 2rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media (max-width: 991px) {
  .photo-meta__content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  .photo-meta__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .photo-meta__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.photo-meta__content .pdf-link {
  padding: 5rem 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 470px) {
  .photo-meta__content .pdf-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem 3rem;
  }
}
.photo-meta__content .pdf-link a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-meta__content .pdf-link a span {
  margin-right: 0.5rem;
}

.certificate__title h3 {
  color: #00386A;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 600;
}
.certificate__download {
  background-color: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 420px) {
  .certificate__download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificate__left {
  background-color: #f0f0f0;
  padding: 1.9rem 2rem;
}
@media (max-width: 768px) {
  .certificate__left {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .certificate__left img {
    max-width: 51%;
  }
}
@media (max-width: 420px) {
  .certificate__left {
    display: none;
  }
}
.certificate__link a {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
  display: inline-block;
}
@media (max-width: 768px) {
  .certificate__link a {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  .certificate__link a {
    padding: 1.5rem;
  }
}
.certificate__right {
  padding: 1.8rem 3rem;
  background-color: #D5007E;
}
@media (max-width: 768px) {
  .certificate__right {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .certificate__right img {
    max-width: 50%;
  }
}
@media (max-width: 420px) {
  .certificate__right {
    display: none;
  }
}

.page-template-tpl-notice-page {
  background-color: rgba(0, 56, 106, 0.6);
}
.page-template-tpl-notice-page .notice-wrap {
  background-color: #EDF5FC;
  padding: 5rem;
  border-radius: 2rem;
}
.page-template-tpl-notice-page .notice-wrap h1 {
  font-size: 5.6rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 2rem;
  color: #00386A;
}
.page-template-tpl-notice-page .notice-wrap .notice-content {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
  word-wrap: break-word;
}

.notice-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}
.notice-button a:not(:last-child) {
  margin-bottom: 2rem;
}
.notice-button .btn-notice {
  text-align: center;
}

.login-modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #567b9b;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.login-modal-popup.active {
  opacity: 1;
  visibility: visible;
}
.login-modal-popup .login-modal-wrap {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-modal-popup .login-modal {
  max-width: 565px;
  width: 100%;
  background-color: #EDF5FC;
  padding: 4rem;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 600px) {
  .login-modal-popup .login-modal {
    max-width: auto;
    width: auto;
    padding: 4rem 1.5rem;
    margin: 5rem 1rem;
  }
}
.login-modal-popup .login-modal h3 {
  color: #00386A;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .login-modal-popup .login-modal h3 {
    font-size: 3rem;
  }
}
.login-modal-popup .login-modal__content {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}
.login-modal-popup .login-modal .close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

#loginform_modal label {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #00386A;
  margin-bottom: 0.5rem;
}
#loginform_modal input[type=password],
#loginform_modal input[type=text] {
  color: #00386A;
  width: 100%;
  padding: 1.5rem;
  border: 0;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
#loginform_modal input[type=submit] {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 1rem 3rem;
}
#loginform_modal a {
  color: #4799CE;
}
#loginform_modal a:hover {
  color: #00386A;
}
#loginform_modal .login-remember {
  margin-top: 5rem;
}

.tml.tml-login label {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #00386A;
  margin-bottom: 0.5rem;
}
.tml.tml-login input[type=password],
.tml.tml-login input[type=text] {
  color: #00386A;
  width: 100%;
  padding: 1.5rem;
  border: 0;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.tml.tml-login input[type=submit],
.tml.tml-login .tml-button {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 1rem 3rem;
}
.tml.tml-login a {
  color: #4799CE;
}
.tml.tml-login a:hover {
  color: #00386A;
}
.tml.tml-login .login-remember {
  margin-top: 5rem;
}

.notice-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #567b9b;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.notice-modal .notice-wrap {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice-modal .notice {
  max-width: 565px;
  width: 100%;
  background-color: #EDF5FC;
  padding: 4rem;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 600px) {
  .notice-modal .notice {
    max-width: auto;
    width: auto;
    padding: 4rem 1.5rem;
    margin: 5rem 1rem;
  }
}
.notice-modal .notice h3 {
  color: #00386A;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .notice-modal .notice h3 {
    font-size: 3rem;
  }
}
.notice-modal .notice__content {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}
.notice-modal .notice .close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.notice-modal.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.navbar-nav .nav-item:not(:last-child) {
  margin-right: 1rem;
}
.navbar-nav .nav-item .nav-link {
  background-color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
  padding: 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
  background-color: #D5007E;
  color: #FFFFFF;
  display: block;
  padding-bottom: 2rem;
}
.navbar-nav .dropdown-menu {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border-radius: 1rem;
    position: static !important;
    -webkit-transform: translate(0px, 5px) !important;
            transform: translate(0px, 5px) !important;
  }
}
.navbar-nav .dropdown-menu li.nav-item {
  padding: 0;
  margin: 0;
}
.navbar-nav .dropdown-menu li.nav-item:not(:last-child) {
  border-bottom: 2px solid #C8E1F6;
  margin-bottom: 0;
}
.navbar-nav .dropdown-menu li.nav-item:first-child .dropdown-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu li.nav-item:first-child .dropdown-item {
    border-top-left-radius: 0;
  }
}
.navbar-nav .dropdown-menu li.nav-item:last-child .dropdown-item {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu li.nav-item:last-child .dropdown-item {
    border-bottom-left-radius: 0;
  }
}
.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #00386A;
  display: block;
  padding: 1rem;
}
@media (max-width: 1400px) {
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1.4rem;
  }
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #D5007E;
  color: #FFFFFF;
}

.desktop-navbar-brand {
  margin-right: 2rem;
}
@media (max-width: 1400px) {
  .desktop-navbar-brand {
    margin-right: 6rem;
  }
}
.desktop-navbar-brand .img-fluid {
  width: 485px;
  height: 124px;
}
@media (max-width: 1200px) {
  .desktop-navbar-brand .img-fluid {
    width: 237px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .desktop-navbar-brand .img-fluid {
    width: 237px;
    height: 60px;
  }
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:hover {
  background-color: transparent;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-nav {
  position: absolute;
  padding: 0 5rem;
  top: 100%;
  right: -390px;
  height: 100vh;
  z-index: 9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.mobile-nav.active {
  right: 0 !important;
}
.mobile-nav .navbar-nav {
  margin: 0;
  padding: 3rem 0 0 0;
  position: relative;
  height: 100%;
}
.mobile-nav .navbar-nav:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.mobile-nav .navbar-nav .nav-item:not(:last-child) {
  margin-bottom: 1rem;
  margin-right: 0;
}
.mobile-nav .navbar-nav .nav-item .nav-link {
  background-color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
  padding: 1rem 2rem;
  border-radius: 0 1rem 1rem 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.mobile-nav .navbar-nav .nav-item .nav-link.active, .mobile-nav .navbar-nav .nav-item .nav-link:hover {
  background-color: #D5007E;
  color: #FFFFFF;
  display: block;
}
.mobile-nav .navbar-nav .nav-item.active .nav-link {
  background-color: #D5007E;
  color: #FFFFFF;
}

.hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 29px;
}

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 991px) {
  .pagination-wrap {
    margin: 5rem 0;
  }
}
.pagination-wrap .page-numbers {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 400;
  text-align: center;
  padding: 1.6rem;
  border-radius: 5px;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8rem;
  color: #222222;
  text-decoration: none;
  border: 1px solid #EDF5FC;
}
.pagination-wrap .page-numbers.current {
  color: #FFFFFF;
  background: #00386A;
}
.pagination-wrap .page-numbers i {
  font-size: 1.4rem;
  line-height: 0;
}
.pagination-wrap .page-numbers.next, .pagination-wrap .page-numbers.prev {
  padding: 1.6rem 2.5rem;
}
.pagination-wrap a {
  color: var(--thm-color-text-main);
}
.pagination-wrap a:hover {
  color: #FFFFFF;
  background: #00386A;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

article.post a, article.page a {
  color: #4799CE;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#post-779 .education__cpd-overlay {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-respond {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding-top: 2rem;
}

.merz-comment-form .comment-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .merz-comment-form .comment-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.merz-comment-form .comment-form-row .comment-form-field {
  width: 100%;
}
.merz-comment-form .comment-form-row .comment-form-field:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .merz-comment-form .comment-form-row .comment-form-field:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.merz-comment-form label {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.merz-comment-form label span {
  color: #4799CE;
}
.merz-comment-form input[type=text],
.merz-comment-form input[type=email] {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.merz-comment-form input[type=submit] {
  border-radius: 5px;
  padding: 1.5rem 2rem;
  color: #FFFFFF;
  background-color: #00386A;
  border-color: #00386A;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.merz-comment-form input[type=submit]:hover {
  background: #4799CE;
  border-color: #4799CE;
}
.merz-comment-form textarea {
  padding: 2rem;
  max-height: 15rem;
}

.comments-area {
  padding: 3rem;
  background: #FFFFFF;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 3rem;
  line-height: 2.5;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--thm-color-text-heading);
}
.comments-area p.no-comments {
  background: var(--thm-color-white);
}
.comments-area ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.comments-area ol.comment-list li.comment {
  list-style: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.comments-area ol.comment-list li.comment:not(:last-child) {
  margin-bottom: 3rem;
  border-bottom: 1px solid #00386A;
}
.comments-area .itl-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comments-area .itl-comment-box .itl-comment-box__img {
  margin-right: 2rem;
}
@media (min-width: 769px) {
  .comments-area .itl-comment-box .itl-comment-box__img {
    min-width: 70px;
  }
}
.comments-area .itl-comment-box .itl-comment-box__img .avatar {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .comments-area .itl-comment-box .itl-comment-box__img .avatar {
    max-width: 30px;
    max-height: 30px;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__author {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  color: var(--thm-color-text-heading);
  margin-bottom: 1rem;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__time {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a {
  color: var(--thm-color-text-heading);
  text-decoration: none;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
  color: var(--thm-color-primary);
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: lowercase;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link:hover {
  background: var(--thm-color-secondary);
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Widgets
--------------------------------------------- */
.widget .wp-block-group .wp-block-group__inner-container > h2,
.widget .wp-block-group .wp-block-group__inner-container > h3,
.widget .wp-block-group .wp-block-group__inner-container > h4, .widget .widget-title {
  color: #00386A;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.widget .wp-block-group .wp-block-group__inner-container > h2:before,
.widget .wp-block-group .wp-block-group__inner-container > h3:before,
.widget .wp-block-group .wp-block-group__inner-container > h4:before, .widget .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #00386A;
}

.widget, .widget ul li {
  color: #00386A;
}
.widget a, .widget ul li a {
  color: #00386A;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
}
.widget a.url, .widget a.rsswidget {
  color: #3a3a3a;
}
.widget a.rsswidget {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
}
.widget a:hover {
  color: #4799CE;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
}
.widget ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget ul li > div span {
  color: #00386A;
}
.widget ul li .rss-date,
.widget ul li .rssSummary {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
.widget ul li cite {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
.widget ul li ul.children {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li ul.sub-menu {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul li cite {
  color: #3a3a3a;
}
.widget ul + li:first-child {
  margin-top: 0;
}
.widget ul + li:last-child {
  margin-bottom: 0;
}

.widget_text.widget {
  color: #00386A;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
}
.widget_text.widget img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud.widget .tagcloud a {
  color: #FFFFFF;
  background-color: #00386A;
  display: inline-block;
  font-weight: 300;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 0.83rem;
  margin-right: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget_tag_cloud.widget .tagcloud a:hover {
  background-color: #4799CE;
}
.widget_calendar.widget table {
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.widget_calendar.widget table th,
.widget_calendar.widget table td {
  color: #4799CE;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.widget_calendar.widget table th a,
.widget_calendar.widget table td a {
  color: #00386A;
  text-decoration: none;
}
.widget_calendar.widget table th a:hover,
.widget_calendar.widget table td a:hover {
  color: #4799CE;
}
.widget_calendar.widget table th#today,
.widget_calendar.widget table td#today {
  background: #00386A;
  color: #FFFFFF;
}
.widget_calendar.widget table th#today a,
.widget_calendar.widget table td#today a {
  color: #FFFFFF;
}
.widget_calendar.widget table td {
  font-weight: 400;
}
.widget_calendar.widget .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar.widget .wp-calendar-nav span a {
  color: #00386A;
  text-decoration: none;
}
.widget_calendar.widget .wp-calendar-nav span a:hover {
  color: var(--thm-color-secondary);
}
.widget_calendar.widget caption {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
}
.widget_search.widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.widget_search.widget label {
  width: 100%;
}
.widget_search.widget input[type=search] {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  border: 1px solid #eee;
  padding: 2rem 6.8rem 2rem 2rem;
  border-radius: 0;
  border-right: 0;
  width: 100%;
}
.widget_search.widget .search-submit {
  color: #FFFFFF;
  background: #00386A;
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
.widget_search.widget .search-submit span {
  padding: 0;
}
.widget_search.widget .search-submit span i {
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 2.95;
}
.widget_search.widget .search-submit:hover {
  color: #FFFFFF;
  background: var(--thm-color-secondary);
}
.widget_recent_comments.widget span a {
  font-weight: 300;
}

.widget select {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget select:focus, .widget select:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget {
  padding: 3rem;
  border-radius: 0;
  margin: 0 0 3rem;
  border: 1px solid #eee;
}
.wp-block-latest-posts__list li {
  margin: 0;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.wp-block-latest-comments a:hover {
  color: #4799CE;
  text-decoration: none;
}

.widget_block.widget_search .wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget_block.widget_search .wp-block-search label {
  color: #4799CE;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.widget_block.widget_search .wp-block-search label:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #00386A;
}
.widget_block.widget_search .wp-block-search button {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #00386A;
  border-color: #00386A;
  color: #FFFFFF;
}
.widget_block.widget_search .wp-block-search button:hover {
  border-color: #4799CE;
  background-color: #4799CE;
}

.wp-block-latest-comments__comment {
  margin-bottom: 1rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

.tml-action-login {
  background-color: rgba(0, 56, 106, 0.6);
}

.tml-action-login .page h1.entry-title,
.tml-action-register .page h1.entry-title {
  font-weight: 300;
  font-size: 5.6rem;
}

.tml-action-login .page {
  max-width: 586px;
  width: 100%;
  padding: 1rem 4rem 4rem;
  background-color: #edf5fc;
  border-radius: 2rem;
  margin: 0 auto;
}
.tml-action-login label {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-login input[type=password],
.tml-action-login input[type=text],
.tml-action-login input[type=email] {
  border: 0;
  background-color: #FFFFFF;
  border-radius: 9px;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}

.tml-action-register .infobox__content span {
  color: #FFFFFF;
}
.tml-action-register select {
  border: 0;
  background-color: #EDF5FC;
  border-radius: 9px;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-register label {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-register span.tml-label {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}
.tml-action-register span.tml-label span {
  color: #f00;
}
.tml-action-register input[type=password],
.tml-action-register input[type=text],
.tml-action-register input[type=email] {
  border: 0;
  background-color: #EDF5FC;
  border-radius: 9px;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-register #reg_passmail {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-register .tml-submit-wrap {
  text-align: center;
}
.tml-action-register .tml-button {
  background-color: #C8E1F6;
  color: #00386A;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 6px;
}
.tml-action-register .tml-button:hover {
  background-color: #00386A;
  color: #FFFFFF;
}
.tml-action-register .tml-agreement_text-wrap {
  text-align: center;
}
.tml-action-register .tml-agreement_text-wrap .tml-label {
  font-weight: 400;
  font-style: italic;
}
.tml-action-register .tml-privacy_policy-wrap .tml-label {
  font-weight: 400;
}

.tml-links {
  margin: 0;
  padding: 0 0 3rem;
}
.tml-links li {
  list-style: none;
  line-height: 1;
}
.tml-links li a {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-links li a:hover {
  color: #D5007E;
}

.tml-action-profile select {
  border: 0;
  background-color: #EDF5FC;
  border-radius: 9px;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-profile label {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-profile span.tml-label {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}
.tml-action-profile .tml-description {
  color: #00386A;
  font-size: 1.5rem;
}
.tml-action-profile textarea,
.tml-action-profile input[type=url],
.tml-action-profile input[type=password],
.tml-action-profile input[type=text],
.tml-action-profile input[type=email] {
  border: 0;
  background-color: #EDF5FC;
  border-radius: 9px;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #00386A;
}
.tml-action-profile .tml-field-wrap h3 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  color: #00386A;
}

.tml-about_yourself_section_header-wrap,
.tml-description-wrap,
.tml-avatar-wrap,
.tml-url-wrap {
  display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.bpy-25 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 1400px) {
  .py-100 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .py-100 {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .py-100 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 575px) {
  .py-120 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.pt-120 {
  padding-top: 12rem;
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 5rem;
  }
}

.pb-120 {
  padding-bottom: 12rem;
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 5rem;
  }
}

.pb-80 {
  padding-bottom: 8rem;
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 4rem;
  }
}

.fb-120 {
  padding-bottom: 12rem;
}

.my-60 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.py-26 {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.bgc-primary {
  background-color: #00386A;
}

.bgc-mexican-pink {
  background-color: #D5007E;
}

.bgc-celestial-blue {
  background-color: #4799CE;
}

.bgc-beau-blue {
  background-color: #C8E1F6;
}

.header-sm-bg {
  background-image: url(../images/header-sm-bg.png);
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.hero-wrapper-bg {
  background-image: url(../images/hero-bg.svg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.bgc-webinar {
  background-color: #4799CE;
}

.bgc-alice-blue {
  background-color: #D7E3ED;
}

.bgc-resources {
  background-color: #86B458;
}

.bgc-training {
  background-color: #DEA422;
}

.bgc-talking-heads {
  background-color: #8D50D5;
}

.g-5, .gy-5 {
  --bs-gutter-y: 7rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 7rem;
}

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3rem;
}
@media (min-width: 992px) {
  .post-grid .page,
  .post-grid .post {
    margin: 3rem;
    -ms-flex-preferred-size: calc(33.333% - 60px);
        flex-basis: calc(33.333% - 60px);
  }
}
@media (max-width: 991px) {
  .post-grid .page,
  .post-grid .post {
    margin: 3rem;
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
  }
}
@media (max-width: 768px) {
  .post-grid .page,
  .post-grid .post {
    margin: 0 3rem 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .post-grid .page,
  .post-grid .post {
    margin: 0 3rem 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.education--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3rem;
}
.education--grid .education__item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .education--grid .education__item {
    margin: 2rem;
    -ms-flex-preferred-size: calc(33.333% - 60px);
        flex-basis: calc(33.333% - 60px);
  }
}
@media (min-width: 1200px) {
  .education--grid .education__item {
    margin: 3rem;
    -ms-flex-preferred-size: calc(33.333% - 60px);
        flex-basis: calc(33.333% - 60px);
  }
}
@media (max-width: 991px) {
  .education--grid .education__item {
    margin: 3rem;
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
  }
}
@media (max-width: 768px) {
  .education--grid .education__item {
    margin: 0 3rem 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .education--grid .education__item {
    margin: 0 3rem 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.post-grid .page,
.post-grid .post {
  background-color: #EDF5FC;
  border-radius: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.post-grid .page__header img,
.post-grid .post__header img {
  border-radius: 1rem;
}
.post-grid .page__body,
.post-grid .post__body {
  padding: 3rem;
}
.post-grid .page__body h2,
.post-grid .post__body h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #00386A;
}
.post-grid .page__body h2 a,
.post-grid .post__body h2 a {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  color: #00386A;
}
.post-grid .page__body p,
.post-grid .post__body p {
  margin-bottom: 0;
  color: #646567;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.post-grid .page__footer,
.post-grid .post__footer {
  padding: 0 3rem 3rem;
  color: #4799CE;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}
/*# sourceMappingURL=merz.css.map */