@import url(.././assets/bootstrap/css/bootstrap.min.css);
@font-face {
  font-family: 'VAGRounded';
  src: url("../fonts/vag-rounded-bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: 'VAGRounded';
  src: url("../fonts/VAGRounded-Thin.otf");
  font-weight: normal; }

@font-face {
  font-family: 'VAGRounded';
  src: url("../fonts/VAGRounded-Thin.otf");
  font-weight: lighter; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.flatten {
  margin: 0;
  padding: 0;
  list-style: none; }

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

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:root {
  font-size: 100%; }

body {
  font-family: "VAGRounded", Helvetica, sans-serif;
  line-height: 1.4; }

h1, h2, h3, h4 {
  font-family: "VAGRounded", Helvetica, sans-serif;
  font-weight: bold; }

h2 {
  color: #ec1455;
  font-family: "VAGRounded", Helvetica, sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1.5rem; }

h3 {
  color: #ec1455;
  font-family: "VAGRounded", Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 1.25rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

a {
  color: #ec1455; }
  a:hover {
    color: #be0f44; }

a.simple-link {
  font-weight: normal;
  color: black; }

.read-more {
  font-size: .938rem;
  text-transform: uppercase;
  position: relative;
  font-weight: normal; }
  .read-more .fi {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #181818;
    color: #fdca13;
    border-radius: 50%;
    margin-left: 9px;
    margin-top: -4px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
    .read-more .fi:before {
      position: absolute;
      top: 3px;
      left: -1px;
      margin-left: 0;
      font-size: 15px;
      vertical-align: middle; }
  .read-more:hover, .read-more:focus {
    text-decoration: none;
    cursor: pointer; }
    .read-more:hover .fi, .read-more:focus .fi {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .read-more:hover:after, .read-more:focus:after {
      right: -40px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .read-more.read-more--black .fi {
    color: #fff; }

strong {
  color: #333;
  font-weight: bold; }

p {
  color: #666666;
  font-size: 1.063rem;
  margin-bottom: 1.5rem; }

:focus {
  outline: #ad1442 auto 5px; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #ec1455; }

::selection {
  color: #ffffff;
  background: #ec1455; }

/* Hide the Simple Layout to show only when accessibility mode is on */
.simple-layout {
  display: none; }

.view-with-css {
  display: none; }

/* simple hover over img */
.hover-img {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .hover-img:hover {
    background-size: 105% 105%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .hover-img img {
    opacity: 0; }

/* Standard Page and Posts */
.single-post h1.entry-title,
.page h1.entry-title {
  color: #27aae0;
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid #27aae0;
  padding-bottom: 10px;
  margin-bottom: 0; }

.single-post .post-thumbnail,
.page .post-thumbnail {
  width: 100%; }
  .single-post .post-thumbnail img,
  .page .post-thumbnail img {
    width: 100%;
    height: auto; }

/* Subpages Template */
.subpages-template h1.entry-title {
  margin-bottom: 45px; }

.subpages-template .scheme-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .subpages-template .scheme-child .hover-img {
    background-size: 100%; }
    .subpages-template .scheme-child .hover-img:hover {
      background-size: 105%; }

.subpages-template section {
  padding-bottom: 20px;
  position: relative;
  min-height: 520px;
  width: 100%; }
  .subpages-template section img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .subpages-template section .text-wrap {
    padding: 20px 20px 40px; }
    .subpages-template section .text-wrap a:hover {
      text-decoration: none; }
    .subpages-template section .text-wrap h2 {
      color: black;
      padding-top: 0;
      border-bottom: 2px solid black;
      margin-bottom: 15px;
      line-height: 1;
      padding-bottom: 1rem; }
  .subpages-template section .read-more {
    color: black;
    position: absolute;
    left: 20px;
    bottom: 15px;
    line-height: 2.2rem; }

/* Blog listing page */
.article-wrap {
  position: relative;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .article-wrap a.article-image-container {
    display: block;
    height: 220px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .article-wrap a.article-image-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .article-wrap .article-title__link h2 {
    color: #ec1455;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1rem 0;
    margin: 10px 0;
    border-bottom: 1px solid #ec1455; }
  .article-wrap .article-title__link a:hover {
    text-decoration: none; }
  .article-wrap .read-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: black;
    line-height: 1.8; }

.article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.article-block {
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 576px) {
    .article-block {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .article-block {
      width: 25%; } }

/* Extra */
.screen-reader-text {
  display: none; }

nav.navigation.pagination {
  display: inline-block;
  margin-top: 20px;
  width: 100%; }
  nav.navigation.pagination .page-numbers {
    background-color: #e4e5e6;
    padding: 10px 15px;
    background: #e4e5e6;
    font-size: 1.25rem;
    color: black;
    font-weight: bold; }
  nav.navigation.pagination .page-numbers.current {
    background-color: #9d9fa1;
    font-size: 1.25rem;
    color: black;
    font-weight: bold; }
  nav.navigation.pagination .page-numbers.next,
  nav.navigation.pagination .page-numbers.prev {
    background-color: #fdca13;
    text-transform: uppercase; }

/* Extra bootstrap containers */
@media (min-width: 768px) {
  .container-small {
    width: 720px; }
  .container-large {
    width: 970px; } }

@media (min-width: 992px) {
  .container-small {
    width: 820px; }
  .container-large {
    width: 1170px; } }

@media (min-width: 1200px) {
  .container-small {
    width: 820px; }
  .container-large {
    width: 1618px; } }

.container-small,
.container-large {
  max-width: 100%; }

.hover-image-container {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden; }
  .hover-image-container .hover-image {
    height: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .225s ease-in-out;
    transition: -webkit-transform .225s ease-in-out;
    -o-transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out;
    transition: transform .225s ease-in-out, -webkit-transform .225s ease-in-out; }
    .hover-image-container .hover-image:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.section-links .p-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-links .p-link:nth-child(1n+1) .wrap {
    background-color: #27a9e1; }
    .section-links .p-link:nth-child(1n+1) .wrap .stem {
      border-top-color: #27a9e1; }
  .section-links .p-link:nth-child(2n+2) .wrap {
    background-color: #feca12; }
    .section-links .p-link:nth-child(2n+2) .wrap .stem {
      border-top-color: #feca12; }
  .section-links .p-link:nth-child(3n+3) .wrap {
    background-color: #b2d135; }
    .section-links .p-link:nth-child(3n+3) .wrap .stem {
      border-top-color: #b2d135; }
  .section-links .p-link:nth-child(4n+4) .wrap {
    background-color: #aa78b3; }
    .section-links .p-link:nth-child(4n+4) .wrap .stem {
      border-top-color: #aa78b3; }

.section-links .wrap {
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .section-links .wrap .stem {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 20%; }
  .section-links .wrap h2 {
    color: black;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-top: 0; }
  .section-links .wrap a:hover {
    text-decoration: none; }
  .section-links .wrap p {
    font-size: 1.375rem; }
    .section-links .wrap p:last-of-type {
      padding-bottom: 60px; }
  .section-links .wrap .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: black;
    line-height: 1.8; }

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pub-search-form {
  margin: 2rem 0;
  padding: 15px;
  background: #ec1455; }
  .pub-search-form form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.2rem; }

.pub-search-form__input {
  width: 100%;
  padding: 7px 10px;
  color: #fff;
  background: #ec1455;
  border: none;
  border-bottom: 2px solid #fff; }
  .pub-search-form__input::-webkit-input-placeholder {
    color: #eee; }
  .pub-search-form__input:-ms-input-placeholder {
    color: #eee; }
  .pub-search-form__input::-ms-input-placeholder {
    color: #eee; }
  .pub-search-form__input::placeholder {
    color: #eee; }

.pub-search-form__button {
  position: relative;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 7px 50px 7px 30px;
  font-weight: bold;
  font-size: 1.45rem; }
  .pub-search-form__button:after {
    content: "";
    right: 15px;
    background-repeat: no-repeat;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 10px;
    background-image: url("../images/icons/arrow-right-white.svg");
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .pub-search-form__button:hover {
    text-decoration: none; }
    .pub-search-form__button:hover:after {
      right: 5px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/** Page Banenr **/
.page-banner {
  background: #ec1455;
  padding: 5rem 0 3rem; }

.page-banner__content {
  max-width: 800px; }

.page-banner__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem; }
  @media only screen and (min-width: 61.9em) {
    .page-banner__title {
      font-size: 2.875rem; } }

.page-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col-content,
.col-sidebar {
  padding-right: 15px;
  padding-left: 15px; }

.col-content {
  width: 100%;
  margin-bottom: 2rem;
  max-width: 100%; }
  @media only screen and (min-width: 61.9em) {
    .col-content {
      max-width: calc( 100% - 356px); } }
  @media only screen and (min-width: 1400px) {
    .col-content {
      max-width: 810px; } }

.col-sidebar {
  width: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 61.9em) {
    .col-sidebar {
      width: 356px; } }
  @media only screen and (min-width: 1400px) {
    .col-sidebar {
      width: 406px; } }

header.site-header .header-wrap {
  padding: 40px 0 34px;
  margin: 40px 0 0;
  border-top: 2px solid #ec1455;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  header.site-header .header-wrap .logo-col {
    width: 200px; }
    @media only screen and (min-width: 1300px) {
      header.site-header .header-wrap .logo-col {
        width: 300px; } }
  header.site-header .header-wrap .site-branding {
    max-width: 300px; }
    header.site-header .header-wrap .site-branding .logo-header {
      max-width: 300px; }
  header.site-header .header-wrap .header-row {
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  header.site-header .header-wrap .site-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -38px;
    padding-right: 5px;
    max-width: 715px; }
    @media only screen and (min-width: 1200px) {
      header.site-header .header-wrap .site-header__top {
        max-width: 920px; } }
    @media only screen and (min-width: 1400px) {
      header.site-header .header-wrap .site-header__top {
        max-width: 1050px; } }
    @media only screen and (min-width: 1600px) {
      header.site-header .header-wrap .site-header__top {
        max-width: 1218px; } }
  header.site-header .header-wrap .acessibility,
  header.site-header .header-wrap .text-adjustment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    header.site-header .header-wrap .acessibility a,
    header.site-header .header-wrap .text-adjustment a {
      color: #ed1556;
      font-weight: normal;
      padding: 0 8px; }
      header.site-header .header-wrap .acessibility a:first-of-type,
      header.site-header .header-wrap .text-adjustment a:first-of-type {
        padding-left: 0; }
      header.site-header .header-wrap .acessibility a:hover,
      header.site-header .header-wrap .text-adjustment a:hover {
        text-decoration: underline; }
    header.site-header .header-wrap .acessibility .simple-link:not(:last-of-type),
    header.site-header .header-wrap .text-adjustment .simple-link:not(:last-of-type) {
      border-right: 1px solid #d2d2d2; }
    @media only screen and (min-width: 1600px) {
      header.site-header .header-wrap .acessibility,
      header.site-header .header-wrap .text-adjustment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  header.site-header .header-wrap .acessibility__text,
  header.site-header .header-wrap .text-adjustment__text {
    margin-right: 8px;
    color: #414042; }
  header.site-header .header-wrap .language-transition {
    font-weight: bold;
    text-transform: uppercase; }
    header.site-header .header-wrap .language-transition ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      header.site-header .header-wrap .language-transition ul .lang-item {
        line-height: 1;
        font-size: 1.125rem; }
      header.site-header .header-wrap .language-transition ul .current-lang {
        display: none; }
  header.site-header .header-wrap .search-form {
    min-width: 145px; }
    header.site-header .header-wrap .search-form .search-submit {
      display: none;
      opacity: 0;
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 0;
      z-index: 1; }
    header.site-header .header-wrap .search-form label {
      margin: 0; }
    header.site-header .header-wrap .search-form .search-field {
      border: 0 solid white;
      width: 125px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-right: 40px;
      margin-left: 10px;
      border-bottom: 2px solid #d2d2d2;
      font-size: 1.125rem;
      font-weight: bold;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right; }
      header.site-header .header-wrap .search-form .search-field:focus {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    header.site-header .header-wrap .search-form:after {
      content: "\f118";
      position: absolute;
      width: 26px;
      height: 26px;
      top: 44%;
      right: 21px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: Flaticon;
      font-size: 26px;
      color: #ec1455; }
    header.site-header .header-wrap .search-form:focus .search-field, header.site-header .header-wrap .search-form:hover .search-field {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      border-bottom: 2px solid #ec1455; }
    header.site-header .header-wrap .search-form:focus .search-submit, header.site-header .header-wrap .search-form:hover .search-submit {
      display: block; }
  header.site-header .header-wrap .hamburger-menu {
    position: absolute;
    right: 0;
    top: 40px;
    color: #ec1455;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #ec1455;
    padding: 0;
    cursor: pointer;
    display: none;
    z-index: 100;
    width: 116px; }
    @media only screen and (min-width: 33.9em) {
      header.site-header .header-wrap .hamburger-menu {
        width: 136px;
        top: 50px; } }
    header.site-header .header-wrap .hamburger-menu .hamburger-icon {
      max-width: 40px;
      margin: 5px; }
    header.site-header .header-wrap .hamburger-menu span {
      display: inline-block;
      border-left: 2px solid red;
      height: 100%;
      padding: 17px 8px; }
      @media only screen and (min-width: 33.9em) {
        header.site-header .header-wrap .hamburger-menu span {
          padding: 18px; } }

header.site-header a:hover {
  text-decoration: none; }

header.site-header .nav-col {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-items: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media only screen and (min-width: 1600px) {
    header.site-header .nav-col {
      padding-right: 50px; } }

.admin-bar .mobile-menu {
  padding-top: 60px; }
  .admin-bar .mobile-menu .close-button {
    top: 60px; }

.language-transition ul {
  list-style: none;
  padding: 0;
  margin: 0; }

footer.site-footer {
  padding-top: 10px; }
  footer.site-footer > .container, footer.site-footer > .homepage-banner__container {
    padding-bottom: 100px;
    margin-bottom: 30px;
    background-image: url("../images/icons/footer-bottom.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 14%;
    /* IE11 requires height as well as width */
    background-size: calc(100% - 30px); }
  footer.site-footer hr.top {
    border-top: 3px solid #ec1455; }
  footer.site-footer hr.bottom {
    border-top: 1px solid #ec1455;
    width: 100%;
    padding-bottom: 8px; }

.bottom-section {
  padding: 1.313rem 0 1.563rem; }
  .bottom-section .logo-footer {
    width: 118px;
    height: 127px; }
  .bottom-section .footer-legal-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bottom-section .copyright {
    color: #ec1455;
    font-size: .875rem;
    letter-spacing: .5px; }

.footer-legal-menu {
  text-align: right; }
  @media only screen and (max-width: 576px) {
    .footer-legal-menu {
      width: 100%;
      text-align: center;
      padding-top: 45px; } }
  .footer-legal-menu .menu {
    margin: 0;
    padding: 0; }
    .footer-legal-menu .menu li.menu-item {
      list-style: none;
      display: inline-block;
      font-size: 0.875rem; }
      .footer-legal-menu .menu li.menu-item a {
        color: #ed1556;
        font-weight: 400;
        letter-spacing: .5px; }
      .footer-legal-menu .menu li.menu-item:not(:last-of-type):after {
        content: '-';
        padding: 0 8px;
        color: #bbb; }

/* Homepage Banner */
.homepage-banner {
  background: #ec1455;
  padding: 4.625rem 0 3.5rem; }

@media only screen and (min-width: 61.9em) {
  .homepage-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 61.9em) {
  .homepage-banner__content {
    margin-right: 2rem; } }

@media only screen and (min-width: 74.9em) {
  .homepage-banner__content {
    margin-right: 3rem; } }

.homepage-banner__title {
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.175rem;
  line-height: 1; }
  @media only screen and (min-width: 61.9em) {
    .homepage-banner__title {
      font-size: 2.875rem; } }
  @media only screen and (min-width: 74.9em) {
    .homepage-banner__title {
      margin-top: 2.5rem; } }

.homepage-banner__text {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 61.9em) {
    .homepage-banner__text {
      font-size: 1.5rem;
      margin-bottom: 3.5rem; } }

.homepage-banner__button {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.125rem 1.5rem 1.065rem;
  color: #181818;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fdca13;
  border-radius: 7px;
  -webkit-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .homepage-banner__button:hover, .homepage-banner__button:focus {
    text-decoration: none;
    color: #252525;
    background: #ffde15;
    padding-right: calc(1.5rem + 10px); }

.homepage-banner__video-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: .75rem 1.5rem 3.25rem;
  background-image: url("../images/speech-bubble-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media only screen and (min-width: 33.9em) {
    .homepage-banner__video-container {
      padding: 1.5rem 1.5rem 3.25rem; } }
  @media only screen and (min-width: 74.9em) {
    .homepage-banner__video-container {
      padding: 2rem 2.25rem  4.75rem; } }

.homepage-banner__video {
  position: relative;
  padding-bottom: 46.65%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 33.9em) {
    .homepage-banner__video {
      padding-bottom: 49.65%; } }
  .homepage-banner__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Homepage Teaser blocks */
.section-teaser-blocks {
  padding: 4rem 0 4.25rem; }

.teaser-block__col {
  margin-bottom: 2rem; }

.teaser-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.625rem 1.25rem 2rem;
  color: #181818;
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .teaser-block p {
    font-weight: normal; }
  .teaser-block .read-more {
    margin-top: auto; }
  .teaser-block:hover, .teaser-block:focus {
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    .teaser-block:hover .read-more .fi, .teaser-block:focus .read-more .fi {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .teaser-block:hover:before, .teaser-block:focus:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2); }
  .teaser-block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.325s ease-in-out;
    -o-transition: all 0.325s ease-in-out;
    transition: all 0.325s ease-in-out; }
  @media only screen and (min-width: 1400px) {
    .teaser-block {
      padding: 1.625rem 1.625rem 2rem; } }

.teaser-block__header {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 30px;
  padding-bottom: .75rem;
  border-bottom: 1px solid #181818; }
  .teaser-block__header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px; }
  @media only screen and (min-width: 47.9em) {
    .teaser-block__header {
      margin-bottom: 1.25rem;
      padding-left: 30px;
      padding-bottom: 1rem; } }
  @media only screen and (min-width: 61.9em) {
    .teaser-block__header {
      margin-bottom: 1.75rem;
      padding-left: 40px;
      padding-bottom: 1rem; }
      .teaser-block__header img {
        width: 32px;
        height: 32px; } }
  @media only screen and (min-width: 74.9em) {
    .teaser-block__header {
      margin-bottom: 1.25rem;
      padding-left: 30px;
      padding-bottom: 1rem; }
      .teaser-block__header img {
        width: 24px;
        height: 24px; } }
  @media only screen and (min-width: 1400px) {
    .teaser-block__header {
      margin-bottom: 1.75rem;
      padding-left: 40px;
      padding-bottom: 1rem; }
      .teaser-block__header img {
        width: 32px;
        height: 32px; } }

.teaser-block__title {
  font-size: 1.25rem;
  line-height: 24px;
  color: #181818;
  margin-bottom: 0; }
  @media only screen and (min-width: 61.9em), only screen and (min-width: 1400px) {
    .teaser-block__title {
      font-size: 1.5rem;
      line-height: 32px; } }
  @media only screen and (min-width: 74.9em) {
    .teaser-block__title {
      font-size: 1.25rem;
      line-height: 24px; } }
  @media only screen and (min-width: 1400px) {
    .teaser-block__title {
      font-size: 1.5rem;
      line-height: 32px; } }

.teaser-block__description {
  position: relative;
  margin-bottom: 2.5rem;
  color: #181818; }

.custom-sidebar {
  background-color: #c5184c;
  padding: 22px 22px 30px; }
  @media only screen and (min-width: 61.9em) {
    .custom-sidebar {
      margin-top: -103px; } }
  .custom-sidebar h3, .custom-sidebar a {
    color: #ffffff; }
  .custom-sidebar .custom-sidebar__title {
    font-size: 1.5rem;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-weight: bold; }
    .custom-sidebar .custom-sidebar__title .fi:before {
      font-size: 2rem;
      margin-right: 13px; }
  .custom-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .custom-sidebar .sidebar-page-menu li {
    position: relative;
    width: 100%; }
    .custom-sidebar .sidebar-page-menu li a {
      display: block;
      width: 100%;
      padding: 1rem 1.125rem 0.75rem;
      font-size: 1.063rem;
      text-decoration: none;
      border-bottom: 1px solid #ad1442;
      background-color: #c5184c;
      -webkit-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
      .custom-sidebar .sidebar-page-menu li a:hover {
        background-color: #ad1442; }
    .custom-sidebar .sidebar-page-menu li.current-menu-item a {
      font-weight: bold;
      background-color: #ad1442; }
    .custom-sidebar .sidebar-page-menu li.current-menu-item .submenu-toggle__button .fi {
      color: #ad1442; }
    .custom-sidebar .sidebar-page-menu li .sub-menu {
      background-color: #ad1442; }
      .custom-sidebar .sidebar-page-menu li .sub-menu li {
        background-image: none;
        padding: 0; }
        .custom-sidebar .sidebar-page-menu li .sub-menu li a {
          padding: .5rem 1.625rem 0.25rem;
          font-size: 1rem;
          font-weight: normal;
          background-color: #ad1442; }
          .custom-sidebar .sidebar-page-menu li .sub-menu li a:hover {
            background-color: #961139; }
  .custom-sidebar .submenu-toggle__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 51px;
    width: 51px;
    border: none;
    background: none;
    cursor: pointer; }
    .custom-sidebar .submenu-toggle__button .fi {
      display: block;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #ffff;
      color: #c5184c;
      text-indent: -5px;
      line-height: 22px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
    .custom-sidebar .submenu-toggle__button.collapsed .fi {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .custom-sidebar .submenu-toggle__button:focus {
      outline: none; }
  .custom-sidebar .social-links {
    background-color: #fdca13; }

.sidebar__contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff; }

.contact-detail {
  padding: 1rem 1.125rem 0.75rem;
  border-bottom: 1px solid #ad1442; }
  .contact-detail .contact-detail__link,
  .contact-detail address {
    font-size: 1.125rem;
    font-weight: bold; }

.contact-detail__title {
  margin: 0 0 .5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: normal; }

.post-thumbnail {
  max-height: 600px;
  overflow: hidden; }

.sub-blog {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding-left: 90px;
  border-bottom: 1px solid #ddd; }
  .sub-blog .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .sub-blog .entry-header h2 {
      margin-bottom: 1rem; }
    .sub-blog .entry-header .date {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 0;
      width: 60px;
      background: #ec1455;
      color: #fff;
      text-align: center;
      font-size: 1.125rem;
      line-height: 1;
      font-weight: bold;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .sub-blog .entry-header .date time span {
        display: block; }
        .sub-blog .entry-header .date time span:first-of-type {
          font-size: 1.35rem; }
    .sub-blog .entry-header h2 {
      width: calc( 100% - 60px);
      padding: 0; }
      .sub-blog .entry-header h2 a {
        text-decoration: none; }

.article-page {
  max-width: 900px; }

.entry-header {
  margin-bottom: 2rem; }

.entry-content a,
.edit-post-visual-editor.editor-styles-wrapper a {
  text-decoration: underline;
  color: #ec1455;
  -webkit-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out; }
  .entry-content a:hover,
  .edit-post-visual-editor.editor-styles-wrapper a:hover {
    color: #c5184c; }

.entry-content ol, .entry-content ul,
.edit-post-visual-editor.editor-styles-wrapper ol,
.edit-post-visual-editor.editor-styles-wrapper ul {
  color: #666666;
  font-size: 1.063rem;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem; }
  .entry-content ol li, .entry-content ul li,
  .edit-post-visual-editor.editor-styles-wrapper ol li,
  .edit-post-visual-editor.editor-styles-wrapper ul li {
    margin-bottom: .5rem;
    padding-left: .75rem; }

.entry-content h2,
.edit-post-visual-editor.editor-styles-wrapper h2 {
  margin-top: 1rem; }

.entry-content h3,
.edit-post-visual-editor.editor-styles-wrapper h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 1.5rem; }

.entry-content h4,
.edit-post-visual-editor.editor-styles-wrapper h4 {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .55rem; }

.entry-content h5,
.edit-post-visual-editor.editor-styles-wrapper h5 {
  color: #333;
  font-size: 1.4rem; }

.entry-content h6,
.edit-post-visual-editor.editor-styles-wrapper h6 {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold; }

.entry-content img,
.edit-post-visual-editor.editor-styles-wrapper img {
  margin-bottom: 1.5rem; }
  .entry-content img.alignnone,
  .edit-post-visual-editor.editor-styles-wrapper img.alignnone {
    display: block; }
  .entry-content img.alignleft,
  .edit-post-visual-editor.editor-styles-wrapper img.alignleft {
    float: left;
    margin-right: 1rem; }
  .entry-content img.alignright,
  .edit-post-visual-editor.editor-styles-wrapper img.alignright {
    float: right;
    margin-left: 1rem; }
  .entry-content img.aligncenter,
  .edit-post-visual-editor.editor-styles-wrapper img.aligncenter {
    display: block;
    margin: 0 auto; }

.entry-content .video-wrapper,
.edit-post-visual-editor.editor-styles-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.entry-content .video-wrapper iframe,
.edit-post-visual-editor.editor-styles-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content p.intro,
.edit-post-visual-editor.editor-styles-wrapper p.intro {
  font-weight: bold;
  color: #333;
  font-size: 1.188rem; }

.entry-content a.block-link,
.edit-post-visual-editor.editor-styles-wrapper a.block-link {
  display: inline-block;
  margin-bottom: 1rem;
  background: #fdca13;
  color: #000;
  padding: 15px 17px;
  text-decoration: none;
  text-transform: uppercase; }
  .entry-content a.block-link:hover,
  .edit-post-visual-editor.editor-styles-wrapper a.block-link:hover {
    background: #dbac02; }
    .entry-content a.block-link:hover:after,
    .edit-post-visual-editor.editor-styles-wrapper a.block-link:hover:after {
      margin-left: 20px; }
  .entry-content a.block-link:after,
  .edit-post-visual-editor.editor-styles-wrapper a.block-link:after {
    content: "";
    background-image: url(../images/icons/arrow-right-black.svg);
    background-repeat: no-repeat;
    position: relative;
    height: 20px;
    display: inline-block;
    width: 25px;
    top: 4px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.entry-content .wpcf7,
.edit-post-visual-editor.editor-styles-wrapper .wpcf7 {
  margin-bottom: 2rem; }

.wpcf7-form {
  max-width: 800px;
  font-size: 1.2rem; }
  .wpcf7-form label {
    color: #555;
    font-size: 1rem; }
  .wpcf7-form .form-control {
    font-size: 1rem; }

.button-submit {
  position: relative;
  background: #ec1455;
  border: none;
  padding: 10px 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: all .225s ease-in-out;
  -o-transition: all .225s ease-in-out;
  transition: all .225s ease-in-out;
  cursor: pointer; }
  .button-submit::after {
    content: "";
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: 15px;
    vertical-align: text-top;
    background-image: url("../images/icons/arrow-right-white.svg");
    -webkit-transition: all .225s ease-in-out;
    -o-transition: all .225s ease-in-out;
    transition: all .225s ease-in-out; }
  .button-submit:hover {
    background: #ad1442; }
    .button-submit:hover::after {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 20, 85, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(236, 20, 85, 0.55);
  border-color: #ec1455; }

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden; }

.entry-content .wp-block,
.edit-post-visual-editor.editor-styles-wrapper .wp-block {
  max-width: 810px; }

.entry-content .editor-post-title__input,
.edit-post-visual-editor.editor-styles-wrapper .editor-post-title__input {
  font-family: "VAGRounded", Helvetica, sans-serif;
  color: #333; }

.entry-content .wp-block-cbd-blocks-intro-text,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-cbd-blocks-intro-text {
  font-weight: bold;
  color: #333;
  font-size: 1.188rem; }

.entry-content .wp-block-cbd-blocks-highlight-block,
.entry-content .wp-block-cbd-blocks-highlight-block.editor-rich-text__editable.block-editor-rich-text__editable,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-cbd-blocks-highlight-block,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-cbd-blocks-highlight-block.editor-rich-text__editable.block-editor-rich-text__editable {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  background: #ec1455; }

.entry-content .wp-block-quote,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-quote {
  margin-bottom: 1.5rem;
  padding-left: 25px;
  border-left: 4px solid #ec1455; }
  .entry-content .wp-block-quote p,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-quote p {
    margin-bottom: .75rem; }
  .entry-content .wp-block-quote cite,
  .entry-content .wp-block-quote .wp-block-quote__citation,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-quote cite,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-quote .wp-block-quote__citation {
    color: #888;
    font-style: italic; }

.entry-content .wp-block-button,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-button {
  margin-bottom: 1rem; }
  .entry-content .wp-block-button .wp-block-button__link,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link {
    padding: 1.15rem;
    color: #181818;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.25;
    text-decoration: none;
    background: #fdca13;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .entry-content .wp-block-button .wp-block-button__link:hover,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
      color: #181818;
      background: #ffde15;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); }
    .entry-content .wp-block-button .wp-block-button__link.has-blue-background-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-blue-background-color {
      background-color: #27aae0; }
      .entry-content .wp-block-button .wp-block-button__link.has-blue-background-color:hover,
      .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-blue-background-color:hover {
        background-color: #54bce6; }
    .entry-content .wp-block-button .wp-block-button__link.has-purple-background-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-purple-background-color {
      background-color: #a978b4; }
      .entry-content .wp-block-button .wp-block-button__link.has-purple-background-color:hover,
      .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-purple-background-color:hover {
        background-color: #be99c6; }
    .entry-content .wp-block-button .wp-block-button__link.has-green-background-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-green-background-color {
      background-color: #b2d235; }
      .entry-content .wp-block-button .wp-block-button__link.has-green-background-color:hover,
      .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-green-background-color:hover {
        background-color: #c2db5f; }
    .entry-content .wp-block-button .wp-block-button__link.has-red-background-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-red-background-color {
      background-color: #ec1455; }
      .entry-content .wp-block-button .wp-block-button__link.has-red-background-color:hover,
      .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-red-background-color:hover {
        background-color: #f04377; }
    .entry-content .wp-block-button .wp-block-button__link.has-white-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-white-color {
      color: #fff; }
    .entry-content .wp-block-button .wp-block-button__link.has-blue-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-blue-color {
      color: #27aae0; }
    .entry-content .wp-block-button .wp-block-button__link.has-purple-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-purple-color {
      color: #a978b4; }
    .entry-content .wp-block-button .wp-block-button__link.has-green-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-green-color {
      color: #b2d235; }
    .entry-content .wp-block-button .wp-block-button__link.has-red-color,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link.has-red-color {
      color: #ec1455; }
  .entry-content .wp-block-button.is-style-full-width,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-button.is-style-full-width {
    display: block;
    width: 100%; }
    .entry-content .wp-block-button.is-style-full-width .wp-block-button__link,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button.is-style-full-width .wp-block-button__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
    .entry-content .wp-block-button.is-style-full-width .block-editor-rich-text,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-button.is-style-full-width .block-editor-rich-text {
      width: 100%; }
  .entry-content .wp-block-button.is-style-rounded .wp-block-button__link,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-button.is-style-rounded .wp-block-button__link {
    border-radius: 7px; }

.entry-content .wp-block-columns.has-3-columns .wp-block-column,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  @media only screen and (min-width: 47.9em) {
    .entry-content .wp-block-columns.has-3-columns .wp-block-column,
    .edit-post-visual-editor.editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; } }

.entry-content .wp-block-columns .wp-block-button,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .entry-content .wp-block-columns .wp-block-button .wp-block-button__link,
  .edit-post-visual-editor.editor-styles-wrapper .wp-block-columns .wp-block-button .wp-block-button__link {
    margin-bottom: 1rem; }

.entry-content .wp-block-columns + .wp-block-columns,
.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns + .wp-block-columns {
  margin-bottom: 2.75rem; }

.edit-post-visual-editor.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  padding: 1rem;
  font-size: 1rem; }

@media only screen and (max-width: 992px) {
  footer.site-footer > .container, footer.site-footer > .homepage-banner__container {
    margin-bottom: 0;
    background-image: none;
    padding-bottom: 0; }
  header.site-header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 3px 1px #eee;
    box-shadow: 0px 0px 3px 1px #eee; }
    header.site-header .header-wrap {
      padding: 20px 0;
      margin: 5px 0 0;
      position: relative;
      border-bottom: 0px solid #ec1455; }
      header.site-header .header-wrap .site-branding {
        width: 50%; }
        header.site-header .header-wrap .site-branding .logo-header {
          width: 184px; }
      header.site-header .header-wrap .desktop {
        display: none; }
      header.site-header .header-wrap .hamburger-menu {
        display: block; }
      header.site-header .header-wrap .search-form {
        display: none; }
    header.site-header .desktop-menu {
      display: none; }
  .site-content {
    padding-top: 135px; } }

@media only screen and (max-width: 768px) {
  section.homepage-intro-slider .slick-carousel .wrap {
    padding: 30px 30px 70px 30px; }
  section.homepage-intro-slider .slick-carousel .read-more {
    left: 45px; } }

@media only screen and (max-width: 576px) {
  footer.site-footer {
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none; }
    footer.site-footer .top-section form button[type="submit"] {
      float: left; }
    footer.site-footer .top-section .socials {
      float: none;
      text-align: center;
      margin: 20px 0; }
    footer.site-footer .bottom-section .logo-footer {
      margin: 10px auto 0;
      display: block; }
    footer.site-footer .bottom-section .copyright {
      position: relative;
      right: inherit;
      bottom: inherit;
      text-align: center;
      width: 100%;
      display: block;
      margin: 20px 0; }
  .site-content {
    padding-top: 92px; }
  header.site-header .header-wrap {
    padding: 10px 0; }
    header.site-header .header-wrap .site-branding .logo-header {
      width: 134px; } }

.main-navigation {
  display: none; }
  @media only screen and (min-width: 993px) {
    .main-navigation {
      display: block; } }

nav .main-menu-container {
  display: block;
  width: 100%; }
  nav .main-menu-container #primary-menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0; }
    nav .main-menu-container #primary-menu .current_page_item a:after,
    nav .main-menu-container #primary-menu .current-page-parent a:after {
      content: '';
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    nav .main-menu-container #primary-menu > li > a {
      position: relative;
      display: block;
      padding: 10px 10px 8px;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1;
      text-transform: lowercase;
      -webkit-transition: all 0.325s ease-in-out;
      -o-transition: all 0.325s ease-in-out;
      transition: all 0.325s ease-in-out; }
      nav .main-menu-container #primary-menu > li > a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 23px;
        background: #dbdbdb;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      nav .main-menu-container #primary-menu > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 4px;
        width: auto;
        border: none !important;
        background: #ec1455;
        opacity: 0;
        -webkit-transform: translateY(-4px) scale(0.85);
        -ms-transform: translateY(-4px) scale(0.85);
        transform: translateY(-4px) scale(0.85);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      nav .main-menu-container #primary-menu > li > a:hover:after {
        content: '';
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
      @media only screen and (min-width: 1200px) {
        nav .main-menu-container #primary-menu > li > a {
          font-size: 1.25rem;
          padding: 15px 15px 15px; }
          nav .main-menu-container #primary-menu > li > a:after {
            left: 15px;
            right: 15px; } }
      @media only screen and (min-width: 1400px) {
        nav .main-menu-container #primary-menu > li > a {
          font-size: 1.375rem;
          padding: 15px 20px 15px; }
          nav .main-menu-container #primary-menu > li > a:after {
            left: 20px;
            right: 20px; } }
      @media only screen and (min-width: 1600px) {
        nav .main-menu-container #primary-menu > li > a {
          padding: 15px 30px 15px; }
          nav .main-menu-container #primary-menu > li > a:after {
            left: 30px;
            right: 30px; } }
    nav .main-menu-container #primary-menu li {
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative; }
      nav .main-menu-container #primary-menu li a {
        font-weight: bold; }
      nav .main-menu-container #primary-menu li:first-child {
        padding-left: 0; }
      nav .main-menu-container #primary-menu li:last-child {
        padding-right: 0; }
        nav .main-menu-container #primary-menu li:last-child a:before {
          content: none; }
      nav .main-menu-container #primary-menu li .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1;
        background-color: #ec1455;
        min-width: 400px;
        padding: .5rem 1.25rem 1.25rem;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        display: none;
        border-radius: 0; }
        nav .main-menu-container #primary-menu li .dropdown-menu li {
          display: block;
          text-align: left; }
          nav .main-menu-container #primary-menu li .dropdown-menu li a {
            color: white;
            border-bottom: 2px solid white;
            background-color: transparent;
            padding: 15px 30px 15px 0;
            font-size: 1.25rem;
            text-transform: none; }
            nav .main-menu-container #primary-menu li .dropdown-menu li a:hover {
              color: #e8bfcc; }
          nav .main-menu-container #primary-menu li .dropdown-menu li.open .dropdown-menu {
            display: block; }
          nav .main-menu-container #primary-menu li .dropdown-menu li.open .toggle-button:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          nav .main-menu-container #primary-menu li .dropdown-menu li .dropdown-menu {
            position: relative;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #be0f44;
            padding: 0;
            display: none;
            min-width: 100%; }
            nav .main-menu-container #primary-menu li .dropdown-menu li .dropdown-menu li {
              min-width: 100%; }
              nav .main-menu-container #primary-menu li .dropdown-menu li .dropdown-menu li a {
                padding-left: 1rem;
                font-size: 1.125rem;
                border-width: 1px; }
                nav .main-menu-container #primary-menu li .dropdown-menu li .dropdown-menu li a:hover {
                  background-color: #8e0c33; }
                nav .main-menu-container #primary-menu li .dropdown-menu li .dropdown-menu li a:before {
                  content: '- ';
                  position: relative; }
        nav .main-menu-container #primary-menu li .dropdown-menu:hover {
          display: block; }
      nav .main-menu-container #primary-menu li:hover .sub-menu {
        display: block; }
      nav .main-menu-container #primary-menu li:last-child .sub-menu {
        right: 0;
        left: auto; }

.toggle-button {
  position: absolute;
  display: block;
  top: 11px;
  right: 0;
  height: 28px;
  width: 28px;
  color: #fff;
  border: none;
  background: #fff;
  border-radius: 50%; }
  .toggle-button:before {
    content: '';
    width: 16px;
    height: 4px;
    background: #ec1455;
    position: absolute;
    left: 6px;
    top: 12px;
    -webkit-transition: all .225s ease-out;
    -o-transition: all .225s ease-out;
    transition: all .225s ease-out; }
  .toggle-button:after {
    content: '';
    width: 4px;
    height: 16px;
    background: #ec1455;
    position: absolute;
    left: 12px;
    top: 6px;
    -webkit-transition: all .225s ease-out;
    -o-transition: all .225s ease-out;
    transition: all .225s ease-out; }

.mobile-menu {
  height: 100%;
  /* 100% Full-height */
  width: 440px;
  max-width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: -440px;
  background-color: #ec1455;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
  /* 0.5 second transition effect to slide in the sidenav */
  padding-top: 10px; }
  .mobile-menu.open {
    left: 0;
    -webkit-box-shadow: 0px 0px 1px 1px #c50e45;
    box-shadow: 0px 0px 1px 1px #c50e45; }
  .mobile-menu .acessibility a {
    font-weight: normal; }
  .mobile-menu .close-button {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    z-index: 999; }
    .mobile-menu .close-button:before, .mobile-menu .close-button:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -16px;
      display: block;
      height: 8px;
      width: 32px;
      background-color: white;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .mobile-menu .close-button:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .mobile-menu .close-button:hover:before, .mobile-menu .close-button:hover:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .mobile-menu ul {
    list-style: none;
    padding-left: 20px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 600px) {
      .mobile-menu ul {
        font-size: 1.3rem; } }
    .mobile-menu ul li {
      position: relative;
      overflow: hidden; }
      .mobile-menu ul li a {
        display: inline-block;
        padding: 10px 0; }
    .mobile-menu ul .menu-item-has-children > a {
      position: relative; }
      .mobile-menu ul .menu-item-has-children > a:after {
        content: "";
        background-image: url("../images/icons/chevron-down.png");
        height: 24px;
        width: 24px;
        right: -35px;
        top: 11px;
        position: absolute;
        background-size: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: #ec1455;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 50%; }
      .mobile-menu ul .menu-item-has-children > a.open:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
    .mobile-menu ul a {
      color: white;
      line-height: 1.5; }
      .mobile-menu ul a:hover {
        text-decoration: none; }
    .mobile-menu ul .sub-menu {
      height: 0;
      opacity: 0;
      width: 0;
      -webkit-transition: height 0.5s ease;
      -o-transition: height 0.5s ease;
      transition: height 0.5s ease; }
      .mobile-menu ul .sub-menu li {
        padding: 0; }
    .mobile-menu ul .sub-menu-open {
      width: calc(100% - 20px);
      height: auto;
      opacity: 1;
      font-size: 1.1rem;
      -webkit-transition: height 0.5s ease;
      -o-transition: height 0.5s ease;
      transition: height 0.5s ease;
      background-color: #c5184c;
      max-width: 300px;
      padding: 5px 15px; }
      .mobile-menu ul .sub-menu-open li {
        border-bottom: 1px solid #ad1442; }
        .mobile-menu ul .sub-menu-open li:last-of-type {
          border-bottom: none; }
      .mobile-menu ul .sub-menu-open a {
        display: block;
        color: #fff;
        padding: 8px 0; }
      .mobile-menu ul .sub-menu-open .menu-item-has-children > a {
        position: relative; }
        .mobile-menu ul .sub-menu-open .menu-item-has-children > a:after {
          right: 0; }
      .mobile-menu ul .sub-menu-open .sub-menu-open {
        background-color: #ad1442;
        width: 100%;
        padding: 0 5px;
        font-size: 1rem; }
        .mobile-menu ul .sub-menu-open .sub-menu-open a:before {
          content: '- '; }
  .mobile-menu .search-form {
    position: relative;
    margin-bottom: 1rem; }
    .mobile-menu .search-form input::-webkit-input-placeholder {
      color: white; }
    .mobile-menu .search-form input:-moz-placeholder {
      color: white; }
    .mobile-menu .search-form .search-submit {
      display: block;
      opacity: 1;
      position: absolute;
      bottom: 8px;
      right: 20px;
      height: 34px;
      padding: 0;
      z-index: 1;
      background: #fff;
      border: none;
      line-height: 30px;
      padding: 0 20px;
      color: #ec1455;
      font-weight: bold; }
      @media only screen and (min-width: 600px) {
        .mobile-menu .search-form .search-submit {
          height: 38px; } }
    .mobile-menu .search-form label {
      width: 60%; }
    .mobile-menu .search-form .search-field {
      border: 0 solid white;
      background-color: #ec1455;
      color: white;
      border-bottom: 4px solid white !important;
      width: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-left: 20px;
      border-bottom: 4px solid #ec1455;
      font-size: 1.325rem;
      font-weight: bold; }
      .mobile-menu .search-form .search-field ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white; }
      .mobile-menu .search-form .search-field ::-moz-placeholder {
        /* Firefox 19+ */
        color: white; }
      .mobile-menu .search-form .search-field :-ms-input-placeholder {
        /* IE 10+ */
        color: white; }
      .mobile-menu .search-form .search-field :-moz-placeholder {
        /* Firefox 18- */
        color: white; }
      .mobile-menu .search-form .search-field::-webkit-input-placeholder {
        color: white; }
      .mobile-menu .search-form .search-field:-ms-input-placeholder {
        color: white; }
      .mobile-menu .search-form .search-field::-ms-input-placeholder {
        color: white; }
      .mobile-menu .search-form .search-field::placeholder {
        color: white; }
      @media only screen and (min-width: 600px) {
        .mobile-menu .search-form .search-field {
          font-size: 1.525rem; } }
    .mobile-menu .search-form .search-field::-webkit-input-placeholder,
    .mobile-menu .search-form .search-field::-webkit-input-placeholder,
    .mobile-menu .search-form .search-field::-moz-placeholder,
    .mobile-menu .search-form .search-field:-moz-placeholder,
    .mobile-menu .search-form .search-field:-ms-input-placeholder {
      color: white; }
    .mobile-menu .search-form .search-field::placeholder,
    .mobile-menu .search-form .search-field::-webkit-input-placeholder,
    .mobile-menu .search-form .search-field::-moz-placeholder,
    .mobile-menu .search-form .search-field:-moz-placeholder,
    .mobile-menu .search-form .search-field:-ms-input-placeholder {
      color: white; }
  .mobile-menu .return-home,
  .mobile-menu .acessibility,
  .mobile-menu .text-adjustment,
  .mobile-menu .language-transition {
    color: white;
    padding-left: 20px;
    margin-bottom: 20px; }
    .mobile-menu .return-home strong,
    .mobile-menu .acessibility strong,
    .mobile-menu .text-adjustment strong,
    .mobile-menu .language-transition strong {
      display: block;
      color: white; }
    .mobile-menu .return-home a,
    .mobile-menu .return-home .simple-link,
    .mobile-menu .acessibility a,
    .mobile-menu .acessibility .simple-link,
    .mobile-menu .text-adjustment a,
    .mobile-menu .text-adjustment .simple-link,
    .mobile-menu .language-transition a,
    .mobile-menu .language-transition .simple-link {
      display: inline-block;
      color: white;
      padding: 0 5px; }
      .mobile-menu .return-home a:first-of-type,
      .mobile-menu .return-home .simple-link:first-of-type,
      .mobile-menu .acessibility a:first-of-type,
      .mobile-menu .acessibility .simple-link:first-of-type,
      .mobile-menu .text-adjustment a:first-of-type,
      .mobile-menu .text-adjustment .simple-link:first-of-type,
      .mobile-menu .language-transition a:first-of-type,
      .mobile-menu .language-transition .simple-link:first-of-type {
        padding-left: 0; }
      .mobile-menu .return-home a:not(:last-of-type),
      .mobile-menu .return-home .simple-link:not(:last-of-type),
      .mobile-menu .acessibility a:not(:last-of-type),
      .mobile-menu .acessibility .simple-link:not(:last-of-type),
      .mobile-menu .text-adjustment a:not(:last-of-type),
      .mobile-menu .text-adjustment .simple-link:not(:last-of-type),
      .mobile-menu .language-transition a:not(:last-of-type),
      .mobile-menu .language-transition .simple-link:not(:last-of-type) {
        border-right: 1px solid #d2d2d2; }
  .mobile-menu .return-home,
  .mobile-menu .acessibility,
  .mobile-menu .text-adjustment {
    font-size: 1rem; }
  .mobile-menu .language-transition ul {
    padding: 0; }

/*
 *  Frontend styling for cookie notice
 *
 *  @package CBC Cookie Control
 *
 *
 */
/** Cookie Notice - Main Wrapper **/
.cbc-cookie-notice__wrapper.disabled {
  display: none; }

.cbc-cookie-notice__wrapper.allowed .cbc-cookie-notice {
  display: none; }

.cbc-cookie-notice__wrapper.allowed .cbc-cookie-notice__toggle {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/** Cookie Notice - Notice popup **/
.cbc-cookie-notice {
  position: fixed;
  padding: 10px 15px 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(238, 238, 238, 0.9);
  z-index: 1850; }

.cbc-cookie-notice__container {
  max-width: 1618px;
  margin: 0 auto; }

.cbc-cookie-notice_text {
  color: #fff; }
  @media only screen and (max-width: 576px) {
    .cbc-cookie-notice_text {
      text-align: center; } }
  .cbc-cookie-notice_text p {
    color: #333; }
  .cbc-cookie-notice_text p, .cbc-cookie-notice_text a, .cbc-cookie-notice_text label, .cbc-cookie-notice_text span {
    font-size: .95rem;
    margin-bottom: 0; }
  .cbc-cookie-notice_text a, .cbc-cookie-notice_text strong {
    font-weight: 700; }

.cbc-cookie-notice_text a:hover {
  text-decoration: underline; }

.cbc-cookie-notice_text {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .cbc-cookie-notice_text {
      display: inline-block;
      width: 70%; } }

.cbc-cookie-notice__button-container {
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .cbc-cookie-notice__button-container {
      display: inline-block;
      width: 30%;
      float: right; } }

.cbc-cookie-notice .cbc-cookie-notice__container .cbc-cookie-notice__button-container .cbc-cookie-notice__button,
.cbc-cookie-notice .cbc-cookie-notice__container .cbc-cookie-notice__button-container .cbc-cookie-notice__toggle {
  color: #fff; }

.cbc-cookie-notice__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 46%;
  max-width: 190px;
  margin: 0 1%;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .225s ease-in-out;
  -o-transition: opacity .225s ease-in-out;
  transition: opacity .225s ease-in-out; }
  @media only screen and (min-width: 800px) {
    .cbc-cookie-notice__button {
      display: inline-block;
      padding: 4px 20px;
      min-width: 100px; } }
  .cbc-cookie-notice__button:hover {
    opacity: .9; }

/** Cookie Notice - Toggle Button**/
.cbc-cookie-notice__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2px 6px 0;
  color: #fff;
  font-size: .875rem;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  z-index: 1050;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0.8;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .cbc-cookie-notice__toggle:hover {
    opacity: 19; }
