/**
 * Theme Name: Angkor Hospital for Children
 * Theme URI: https://philbuchanan.com/
 * Author: Phil Buchanan
 * Author URI: https://philbuchanan.com/
 * Description: A responsive, accessible WordPress theme for Angkor Hospital for Children. Developed to support WordPress version 5.2.
 * Version: 1.3.8
 * License: Copyright 2019
 */
@font-face {
  font-family: "Socicon";
  src: url("fonts/Socicon.eot?6abp0d");
  src: url("fonts/Socicon.eot?6abp0d#iefix") format("embedded-opentype"), url("fonts/Socicon.woff2?6abp0d") format("woff2"), url("fonts/Socicon.ttf?6abp0d") format("truetype"), url("fonts/Socicon.woff?6abp0d") format("woff"), url("fonts/Socicon.svg?6abp0d#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes backgroundColorFade {
  0% {
    color: #fff;
    background-color: #631747;
  }
  25% {
    color: #fff;
    background-color: #e54a70;
  }
  50% {
    color: #fff;
    background-color: #ed612e;
  }
  75% {
    color: #000;
    background-color: #f7d647;
  }
  100% {
    color: #000;
    background-color: #73c92d;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header, footer, main, article, aside, details,
figcaption, figure, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  color: #000;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow-y: scroll;
  min-height: 100%;
  padding-top: 8px;
}

body {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6 {
  line-height: 1.2;
  font-weight: 400;
}

h1,
.c-h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1em;
}

h2,
.c-h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.35em;
}

h3,
.c-h3 {
  font-size: 1.25rem;
  line-height: 1.3333;
  font-weight: 700;
  margin-bottom: 0.75em;
}

h4,
.c-h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

h5,
.c-h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

h6,
.c-h6 {
  font-size: 0.75rem;
  line-height: 1.2;
}

@media screen and (min-width: 680px) {
  h1,
  .c-h1 {
    font-size: 3rem;
  }
  h2,
  .c-h2 {
    font-size: 2.5rem;
  }
  h3,
  .c-h3 {
    font-size: 1.5rem;
  }
}

p,
address {
  margin-bottom: 1em;
}

p.is-style-intro {
  font-size: 1.25rem;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

blockquote {
  background-image: url("images/ui/rule.svg");
  background-size: 100px 6px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1em;
  padding-top: 23px;
}

blockquote p {
  margin-bottom: 0.5em;
}

q {
  quotes: "\201c" "\201d" "\2018" "\2019";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

cite {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

caption {
  font-style: italic;
}

kbd,
code,
var {
  color: #631747;
  background-color: #fafafa;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.1em 0.25em;
}

kbd {
  border-bottom-width: 3px;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.8125em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

big {
  font-size: 3rem;
}

small {
  font-size: 0.75rem;
}

dfn {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted currentColor;
}

hr {
  border: solid #f7d647;
  border-width: 2px 0 0;
  height: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd,
ol,
ul {
  margin-left: 2.5em;
  margin-bottom: 1em;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
address + h1,
address + h2,
address + h3,
address + h4,
address + h5,
address + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6, ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6, dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
form + h1,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6 {
  margin-top: 1.2em;
}

a {
  color: #631747;
  background-color: transparent;
}

a:hover {
  color: #e54a70;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

figure {
  margin-bottom: 1rem;
}

figcaption {
  color: #199983;
  background-image: url("images/ui/rule.svg");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-style: italic;
  font-size: 0.875rem;
  padding-top: 6px;
  padding-bottom: 9px;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  box-shadow: none;
}

[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration {
  display: none;
}

label,
legend {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 6px;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 1em;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="range"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #e54a70;
  box-shadow: 0 0 0 1px #e54a70;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: none;
}

[type="checkbox"]:focus + label,
[type="radio"]:focus + label {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0a4646;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline;
  font-size: 16px;
  font-weight: 400;
}

select {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url("images/ui/select-arrow.svg");
  background-size: 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
}

select::-ms-expand {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  color: #000;
  background-color: #73c92d;
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 9px 30px;
  border: 1px solid #73c92d;
  border-radius: 6px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  color: #fff;
  background-color: #0a4646;
  border-color: #0a4646;
}

[type="reset"] {
  color: #e00;
  text-decoration: underline;
}

[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.6;
}

::-moz-placeholder {
  color: currentColor;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.6;
}

:-moz-placeholder {
  color: currentColor;
  opacity: 0.6;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.4rem;
}

th {
  font-weight: 700;
}

thead tr:last-child th {
  border-bottom: 1px solid #bfbfbf;
}

tfoot tr:first-child th {
  border-top: 1px solid #bfbfbf;
}

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
  background-color: #eff7f9;
}

.o-box {
  display: block;
  padding: 24px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

.o-box--flush {
  padding-left: 0;
  padding-right: 0;
}

.o-box--flat {
  padding-top: 0;
  padding-bottom: 0;
}

.o-button-bare, .c-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-container--sm {
  max-width: 320px;
}

.o-container--md {
  max-width: 450px;
}

.o-container--lg {
  max-width: 720px;
}

.o-container--responsive {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.o-row {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
}

.o-row .o-row {
  width: auto;
  margin-left: -9px;
  margin-right: -9px;
  padding-left: 0;
  padding-right: 0;
}

.o-col {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}

@media screen and (min-width: 475px) {
  .o-row {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.o-col--first {
  order: -1;
}

.o-col--last {
  order: 1;
}

@media screen and (min-width: 475px) {
  .o-col--first-sm {
    order: -1;
  }
  .o-col--last-sm {
    order: 1;
  }
  .o-col--reset-order-sm {
    order: inherit;
  }
}

@media screen and (min-width: 680px) {
  .o-col--first-md {
    order: -1;
  }
  .o-col--last-md {
    order: 1;
  }
  .o-col--reset-order-md {
    order: inherit;
  }
}

@media screen and (min-width: 980px) {
  .o-col--first-lg {
    order: -1;
  }
  .o-col--last-lg {
    order: 1;
  }
  .o-col--reset-order-lg {
    order: inherit;
  }
}

@media screen and (min-width: 1364px) {
  .o-col--first-xl {
    order: -1;
  }
  .o-col--last-xl {
    order: 1;
  }
  .o-col--reset-order-xl {
    order: inherit;
  }
}

.o-block-grid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.o-row .o-block-grid {
  margin-left: -9px;
  margin-right: -9px;
}

.o-block-grid__item {
  width: 100%;
  margin-bottom: 18px;
  padding-left: 9px;
  padding-right: 9px;
}

.o-block-grid-1 .o-block-grid__item {
  width: 100%;
}

.o-block-grid-2 .o-block-grid__item {
  width: 50%;
}

.o-block-grid-3 .o-block-grid__item {
  width: 33.33333%;
}

.o-block-grid-4 .o-block-grid__item {
  width: 25%;
}

.o-block-grid-5 .o-block-grid__item {
  width: 20%;
}

.o-block-grid-6 .o-block-grid__item {
  width: 16.66667%;
}

@media screen and (min-width: 475px) {
  .o-block-grid-1-sm .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-sm .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-sm .o-block-grid__item {
    width: 33.33333%;
  }
  .o-block-grid-4-sm .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-sm .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-sm .o-block-grid__item {
    width: 16.66667%;
  }
}

@media screen and (min-width: 680px) {
  .o-block-grid-1-md .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-md .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-md .o-block-grid__item {
    width: 33.33333%;
  }
  .o-block-grid-4-md .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-md .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-md .o-block-grid__item {
    width: 16.66667%;
  }
}

@media screen and (min-width: 980px) {
  .o-block-grid-1-lg .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-lg .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-lg .o-block-grid__item {
    width: 33.33333%;
  }
  .o-block-grid-4-lg .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-lg .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-lg .o-block-grid__item {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1364px) {
  .o-block-grid-1-xl .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-xl .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-xl .o-block-grid__item {
    width: 33.33333%;
  }
  .o-block-grid-4-xl .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-xl .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-xl .o-block-grid__item {
    width: 16.66667%;
  }
}

.o-list-bare {
  list-style: none;
  margin: 0;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: flex-start;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 18px;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0 0 12px;
}

.wp-block-media-text .wp-block-media-text__content {
  grid-area: media-text-content;
  word-break: break-word;
  padding: 0;
  padding-left: 18px;
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 475px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

.o-ratio,
.wp-has-aspect-ratio {
  position: relative;
  display: block;
}

.o-ratio:before,
.wp-has-aspect-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object,
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.o-ratio--4by3:before,
.wp-embed-aspect-4-3:before {
  padding-bottom: 75%;
}

.c-bg--yellow,
.c-bg--green,
.c-bg--red,
.c-bg--green-bright {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.c-bg--green,
.c-bg--red,
.c-bg--green-bright {
  color: #fff;
}

.c-bg--green a,
.c-bg--red a,
.c-bg--green-bright a {
  color: inherit;
}

.c-bg--yellow {
  background-image: url("images/ui/bg-yellow.png");
  background-color: #f7d647;
}

.c-bg--green {
  background-image: url("images/ui/bg-green.png");
  background-color: #199983;
}

.c-bg--red {
  background-image: url("images/ui/bg-red.png");
  background-color: #631747;
}

.c-bg--green-bright {
  background-image: url("images/ui/bg-green-bright.png");
  background-color: #73c92d;
}

.c-patterned {
  color: #fff;
  background-color: #0a4646;
  background-image: url("images/ui/pattern.svg");
  background-size: 95px 66px;
  background-repeat: repeat;
  background-position: center center;
}

.c-main-content {
  padding-top: 48px;
}

.c-offset-content {
  margin-top: -96px;
}

@media screen and (min-width: 980px) {
  .c-offset-content {
    margin-top: -192px;
  }
}

.c-post__content {
  margin-bottom: 72px;
}

.c-post__title {
  margin-top: 0;
}

.c-post__slug {
  font-size: 0.875rem;
  margin-bottom: 24px;
}

.c-news-feature-link {
  color: inherit;
  text-decoration: none;
}

.c-news-feature-link .c-card__link:after {
  display: inline-block;
  content: "";
  background-image: url("images/ui/new-window.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.c-news-feature-link:hover {
  color: inherit;
}

.c-news-feature-link:hover .c-card__link {
  text-decoration: underline;
}

.c-news-link-list-item {
  display: block;
  text-decoration: none;
  background-image: url("images/ui/new-window.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
}

.c-news-link-list-item:hover {
  text-decoration: underline;
}

.c-news-link-list-item > :last-child {
  margin-bottom: 0;
}

.c-widget {
  margin-bottom: 24px;
}

.c-fade {
  position: relative;
}

.c-fade > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-page-hero {
  position: relative;
  color: #fff;
  min-height: 360px;
  margin-top: -48px;
}

.c-page-hero__overlay,
.c-page-hero__slides {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-page-hero__overlay {
  z-index: 100;
}

.c-page-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 24px;
}

.c-page-hero__slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.c-page-hero__content {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1364px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 48px;
  z-index: 200;
}

.c-page-hero__content-inner {
  width: 100%;
}

.c-page-hero__overlay__top,
.c-page-hero__overlay__bottom {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.c-page-hero__overlay__top {
  height: 68px;
  background-image: url("images/ui/hero-top.svg");
  background-position: center top;
}

.c-page-hero__overlay__bottom {
  position: absolute;
  bottom: 0;
  height: 103px;
  background-image: url("images/ui/hero-bottom.svg");
  background-position: center bottom;
}

@media screen and (min-width: 475px) {
  .c-page-hero {
    height: 580px;
  }
  .c-page-hero__content {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (min-width: 980px) {
  .c-page-hero {
    height: 620px;
  }
  .c-page-hero h1 {
    font-size: 4rem;
  }
}

.c-rule {
  display: block;
  width: 100%;
  max-width: none;
  height: 4px;
}

.c-map iframe {
  margin-bottom: 0;
}

.c-container {
  position: relative;
}

.c-container__content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 12px 18px 12px;
}

.c-container__image-inner {
  position: relative;
}

@media screen and (min-width: 475px) {
  .c-container {
    margin-top: -19.8px;
  }
  .c-container__content {
    max-width: calc(100% - 30px);
    margin-left: 30px;
    padding: 54px 24px 24px 54px;
  }
  .c-container__image-inner {
    top: 19.8px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 680px) {
  .c-container {
    display: flex;
  }
  .c-container__content,
  .c-container__image {
    flex: 0 0 auto;
  }
  .c-container--image-right .c-container__content {
    padding-left: 48px;
    padding-right: 78px;
  }
  .c-container--image-right .c-container__image {
    order: 1;
  }
  .c-container--image-right .c-container__image-inner {
    left: auto;
    right: 30px;
    margin-left: auto;
    margin-right: -30px;
  }
  .c-container__image-inner {
    left: 30px;
    margin-left: -30px;
    padding-right: 0;
  }
  .c-container__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding: 48px;
    padding-left: 78px;
  }
  .c-container__content-inner {
    max-width: 604px;
  }
}

@media screen and (min-width: 1364px) {
  .c-container--image-right .c-container__content-inner {
    margin-left: 113.66667px;
  }
}

.c-callout {
  display: block;
  background-color: #fff;
  background-image: url("images/ui/rule.svg");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 24px;
  padding: 18px;
}

.c-callout > :last-child {
  margin-bottom: 0;
}

.c-callout--offset {
  position: relative;
  margin-top: -36px;
  z-index: 100;
}

@media screen and (min-width: 475px) {
  .c-callout {
    padding: 27px;
  }
}

@media screen and (min-width: 680px) {
  .c-callout {
    padding: 24px;
  }
}

@media screen and (min-width: 980px) {
  .c-callout {
    padding: 48px;
  }
  .c-callout--offset {
    margin-top: -72px;
  }
}

.c-card {
  display: block;
  background-color: #fff;
  height: 100%;
  border: 1px solid #c3d4c9;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
}

.c-card > :last-child {
  margin-bottom: 0;
}

.c-card--link {
  color: #000;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}

.c-card--link:hover {
  color: #000;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}

.c-card--link:hover.c-card--green,
.c-card--link:hover.c-card--purple {
  color: #fff;
}

.c-card--link:hover .c-card__link {
  color: #631747;
  text-decoration: underline;
}

.c-card--button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  min-height: 120px;
  padding: 12px;
}

@media screen and (min-width: 475px) {
  .c-card--button {
    font-size: 1.5rem;
  }
}

.c-card--button:hover {
  color: #000;
  background-color: #73c92d;
  background-image: url("images/ui/bg-green-bright.png");
  background-size: cover;
}

.c-card--green,
.c-card--orange,
.c-card--purple {
  background-size: cover;
  background-position: center center;
  border: none;
}

.c-card--green,
.c-card--purple {
  color: #fff;
}

.c-card--green {
  background-color: #73c92d;
  background-image: url("images/ui/bg-green.png");
}

.c-card--orange {
  background-color: #f7d647;
  background-image: url("images/ui/bg-yellow.png");
}

.c-card--purple {
  background-color: #631747;
  background-image: url("images/ui/bg-red.png");
}

.c-card--display-post {
  min-height: intrinsic !important;
  margin-top: -50px;
}

.c-card__content {
  padding: 24px;
}

.c-card__content > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 680px) {
  .c-card--portrait {
    display: flex;
    flex-direction: row;
    min-height: 525px;
  }
  .c-card--portrait .c-card__image,
  .c-card--portrait .c-card__content {
    width: 50%;
  }
  .c-card--portrait .c-card__image {
    position: relative;
    padding-right: 12px;
    overflow: hidden;
  }
  .c-card--portrait .c-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.c-dropdown {
  position: relative;
  margin: 24px 0;
}

.c-dropdown__button {
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-image: url("images/ui/select-arrow.svg");
  background-size: 8px 4px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding: 6px 42px 6px 24px;
  transition: background-color 0.2s, border-color 0.2s;
}

.c-dropdown__button:hover {
  color: #000;
  background-color: #73c92d;
  border-color: #73c92d;
}

.c-dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  background-image: url("images/ui/rule.svg");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  min-width: 230px;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  z-index: 900;
}

.c-dropdown__list a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 6px 24px 6px 24px;
  transition: transform 0.2s;
}

.c-dropdown__list a:hover {
  background-color: #e6ede8;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media screen and (min-width: 980px) {
  .c-dropdown__content {
    left: auto;
    right: 0;
  }
}

.c-search {
  padding: 40px 9px 5px;
}

.c-search__input {
  margin-bottom: 12px;
}

@media screen and (min-width: 475px) {
  .c-search {
    padding: 45px 50px 45px;
  }
}

.c-section {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
}

.c-section--light {
  background-color: #e6ede8;
}

.c-section__content {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (min-width: 475px) {
  .c-section__content {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (min-width: 980px) {
  .c-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption img {
  margin-bottom: 0.6em;
}

.wp-caption-text {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: italic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 1em;
  vertical-align: middle;
}

p embed,
p iframe,
p object,
p video {
  margin-bottom: 0;
}

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

.wp-block-embed__wrapper > :last-child {
  margin-bottom: 0;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  z-index: 1000;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -moz-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -ms-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -o-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal.is-open {
  display: block;
}

.c-modal.is-closing {
  display: block;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal.is-closing .c-modal__container {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -ms-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -moz-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -ms-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -o-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal__content.is-padded {
  padding: 24px;
}

.c-modal__content > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 680px) {
  .c-modal__container {
    position: relative;
    margin: 10vh auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .c-modal__content.is-padded {
    padding: 48px;
  }
}

.c-site-rule {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
}

.c-site-header__small-logo-image {
  display: none;
}

.c-site-header__large-logo-image--bilingual {
  display: none;
}

.c-site-header {
  background-color: #fff;
  width: 100%;
}

.c-site-header.is-fixed {
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 800;
}

.c-site-header.is-fixed .c-site-header__small-logo-image {
  display: block;
}

.c-site-header.is-fixed .c-site-header__large-logo-image {
  display: none;
}

.c-site-header.is-fixed .c-site-header__inner {
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-site-header__inner {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 75px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-site-header__logo {
  margin-right: auto;
}

@media screen and (min-width: 475px) {
  .c-site-header__inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 1100px) {
  .c-site-header__logo {
    margin-right: 48px;
  }
  [lang="km"] .c-site-header__large-logo-image {
    display: none;
  }
  [lang="km"] .c-site-header:not(.is-fixed) .c-site-header__large-logo-image--bilingual {
    display: inline;
  }
}

.c-site-footer {
  color: #fff;
  background-color: #631747;
  line-height: 1.2;
  padding-top: 48px;
  padding-bottom: 24px;
}

.c-site-footer__logo {
  display: none;
}

.c-site-footer__copyright {
  font-size: 0.75rem;
  white-space: nowrap;
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  .c-site-footer__content {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
  }
  .c-site-footer__navigation {
    text-align: right;
  }
}

@media screen and (min-width: 1364px) {
  .c-site-footer__logo {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 20px;
  }
}

.c-button {
  display: inline-block;
  color: #000;
  background-color: #73c92d;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 9px 30px;
  border: 1px solid #73c92d;
  border-radius: 6px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
}

.c-button:hover {
  color: #fff;
  background-color: #0a4646;
  border-color: #0a4646;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.c-button--full-width {
  width: 100%;
}

.c-button--small {
  font-size: 16px;
}

.c-button.is-style-ko,
.c-button.c-button--ko {
  color: #631747;
  background-color: #fff;
  border-color: #fff;
}

.c-button.is-style-ko:hover,
.c-button.c-button--ko:hover {
  color: #fff;
  background-color: #0a4646;
  border-color: #0a4646;
}

.c-button-close {
  position: absolute;
  top: 16px;
  right: 14px;
  color: inherit;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  width: 35px;
  height: 35px;
  padding: 0 0 4px;
  overflow: hidden;
}

.c-button-close:hover {
  color: inherit;
  background-color: transparent;
}

.c-button-search {
  padding: 8px 16px;
}

.c-button-search:hover {
  color: #e54a70;
  background-color: transparent;
  text-decoration: none;
}

.c-button-search:hover .c-button-search__icon {
  fill: currentColor;
}

@media screen and (min-width: 1100px) {
  .c-button-search {
    order: 1;
    margin-left: 10px;
  }
  .c-button-search__label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.c-nav-toggle {
  display: block;
  color: #631747;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid transparent;
  margin: 0 !important;
  padding: 6px;
}

.c-nav-toggle:focus,
.c-nav-toggle:hover {
  color: #631747;
  background-color: transparent;
  border-color: transparent;
}

.c-nav-toggle:focus .c-nav-toggle__inner--1,
.c-nav-toggle:focus .c-nav-toggle__inner--2,
.c-nav-toggle:focus .c-nav-toggle__inner--3,
.c-nav-toggle:hover .c-nav-toggle__inner--1,
.c-nav-toggle:hover .c-nav-toggle__inner--2,
.c-nav-toggle:hover .c-nav-toggle__inner--3 {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

@media screen and (min-width: 1100px) {
  .c-nav-toggle {
    display: none;
  }
}

.c-nav-toggle__box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 6px;
}

.c-nav-toggle__inner--1,
.c-nav-toggle__inner--2,
.c-nav-toggle__inner--3 {
  position: absolute;
  width: 16px;
  height: 2px;
  transition: transform 0.35s;
}

.c-nav-toggle__inner--1 {
  background-color: #631747;
  transition-delay: 0.1s;
}

.c-nav-toggle__inner--2 {
  background-color: #e54a70;
  top: 5px;
}

.c-nav-toggle__inner--3 {
  background-color: #73c92d;
  top: 10px;
  transition-delay: 0.2s;
}

.glt-english {
  display: none;
}

.glt-khmer {
  margin-right: 0 !important;
}

[lang="km"] .glt-english {
  display: block;
}

[lang="km"] .glt-khmer {
  display: none;
}

a.Khmer {
  font-family: 'Battambang', cursive;
}

.c-primary-nav a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.c-primary-nav a:hover {
  text-decoration: underline;
}

.c-primary-nav .current-menu-item > a,
.c-primary-nav .current-menu-ancestor > a,
.c-primary-nav .current-page-item > a,
.c-primary-nav .current-page-ancestor > a {
  font-weight: 700;
}

.c-primary-nav .sub-menu {
  list-style: none;
  margin: 0 0 0 24px;
}

.c-primary-nav .sub-menu a {
  color: #e5e5e5;
}

.c-primary-nav .is-button a {
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  transition: border-color 0.2s, background-color 0.2s, transform 0.2s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: "easy-in-out";
  -moz-animation-timing-function: "easy-in-out";
  -ms-animation-timing-function: "easy-in-out";
  -o-animation-timing-function: "easy-in-out";
  animation-timing-function: "easy-in-out";
  -webkit-animation-name: backgroundColorFade;
  -moz-animation-name: backgroundColorFade;
  -ms-animation-name: backgroundColorFade;
  -o-animation-name: backgroundColorFade;
  animation-name: backgroundColorFade;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

.c-primary-nav .is-button a:hover {
  text-decoration: none;
  box-shadow: none;
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -ms-animation-duration: 0;
  -o-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -moz-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -ms-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -o-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
}

@media screen and (max-width: 1099px) {
  .c-primary-nav {
    padding-top: 24px;
  }
  .c-primary-nav > li {
    margin-bottom: 12px;
  }
  .c-primary-nav a {
    color: inherit;
  }
  .c-primary-nav__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #631747;
    width: 100%;
    max-width: 375px;
    padding: 24px;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .c-primary-nav__container.is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 1100px) {
  .c-primary-nav {
    display: flex;
  }
  .c-primary-nav > li {
    position: relative;
  }
  .c-primary-nav > li:not(:last-child) {
    margin-right: 15px;
  }
  .c-primary-nav > li:hover a,
  .c-primary-nav > li.is-focused a {
    text-decoration: none;
  }
  .c-primary-nav > li:hover .sub-menu,
  .c-primary-nav > li.is-focused .sub-menu {
    left: auto;
  }
  .c-primary-nav > li > .sub-menu {
    position: absolute;
    left: -999999px;
    background-color: #fff;
    background-image: url("images/ui/rule.svg");
    background-size: 100% 3px;
    background-repeat: no-repeat;
    min-width: 230px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    z-index: 900;
  }
  .c-primary-nav > li > .sub-menu a {
    color: inherit;
    padding: 6px 24px 6px 24px;
  }
  .c-primary-nav > li > .sub-menu a:hover {
    background-color: #e6ede8;
    box-shadow: none;
  }
  .c-primary-nav > li > .sub-menu .sub-menu {
    margin: 0;
  }
  .c-primary-nav > li > .sub-menu .sub-menu a {
    padding-left: 48px;
  }
  .c-primary-nav a {
    display: block;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: transform 0.2s;
  }
  .c-primary-nav a:hover {
    color: #73c92d;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .c-primary-nav .is-separated {
    margin-left: auto;
  }
  .c-primary-nav__container {
    flex-grow: 1;
  }
  .c-primary-nav__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 980px) {
  .c-primary-nav > li:not(:last-child) {
    margin-right: 30px;
  }
}

.c-footer-nav {
  display: inline-block;
}

.c-footer-nav li {
  display: inline-block;
}

.c-footer-nav li:not(:last-child) {
  margin-right: 20px;
}

.c-footer-nav a {
  color: inherit;
  font-size: 1.125rem;
  text-decoration: none;
}

.c-footer-nav a:hover {
  text-decoration: underline;
}

.c-social-nav__list {
  margin-bottom: 24px;
}

.c-social-nav__list li {
  display: inline;
}

.c-social-nav__list li:not(:last-child) {
  margin-right: 14px;
}

.c-social-nav__list a {
  color: inherit;
  font-size: 20px;
  font-family: "Socicon";
  text-decoration: none;
}

.c-social-nav__list a:hover {
  text-decoration: none;
}

.c-social-nav__list .twitter a:before {
  content: "\e08d";
}

.c-social-nav__list .facebook a:before {
  content: "\e028";
}

.c-social-nav__list .instagram a:before {
  content: "\e044";
}

.c-social-nav__list .linkedin a:before {
  content: "\e04c";
}

.c-social-nav__list .youtube a:before {
  content: "\e0a5";
}

.c-social-nav__list .rss a:before {
  content: "\e071";
}

.page-numbers {
  float: left;
  margin: 0 5px;
}

.page-numbers:first-child {
  margin-left: 0;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.prev {
  margin-right: 30px;
}

.page-numbers.next {
  margin-left: 30px;
}

.c-notification {
  text-align: center;
  padding: 6px;
}

.c-notification--green {
  background-color: #e6ede8;
}

.c-notification--beige {
  background-color: #fcf5e5;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  padding-left: 9px;
  padding-right: 9px;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: -56px;
  right: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.slick-arrow:hover {
  border-color: #e54a70;
}

.slick-arrow:hover svg {
  fill: #fff;
}

.slick-prev {
  right: 48px;
}

@media screen and (min-width: 475px) {
  .slick-arrow {
    right: 27px;
  }
  .slick-prev {
    right: 57px;
  }
}

@media screen and (min-width: 680px) {
  .slick-arrow {
    top: -72px;
  }
}

.wp-block-pb-stat,
.c-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

.wp-block-pb-stat__title,
.wp-block-pb-stat__stat,
.c-stats__title,
.c-stats__stat {
  text-align: center;
}

.wp-block-pb-stat__title,
.c-stats__title {
  font-size: 16px;
}

.wp-block-pb-stat__stat,
.c-stats__stat {
  font-size: 3rem;
}

.wp-block-pb-stat {
  background-color: #eff7f9;
  background-image: url("images/ui/rule.svg");
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100%;
  border: 1px solid #cae4eb;
  border-bottom: 0;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 24px 12px 12px;
}

.u-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  color: #631747;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  outline: none;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.u-skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 900;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  text-align: center !important;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}

.u-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-flex {
  display: flex !important;
}

@media screen and (min-width: 475px) {
  .u-flex-sm {
    display: flex !important;
  }
}

@media screen and (min-width: 680px) {
  .u-flex-md {
    display: flex !important;
  }
}

@media screen and (min-width: 980px) {
  .u-flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1364px) {
  .u-flex-xl {
    display: flex !important;
  }
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-space-between {
  justify-content: space-between !important;
}

.u-justify-content-space-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 474px) {
  .u-hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 475px) and (max-width: 679px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 680px) and (max-width: 979px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1363px) {
  .u-hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1364px) {
  .u-hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .u-hidden-desktop-nav {
    display: none !important;
  }
}

.u-margin-sm {
  margin: 12px !important;
}

.u-margin-top-sm {
  margin-top: 12px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 12px !important;
}

.u-margin-md {
  margin: 24px !important;
}

.u-margin-top-md {
  margin-top: 24px !important;
}

.u-margin-bottom-md {
  margin-bottom: 24px !important;
}

.u-margin-lg {
  margin: 48px !important;
}

.u-margin-top-lg {
  margin-top: 48px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 48px !important;
}

.u-margin-xl {
  margin: 72px !important;
}

.u-margin-top-xl {
  margin-top: 72px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 72px !important;
}

.u-padding-sm {
  padding: 12px !important;
}

.u-padding-top-sm {
  padding-top: 12px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 12px !important;
}

.u-padding-md {
  padding: 24px !important;
}

.u-padding-top-md {
  padding-top: 24px !important;
}

.u-padding-bottom-md {
  padding-bottom: 24px !important;
}

.u-padding-lg {
  padding: 48px !important;
}

.u-padding-top-lg {
  padding-top: 48px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 48px !important;
}

.u-padding-xl {
  padding: 72px !important;
}

.u-padding-top-xl {
  padding-top: 72px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 72px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.u-text-small {
  font-size: 0.75rem !important;
}

.u-text-no-decoration {
  text-decoration: none !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-black {
  font-weight: 900 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-strikethrough {
  text-decoration: line-through !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-muted {
  opacity: 0.5 !important;
}

.u-text-error {
  color: #e00 !important;
}

.u-text-success {
  color: #080 !important;
}

.u-text-ko {
  color: #fff !important;
}

.u-text-yellow {
  color: #f7d647 !important;
}

.u-text-green {
  color: #73c92d !important;
}

.u-1of12 {
  width: 8.33333% !important;
}

.u-offset-1of12 {
  margin-left: 8.33333% !important;
}

.u-2of12 {
  width: 16.66667% !important;
}

.u-offset-2of12 {
  margin-left: 16.66667% !important;
}

.u-3of12 {
  width: 25% !important;
}

.u-offset-3of12 {
  margin-left: 25% !important;
}

.u-4of12 {
  width: 33.33333% !important;
}

.u-offset-4of12 {
  margin-left: 33.33333% !important;
}

.u-5of12 {
  width: 41.66667% !important;
}

.u-offset-5of12 {
  margin-left: 41.66667% !important;
}

.u-6of12 {
  width: 50% !important;
}

.u-offset-6of12 {
  margin-left: 50% !important;
}

.u-7of12 {
  width: 58.33333% !important;
}

.u-offset-7of12 {
  margin-left: 58.33333% !important;
}

.u-8of12 {
  width: 66.66667% !important;
}

.u-offset-8of12 {
  margin-left: 66.66667% !important;
}

.u-9of12 {
  width: 75% !important;
}

.u-offset-9of12 {
  margin-left: 75% !important;
}

.u-10of12 {
  width: 83.33333% !important;
}

.u-offset-10of12 {
  margin-left: 83.33333% !important;
}

.u-11of12 {
  width: 91.66667% !important;
}

.u-offset-11of12 {
  margin-left: 91.66667% !important;
}

.u-12of12 {
  width: 100% !important;
}

.u-offset-12of12 {
  margin-left: 100% !important;
}

@media screen and (min-width: 475px) {
  .u-1of12-sm {
    width: 8.33333% !important;
  }
  .u-offset-1of12-sm {
    margin-left: 8.33333% !important;
  }
  .u-2of12-sm {
    width: 16.66667% !important;
  }
  .u-offset-2of12-sm {
    margin-left: 16.66667% !important;
  }
  .u-3of12-sm {
    width: 25% !important;
  }
  .u-offset-3of12-sm {
    margin-left: 25% !important;
  }
  .u-4of12-sm {
    width: 33.33333% !important;
  }
  .u-offset-4of12-sm {
    margin-left: 33.33333% !important;
  }
  .u-5of12-sm {
    width: 41.66667% !important;
  }
  .u-offset-5of12-sm {
    margin-left: 41.66667% !important;
  }
  .u-6of12-sm {
    width: 50% !important;
  }
  .u-offset-6of12-sm {
    margin-left: 50% !important;
  }
  .u-7of12-sm {
    width: 58.33333% !important;
  }
  .u-offset-7of12-sm {
    margin-left: 58.33333% !important;
  }
  .u-8of12-sm {
    width: 66.66667% !important;
  }
  .u-offset-8of12-sm {
    margin-left: 66.66667% !important;
  }
  .u-9of12-sm {
    width: 75% !important;
  }
  .u-offset-9of12-sm {
    margin-left: 75% !important;
  }
  .u-10of12-sm {
    width: 83.33333% !important;
  }
  .u-offset-10of12-sm {
    margin-left: 83.33333% !important;
  }
  .u-11of12-sm {
    width: 91.66667% !important;
  }
  .u-offset-11of12-sm {
    margin-left: 91.66667% !important;
  }
  .u-12of12-sm {
    width: 100% !important;
  }
  .u-offset-12of12-sm {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 680px) {
  .u-1of12-md {
    width: 8.33333% !important;
  }
  .u-offset-1of12-md {
    margin-left: 8.33333% !important;
  }
  .u-2of12-md {
    width: 16.66667% !important;
  }
  .u-offset-2of12-md {
    margin-left: 16.66667% !important;
  }
  .u-3of12-md {
    width: 25% !important;
  }
  .u-offset-3of12-md {
    margin-left: 25% !important;
  }
  .u-4of12-md {
    width: 33.33333% !important;
  }
  .u-offset-4of12-md {
    margin-left: 33.33333% !important;
  }
  .u-5of12-md {
    width: 41.66667% !important;
  }
  .u-offset-5of12-md {
    margin-left: 41.66667% !important;
  }
  .u-6of12-md {
    width: 50% !important;
  }
  .u-offset-6of12-md {
    margin-left: 50% !important;
  }
  .u-7of12-md {
    width: 58.33333% !important;
  }
  .u-offset-7of12-md {
    margin-left: 58.33333% !important;
  }
  .u-8of12-md {
    width: 66.66667% !important;
  }
  .u-offset-8of12-md {
    margin-left: 66.66667% !important;
  }
  .u-9of12-md {
    width: 75% !important;
  }
  .u-offset-9of12-md {
    margin-left: 75% !important;
  }
  .u-10of12-md {
    width: 83.33333% !important;
  }
  .u-offset-10of12-md {
    margin-left: 83.33333% !important;
  }
  .u-11of12-md {
    width: 91.66667% !important;
  }
  .u-offset-11of12-md {
    margin-left: 91.66667% !important;
  }
  .u-12of12-md {
    width: 100% !important;
  }
  .u-offset-12of12-md {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 980px) {
  .u-1of12-lg {
    width: 8.33333% !important;
  }
  .u-offset-1of12-lg {
    margin-left: 8.33333% !important;
  }
  .u-2of12-lg {
    width: 16.66667% !important;
  }
  .u-offset-2of12-lg {
    margin-left: 16.66667% !important;
  }
  .u-3of12-lg {
    width: 25% !important;
  }
  .u-offset-3of12-lg {
    margin-left: 25% !important;
  }
  .u-4of12-lg {
    width: 33.33333% !important;
  }
  .u-offset-4of12-lg {
    margin-left: 33.33333% !important;
  }
  .u-5of12-lg {
    width: 41.66667% !important;
  }
  .u-offset-5of12-lg {
    margin-left: 41.66667% !important;
  }
  .u-6of12-lg {
    width: 50% !important;
  }
  .u-offset-6of12-lg {
    margin-left: 50% !important;
  }
  .u-7of12-lg {
    width: 58.33333% !important;
  }
  .u-offset-7of12-lg {
    margin-left: 58.33333% !important;
  }
  .u-8of12-lg {
    width: 66.66667% !important;
  }
  .u-offset-8of12-lg {
    margin-left: 66.66667% !important;
  }
  .u-9of12-lg {
    width: 75% !important;
  }
  .u-offset-9of12-lg {
    margin-left: 75% !important;
  }
  .u-10of12-lg {
    width: 83.33333% !important;
  }
  .u-offset-10of12-lg {
    margin-left: 83.33333% !important;
  }
  .u-11of12-lg {
    width: 91.66667% !important;
  }
  .u-offset-11of12-lg {
    margin-left: 91.66667% !important;
  }
  .u-12of12-lg {
    width: 100% !important;
  }
  .u-offset-12of12-lg {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 1364px) {
  .u-1of12-xl {
    width: 8.33333% !important;
  }
  .u-offset-1of12-xl {
    margin-left: 8.33333% !important;
  }
  .u-2of12-xl {
    width: 16.66667% !important;
  }
  .u-offset-2of12-xl {
    margin-left: 16.66667% !important;
  }
  .u-3of12-xl {
    width: 25% !important;
  }
  .u-offset-3of12-xl {
    margin-left: 25% !important;
  }
  .u-4of12-xl {
    width: 33.33333% !important;
  }
  .u-offset-4of12-xl {
    margin-left: 33.33333% !important;
  }
  .u-5of12-xl {
    width: 41.66667% !important;
  }
  .u-offset-5of12-xl {
    margin-left: 41.66667% !important;
  }
  .u-6of12-xl {
    width: 50% !important;
  }
  .u-offset-6of12-xl {
    margin-left: 50% !important;
  }
  .u-7of12-xl {
    width: 58.33333% !important;
  }
  .u-offset-7of12-xl {
    margin-left: 58.33333% !important;
  }
  .u-8of12-xl {
    width: 66.66667% !important;
  }
  .u-offset-8of12-xl {
    margin-left: 66.66667% !important;
  }
  .u-9of12-xl {
    width: 75% !important;
  }
  .u-offset-9of12-xl {
    margin-left: 75% !important;
  }
  .u-10of12-xl {
    width: 83.33333% !important;
  }
  .u-offset-10of12-xl {
    margin-left: 83.33333% !important;
  }
  .u-11of12-xl {
    width: 91.66667% !important;
  }
  .u-offset-11of12-xl {
    margin-left: 91.66667% !important;
  }
  .u-12of12-xl {
    width: 100% !important;
  }
  .u-offset-12of12-xl {
    margin-left: 100% !important;
  }
}

.u-reset-width {
  width: auto !important;
  max-width: none !important;
}

.u-full-height {
  height: 100% !important;
}

.u-reset-height {
  height: auto !important;
  max-height: none !important;
}
