@charset "UTF-8";
/* Colours */
:root {
  /* Colors: */
  --unnamed-color-ff7900: #FF7900;
  --unnamed-color-00accf: #00ACCF;
  --unnamed-color-2e6e94: #2E6E94;
  --flvc-orange: #F58D15;
  --flvc-blue: #157BAF;
  --flvc-red: #E54A3C;
  --flvc-green: #66B821;
  --flvc-purple: #A45EA7;
  --flvc-dark-purple: #78457D;
  --flvc-grey: #808080;
  --flvc-text: #4D4D4D;
  --flvc-dark-blue: #134A62;
  --flvc-white: #FFFFFF;
  --flvc-grey: #616161;
  --unnamed-color-616161: #616161;
  --unnamed-color-006f98: #006F98;
  /* Font/text values */
  --unnamed-font-family-ubuntu: Ubuntu;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-weight-bold: bold;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-28: 28px;
  --unnamed-font-size-44: 44px;
  --unnamed-font-size-48: 48px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-28: 28px;
  --unnamed-line-spacing-32: 32px;
  --unnamed-line-spacing-50: 50px;
  --unnamed-text-transform-uppercase: uppercase;
}
/* Character Styles */
.unnamed-character-style-1 {
  font-family: var(--unnamed-font-family-ubuntu);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-48);
  line-height: var(--unnamed-line-spacing-28);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-006f98);
}
.sub-headings {
  font-family: var(--unnamed-font-family-ubuntu);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-28);
  line-height: var(--unnamed-line-spacing-32);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-616161);
}
.body-text {
  font-family: var(--unnamed-font-family-ubuntu);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-18);
  line-height: var(--unnamed-line-spacing-28);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-616161);
}
.heading {
  font-family: var(--unnamed-font-family-ubuntu);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-44);
  line-height: var(--unnamed-line-spacing-50);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-2e6e94);
  text-transform: var(--unnamed-text-transform-uppercase);
}
/* links */
a {
  color: var(--flvc-dark-blue);
}
.text-center {
  text-align: center;
}
span.thin {
  font-weight: 100;
}
/*-----------------------------------------
HTML, BODY
-----------------------------------------*/
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: var(--flvc-grey);
}
/* add background icon imaage as in design */
.page-id-12790 .page-intro, .page-id-139 .page-intro, .page-id-12910 .page-intro, .page-id-12894 .page-intro, .page-id-15626 .page-intro {
  background-image: url(/wp-content/uploads/2023/03/body-bk2.png);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-id-12790 .page-intro, .page-id-139 .page-intro, .page-id-15626 .page-intro {
    background-image: none;
  }
}
/* overwrite fixed width */
.fl-row-fixed-width, .flvc-page-header .fl-row-content.fl-row-fixed-width.fl-node-content {
  max-width: 1400px;
}
/* temp elements for Tabs */
.half {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
}
.third {
  width: 33%;
  display: inline-block;
  text-align: right;
  padding: 1%;
}
.two-thirds {
  width: 66%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
}
.container {
  position: relative;
  z-index: 1;
}
.mask {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 981px) {
  .mask {
    display: none;
  }
  .image-hero .fl-row-content-wrap {
    min-height: 23vh !important;
  }
  .image-hero .fl-module-heading .fl-heading {
    font-size: 26px;
  }
  .home .image-hero .fl-row-content-wrap {
    min-height: 70vh !important;
  }
}
@media (max-width: 768px) {
  .image-hero .fl-row-content-wrap {
    padding: 20% 0% 0 0 !important;
  }
}
.section.mobile-lang {
  display: none;
}
@media (max-width: 981px) {
  .section.mobile-lang {
    display: block;
    background: var(--flvc-purple);
    color: #fff;
    padding: 5px 2% 5px 0;
    text-align: right;
    width: 98%;
    position: relative;
    z-index: 99999;
  }
  .menu-languages-menu-container ul, .menu-languages-menu-container li {
    margin: 0em;
    list-style: auto;
  }
  .menu-languages-menu-container li a {
    color: #fff;
    background: var(--flvc-dark-purple);
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
}
/*-----------------------------------------
HEADER
-----------------------------------------*/
body > header > .section > .row {
  margin-top: 0px;
  padding: 0px;
}
body > header .logo img {
  width: auto;
}
body > header .topbuttons {
  display: inline-flex;
}
body > header .topbuttons .secondary-button {
  display: none;
}
body.page-id-15626 > header .topbuttons .secondary-button {
  display: inline-block;
}
header .search-form form {
  margin-bottom: 0;
}
header .search-form form input[type="text"], header .search-form form button {
  vertical-align: text-top;
}
@media (max-width: 1220px) {
  body > header .four.columns {
    width: 25.666667%;
  }
  body > header .eight.columns {
    width: 70.333333%;
  }
  body > header .logo img {
    width: 100%;
  }
}
@media (max-width: 981px) {
  body > header .topbuttons, header .search-form {
    display: none;
  }
  body > header .logo img {
    width: 140px;
    padding: 20px 0px;
  }
}
body > header .topbuttons .icon {
  padding: 7px 10px;
  height: 25px;
}
body > header .topbuttons .menu-languages-menu-container {
  padding-top: 3px;
}
body > header .social-links {
  display: none;
}
body > header .primary-button, body > header .secondary-button {
  border-radius: 0px 0px 10px 10px;
  margin: 0px 5px;
  padding: 0px 30px;
  height: 30px;
}
body > header a.primary-button, body > header a.secondary-button {
  text-decoration: none !important;
}
@media (max-width: 981px) {
  body > header .columns:first-child, body > header .columns:last-child {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* Blue Page Header */
.flvc-page-header.blue .fl-module-content.fl-node-content {
  margin-top: 16%;
}
@media (max-width: 768px) {
  .flvc-page-header.blue .fl-module-content.fl-node-content {
    margin-top: 8%;
  }
  .flvc-page-header.blue .flvc-page-header h1, .single-post .flvc-page-header h1 {
    font-size: 1.5em !important;
    width: 80%;
  }
}
/*-----------------------------------------
MAIN
-----------------------------------------*/
/*-----------------------------------------
HTML
-----------------------------------------*/
.page-title {
  background: var(--flvc-dark-blue);
  color: #ffffff;
  display: none;
}
.page-title h1 {
  margin-bottom: 0px;
  font-size: 3em;
}
.fl-row-content-wrap {
  overflow: hidden;
}
span.fl-heading-text {
  text-transform: uppercase;
}
main ul {
  list-style: inside;
}
.sticky-left {
  position: absolute;
  left: -20px;
}
.sticky-left img.fl-photo-img.size-full, .sticky-right img.fl-photo-img.size-full {
  width: auto !important;
}
.sticky-right {
  position: absolute;
  right: -30px;
}
@media (max-width: 981px) {
  .sticky-left, .sticky-right {
    display: none;
  }
}
.circle.green {
  background: green;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  color: #fff;
  font-size: 28px;
  line-height: 70px;
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 981px) {
  .flvc-page-header .fl-row-content-wrap {
    padding-top: 10px;
  }
  .flvc-page-header h1 {
    font-size: 1.5em;
  }
  .flvc-page-header .fl-module.fl-module-photo {
    display: none;
  }
}
.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
  padding: 10px 20px;
  text-decoration: none;
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
  background: var(--flvc-dark-blue);
  color: #fff;
  text-decoration: none;
}
/*** Line up Find out more links ***/
.fl-col-group.fl-node-pstmo5v981gx, .fl-col-group.fl-node-pstmo5v981gx > .fl-col, .fl-col-group.fl-node-95kr1t7gpbwm, .fl-col-group.fl-node-95kr1t7gpbwm > .fl-col, .fl-col-group.fl-node-z9gac1lhxi34, .fl-col-group.fl-node-z9gac1lhxi34 > .fl-col {
  /** Help for Individuals **/
  /** Help for Organisation **/
  /** Working Together **/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fl-col-group.fl-node-pstmo5v981gx > .fl-col > .fl-col-content, .fl-col-group.fl-node-95kr1t7gpbwm > .fl-col > .fl-col-content, .fl-col-group.fl-node-z9gac1lhxi34 > .fl-col > .fl-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fl-col-group.fl-node-pstmo5v981gx > .fl-col > .fl-col-content > .fl-module-button, .fl-col-group.fl-node-95kr1t7gpbwm > .fl-col > .fl-col-content > .fl-module-button, .fl-col-group.fl-node-z9gac1lhxi34 > .fl-col > .fl-col-content > .fl-module-button {
  margin-top: auto;
}
@media (max-width: 768px) {
  /** Help for Individuals **/
  /** Help for Organisation **/
  /** Help for Organisation **/
  .fl-col-group.fl-node-pstmo5v981gx, .fl-col-group.fl-node-pstmo5v981gx > .fl-col, .fl-col-group.fl-node-95kr1t7gpbwm, .fl-col-group.fl-node-95kr1t7gpbwm > .fl-col, .fl-col-group.fl-node-z9gac1lhxi34, .fl-col-group.fl-node-z9gac1lhxi34 > .fl-col {
    display: block;
  }
}
/*-----------------------------------------
HEADINGS
-----------------------------------------*/
h1 {
  font-size: 60px;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  color: var(--flvc-grey);
  font-weight: bold;
}
@media (max-width: 981px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.8em;
  color: var(--flvc-blue);
  font-weight: bold;
}
h4 {
  color: var(--flvc-blue);
  font-size: 1.6em;
}
/*-----------------------------------------
FORMS
-----------------------------------------*/
.inline-form > div {
  display: inline-block;
}
/* CF7 form layout */
.custom-form-wrapper {
  width: 100%;
  float: left;
}
.custom-form-section {
  width: 46%;
  display: inline-block;
  margin: 1%;
}
.custom-form-section-full {
  width: 98% !important;
  float: left;
  padding: 1%;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  background: transparent;
  padding: 22px 0px;
  margin-top: 10px;
}
.wpcf7-form textarea {
  min-height: 200px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
  width: auto;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: var(--flvc-blue);
  border: 0px;
  width: 150px;
  color: #fff;
  padding: 0px;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 400;
}
.wpcf7-not-valid {
  border-color: #bf1515 !important;
}
.wpcf7-not-valid-tip {
  color: #bf1515 !important;
}
div.wpcf7-mail-sent-ok {
  display: flex !important;
}
/*** Search form ***/
/*** Custom Search Results **/
.custom-search-results-search-keyword, .custom-search-results-row {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.custom-search-results-title {
  float: left;
  font-size: 2.2rem;
  width: 100%;
}
.custom-search-results-title .title {
  padding-right: 3em;
}
.custom-search-results-posttype {
  background: var(--flvc-purple);
  border-radius: 3px;
  color: var(--flvc-white);
  display: inline-block;
  float: right;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 16px;
  margin: 10px 0 0 10px;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  .custom-search-results-title > span:first-child {
    display: block;
  }
  .custom-search-results-posttype {
    clear: both;
    float: none;
    margin: 0;
  }
}
/*-----------------------------------------
BUTTONS
-----------------------------------------*/
button {
  transition-duration: 0.4s;
}
.primary-button {
  background: var(--flvc-dark-purple);
  border: 2px solid var(--flvc-dark-purple);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}
.primary-button:hover {
  background: #fff;
  border: 2px solid var(--flvc-purple);
  color: var(--flvc-dark-purple);
}
.secondary-button {
  background: var(--flvc-blue);
  border: 2px solid var(--flvc-blue);
  border-radius: 10px;
  color: #fff;
}
.secondary-button:hover {
  background: #fff;
  border: 2px solid var(--flvc-blue);
}
/* homepage header */
/*.fl-builder-content .fl-button-wrap a.fl-button {
		font-size: 30px!important;
}*/
@media (max-width: 768px) {
  .fl-builder-content .fl-button-wrap a.fl-button {
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 1em !important;
  }
}
/* Scale Homepage hero buttons */
@media (max-width: 1620px) {
  .homepage-hero .fl-button-wrap a.fl-button, .homepage-hero .fl-button-wrap a.fl-button:visited {
    font-size: 26px !important;
  }
}
@media (max-width: 1455px) {
  .homepage-hero .fl-button-wrap a.fl-button, .homepage-hero .fl-button-wrap a.fl-button:visited {
    font-size: 22px !important;
  }
}
@media (max-width: 1300px) {
  .homepage-hero .fl-button-wrap a.fl-button, .homepage-hero .fl-button-wrap a.fl-button:visited {
    font-size: 20px !important;
  }
}
@media (max-width: 1215px) {
  .homepage-hero .fl-button-wrap a.fl-button, .homepage-hero .fl-button-wrap a.fl-button:visited {
    font-size: 16px !important;
  }
}
@media (max-width: 1080px) {
  .fl-node-cr98bhpl27zs, .fl-node-rjgkcyh1ovli {
    width: 100%;
    float: none !important;
  }
  .fl-node-kdec9yq1sfmw .fl-button-wrap, .fl-node-fbs5vhwzunqy .fl-button-wrap {
    text-align: center;
  }
}
/* homepage intro */
.page-intro .fl-button-wrap a.fl-button {
  font-size: 16px !important;
}
.page-intro .fl-button i.fl-button-icon-after {
  color: var(--flvc-green) !important;
}
/*-----------------------------------------
PAGES
-----------------------------------------*/
/*-- HOME --*/
.home-hero {
  position: relative;
  z-index: 1;
}
.home-hero-button {
  position: relative;
  z-index: 999;
}
.hero-mask {
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.news-column {
  border-right: dotted;
  border-color: #eee;
}
@media (max-width: 768px) {
  .news-column {
    border-right: none;
  }
}
.latest-post.single .fl-post-grid-text {
  width: 49%;
  float: right;
}
.latest-post.single .fl-post-grid-image {
  width: 49%;
  float: left;
}
@media (max-width: 982px) {
  .latest-post.single .fl-post-grid-image, .latest-post.single .fl-post-grid-text {
    width: 99%;
  }
}
.latest-post.single .fl-post-grid-image img {
  border-radius: 30px;
}
/* reduce icons on mobile */
@media (max-width: 768px) {
  .icon-row .fl-photo-content img {
    max-width: 40%;
  }
}
/* Slider */
.fl-content-slider .fl-slide .fl-slide-content, .fl-content-slider .fl-slide .fl-slide-content .fl-button-wrap {
  text-align: center;
}
/* News grid items */
body .fl-post-grid-title {
  font-size: 26px;
  line-height: 30px;
  color: var--(--flvc-dark-blue);
}
body .fl-post-grid-content p {
  font-size: 16px;
  line-height: 24px;
}
/* -- CALENDAR --*/
h2#mc_head_my-calendar, .heading.my-calendar-month {
  font-size: 2.5em;
  font-family: inherit;
  margin-bottom: 30px;
  margin-top: 50px;
}
.mc-main td {
  height: 140px;
}
.mc-main h3 a {
  font: 400 16px Arial, Verdana, sans-serif;
  margin: 14px 0;
  padding: 0.5px;
}
.mc-main .my-calendar-nav {
  position: initial;
}
.mc-main .my-calendar-nav li a {
  color: #fff;
  background: var(--flvc-green);
  padding: 10px !important;
  border-radius: 5px;
  text-decoration: none;
}
.mc-main .my-calendar-nav li a:hover {
  color: #fff;
  border: 0px solid #00a;
}
#my-calendar nav, #mc-3d5a35dc491e7c24858a2c2a1c6047be nav {
  background: #00516f;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
.mc-main .my-calendar-date-switcher {
  padding: 4px;
  margin: 0 0 0px 30px;
}
.mc-main .my-calendar-date-switcher {
  background: transparent;
  border: 0px;
}
.mc-main select:not(.my-calendar-admin .mc-main select) {
  margin: 0 10px;
}
#my-calendar-month option, #my-calendar-year option {
  color: #333;
}
.mc-main .my-calendar-header input[type=submit] {
  background: var(--flvc-green);
  color: #fff;
}
.mc-main .my-calendar-header a, .mc-main select:not(.my-calendar-admin .mc-main select), .mc-main .my-calendar-header {
  color: #fff;
}
.mc-main .my-calendar-header .mc-format a, .mc-main .my-calendar-header .mc-time a {
  color: var(--flvc-green);
}
.mc-main .category-key ul li {
  margin-bottom: 0.5em;
}
.mc-main .category-key ul li.current:not(.all-categories) a {
  background: transparent;
  border: 0;
  color: #FFFFFF;
}
.mc-main .category-key .all-categories span {
  color: #FFFFFF;
}
/* SINGLE EVENT & NEWS */
.single-mc-events .page-title {
  background: var(--flvc-dark-blue);
  color: #ffffff;
  display: block;
  background-image: none !important;
}
h2.event-title.summary {
  padding: 20px;
  font-size: 2em;
  margin-bottom: 30px;
}
.mc-main .details .mc-image {
  margin: 30px 0px;
}
/* NEWS */
.single-post .page-title {
  background: var(--flvc-dark-blue);
  color: #ffffff;
  display: block;
}
.single-post .page-title > .row, .single-mc-events .page-title > .row {
  background-image: url(/wp-content/themes/aws-sj27ds/assets/img/page-header-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 31vw;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.single-post .page-title h1, .single-mc-events .page-title h1 {
  font-size: 4em;
  max-width: 1400px;
  margin: 0px auto;
  margin-top: 6%;
  text-transform: uppercase;
}
@media (max-width: 981px) {
  .single-post .page-title h1, .single-mc-events .page-title h1 {
    font-size: 1.5em;
  }
}
.single-mc-events .page-title h1 svg.category-icon {
  display: none;
}
.news-cards .fl-post-column {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
  /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;*/
  margin: 20px;
  border-radius: 20px;
}
.fl-post-grid-title {
  text-transform: uppercase;
}
a.fl-post-grid-more {
  background: #096fa3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
}
a.fl-post-grid-more:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 20px;
}
.post-tab {
  background: var(--flvc-green);
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #fff;
}
.post-tab-bottom::before {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  border-left: 12px solid transparent;
  border-right: 24px solid #00800000;
  border-bottom: 24px solid #66b82100;
  border-top: 18px solid #66b821;
  left: -22px;
  bottom: -49px;
  z-index: 999;
}
/*-- CONTACT --*/
.contact-wrapper {
  display: block;
}
.contact-wrapper .third {
  text-align: center;
  vertical-align: top;
  margin-top: 30px;
}
.contact-wrapper .two-thirds {
  text-align: left;
  vertical-align: text-top;
  margin-top: 30px;
}
/*-- LINE UP LINKS --*/
@media (min-width: 991px) {
  .flexbox-row .fl-module.fl-module-rich-text {
    min-height: 7em;
  }
  .page-id-15626 .flexbox-row .fl-module.fl-module-rich-text {
    min-height: 4em;
  }
}
/*-----------------------------------------
ACCORDIONS
-----------------------------------------*/
.fl-accordion .fl-accordion-item {
  margin-bottom: 1em;
}
.fl-accordion .fl-accordion-button {
  background: var(--flvc-blue);
  padding: 1em;
}
.fl-accordion .fl-accordion-button .fl-accordion-button-label {
  color: var(--flvc-white);
  outline: 0;
}
.fl-accordion .fl-accordion-button .fl-accordion-button-icon {
  color: var(--flvc-white);
  outline: 0;
  text-decoration: none;
}
.fl-accordion .fl-accordion-content {
  padding: 1em;
}
/*-----------------------------------------
TABS
-----------------------------------------*/
.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label, .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
  border-color: transparent;
  border-radius: 10px 10px 0 0;
  background: var(--flvc-purple);
  color: #fff;
  text-decoration: none;
  margin: 0px 10px 0 0;
  width: 352px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label, .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    width: 200px !important;
  }
}
.fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
  background: var(--flvc-dark-blue);
  width: 352px;
  font-size: 20px;
  text-align: center;
}
.fl-tabs-panel-content {
  padding: 30px;
  color: #fff;
}
.custom-tabs h3 {
  color: #fff;
  font-size: 28px;
}
.fl-tabs-panel-label span, .fl-tabs-panel-label .fa-plus:before {
  color: #fff;
}
/*-----------------------------------------
MENUS
-----------------------------------------*/
.topmenu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.page-id-15626 .topmenu > li.help-for-individuals-menu-item {
  background: var(--flvc-blue);
  border-radius: 4px;
}
.page-id-15626 .topmenu > li.help-for-individuals-menu-item > a {
  color: #FFFFFF;
}
.page-id-15626 .topmenu > li.help-for-organisations-menu-item {
  background: var(--flvc-green);
  border-radius: 4px;
}
.page-id-15626 .topmenu > li.help-for-organisations-menu-item > a {
  color: #FFFFFF;
}
.topmenu > li a {
  display: inline-block;
  padding: 5px 0 10px 0;
  text-decoration: none;
  color: #4D4D4D;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.topmenu > li a:hover {
  text-decoration: none;
  color: var(--flvc-blue);
}
/* hide Home menu from desktop - as per XD design */
#menu-topmenu .menu-item-home, #menu-topmenu_cym .menu-item-home {
  display: none;
}
@media (max-width: 1350px) {
  .topmenu > li {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .topmenu > li a {
    font-size: 15px;
  }
}
@media (max-width: 1220px) {
  .topmenu > li a {
    font-size: 15px;
  }
}
@media (max-width: 1140px) {
  .topmenu > li a {
    font-size: 13px;
  }
}
/* Sub Menus */
.topmenu .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 99;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  width: 300px;
}
.topmenu > li.menu-item-12885 .sub-menu, .topmenu > li.menu-item-9422 .sub-menu {
  left: auto;
  right: 0;
}
.topmenu li:hover > .sub-menu {
  display: block;
}
.topmenu > li > .sub-menu li {
  margin: 0;
}
.topmenu > li .sub-menu a {
  display: block;
  padding: 1rem;
}
.topmenu > li .sub-menu a:hover {
  color: #fff;
  background: var(--flvc-blue);
}
.topmenu .sub-menu .sub-menu {
  left: auto;
  right: 297px;
  top: 10px;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu > li {
  margin: 0;
}
.footer-menu > li > a {
  text-decoration: none;
}
@media (min-width: 982px) {
  .footer-menu > li {
    display: inline-block;
  }
  .footer-menu > li > a {
    padding: 10px 10px 10px 0;
    text-decoration: none;
  }
}
/* SLICK NAV */
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 981px) {
  .js .topmenu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
}
.mobile-menu {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}
.mobile-menu .slicknav_btn {
  margin-top: 65px;
}
.mobile-menu .slicknav_nav {
  padding-top: 60px;
}
.admin-bar .mobile-menu {
  top: 46px;
}
/* SlickNav overrides */
.slicknav_btn {
  margin: 30px 15px 10px;
}
.slicknav_nav {
  background: var(--flvc-blue);
  text-align: left;
}
.slicknav_nav a {
  padding: 15px 10px;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #0b2f3e;
  color: #fff;
}
.slicknav_nav .slicknav_row {
  padding: 15px 10px;
}
.slicknav_nav .slicknav_item a {
  display: inline-block;
  width: 90%;
}
.slicknav_menu .slicknav_icon-bar {
  width: 1.4em;
  height: 0.2em;
  -webkit-box-shadow: 0 1px 0 var(--flvc-blue);
  -moz-box-shadow: 0 1px 0 var(--flvc-blue);
  box-shadow: 0 3px var(--flvc-blue);
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: var(--flvc-dark-blue);
}
/*-----------------------------------------
FOOTER
-----------------------------------------*/
footer {
  background: var(--flvc-dark-blue);
  color: #ffffff;
  padding-top: 50px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .icon {
  height: 50px;
  vertical-align: middle;
  padding-right: 10px;
}
footer .row {
  padding: 2px;
}
.row.footer-2 {
  font-size: 30px;
  padding: 30px 0px;
}
.footer-3 .fa {
  background: #fff;
  color: #134a62;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  border-radius: 50%;
}
.footer-3 .col-3 a {
  color: var(--flvc-dark-blue);
}
.footer-logos > div {
  display: inline-block;
  padding: 0 1%;
  vertical-align: top;
  width: 30%;
}
.footer-logos > div img {
  height: auto;
  width: 100%;
}
.footer-logos > div:last-child {
  width: 17%;
}
@media screen and (max-width: 981px) {
  .footer-1 img {
    width: 180px;
  }
  .footer-3 .col-3 {
    width: 100%;
    text-align: center;
  }
  .footer-3 img {
    width: 25%;
    padding: 1%;
  }
  .footer-3 .social-links {
    margin-bottom: 5px;
  }
  footer .icon {
    height: 25px;
  }
  footer .footer-3 .columns {
    padding: 5px;
  }
}
/* Social Links */
.social-links {
  list-style-type: none !important;
  padding: 0 !important;
  margin-top: 10%;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links li a {
  font-size: 30px;
}
/* Social Share */
.social-share-container {
  width: 100%;
  float: left;
}
.social-share-text {
  float: left;
  margin: 0.5em 0.6em 0.3em 0;
  font-weight: bold;
}
.social-share {
  float: left;
}
.social-share-text {
  color: #e55912;
}
.jssocials-share-twitter .jssocials-share-link, .jssocials-share-linkedin .jssocials-share-link {
  color: #ffffff;
}
.jssocials-share-linkedin .jssocials-share-link .jssocials-share-logo {
  margin-top: -2px;
}
.jssocials-share-label {
  display: none;
}
.copyright {
  background: #0d3343;
  font-size: 14px;
}
/* Cookie Bar Button Colour Fix for iPhone */
.cookie-bar-bar button#catapultCookie {
  background: #cccccc;
}
/* Make complianz 100% wide on page */
#cmplz-document {
  max-width: 100%;
}
ul#menu-legal {
  text-align: right;
}
#menu-legal.footer-menu > li > a {
  font-style: 14px;
}
.flvc-post-card {
  width: 31%;
  margin: 1%;
  display: inline-block;
  vertical-align: text-top;
}
.flvc-post-type {
  background: var(--flvc-green);
  display: flex;
  padding: 0px 30px 10px 10px;
  color: #fff;
  width: fit-content;
}
.flvc-post-type::before {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  border-left: 12px solid transparent;
  border-right: 5px solid #00800000;
  border-bottom: 5px solid #66b82100;
  border-top: 18px solid #66b821;
  left: -10px;
  bottom: -34px;
}
a.flvc-post-title {
  display: block;
  text-decoration: none;
  font-size: 1.5em;
}
