/* custom css */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    font-family: Roboto, sans-serif;
}
html {
/*    position: relative;*/
    min-height: 100%;
    font-size: 62.5%;
}
main {
    margin-top: 0;
    overflow: hidden;
}
* {
    --lightgrey: #D8D8D8;
    --color-charcoal: #151515;
    --color-charcoal-500: #333333;
    --color-offwhite: #F4F4F4;
    --color-ukflag: #CF142B;
    --color-ukflag-800: #720B18;
    --color-deepblue: #002F6C;
    --color-flagblue: #0033A0;
    --color-flagblue-500: #E6EBF6;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    font-size: 1.6rem; /* default size */
    line-height: 150%;
    transition: font-size 0.2s ease; /* smooth resizing */
    color: var(--color-charcoal-500);
    overflow-x: hidden;
}
a{
    color: var(--color-charcoal-500)
}
a:hover, a.active, nav ul li a:hover {
    text-decoration: underline;
}
a:hover{
    color: var(--color-flagblue)
}
footer {
    /*position: absolute;
    bottom: -20px;
    width: 100%;
    height: 60px;*/ /* Set the fixed height of the footer here */
    /*line-height: 60px;*/ /* Vertically center the text there */
    background-color: var(--color-deepblue);
    margin: 0;
    padding: 0;
}
footer nav ul{
    background: transparent;
}
footer *{
    color: var(--color-offwhite) !important;
}
h1, h2, h3, h4, h5, h6{line-height: normal}
h1, .h1 {font-size: 5.6rem;}
h2, .h2 {font-size: 4.8rem;}
h3, .h3 {font-size: 4rem;}
h4, .h4 {font-size: 3.2rem;}
h5, .h5 {font-size: 2.4rem;}
h6, .h6 {font-size: 2rem;}
p{line-height: 2.4rem}

.text-small{font-size: 1.4rem;}
.text-normal{font-size: 1.6rem;}
.text-medium, .text-medium p{font-size: 1.8rem;}
.text-large{font-size: 2rem;}

.fw-semi-bold{font-weight: 600;}

@media(max-width:991px) {
/*    h1, h2, h3, h4, h5, h6{line-height: 1.2}*/
    h1, .h1 {font-size: 4rem;}
    h2, .h2 {font-size: 3.6rem;}
    h3, .h3 {font-size: 3.2rem;}
    h4, .h4 {font-size: 2.4rem;}
    h5, .h5 {font-size: 2rem;}
    h6, .h6 {font-size: 1.8rem;}
    .text-medium, .text-medium p{font-size: 1.6rem;}
}
img, svg {
    max-width: 100%;
}
.cursor-pointer{
    cursor: pointer;
}
.container {
    max-width: 1600px;
    width: 100%
}
.rounded-8, .rounded-8 img{
    border-radius: 8px;
}
.mt-24{
    margin-top: 24px;
}
.fa-solid{
    font-family: "FontAwesome"
}
@media(min-width: 992px) {
    .me-lg-64 {
        margin-right: 64px;
    }
}
.no-hover:hover {
    text-decoration: none;
    color: inherit;
}
.no-hover:focus{
    outline: none;
}
.bg-blue {
    background: var(--color-deepblue);
}
.border-bottom-1{
    border-bottom: 1px solid !important;
}
/*scrollbars*/
* {
    scrollbar-width: thin;
    scrollbar-color: #333 white;
}
    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    *::-webkit-scrollbar-track {
        background: white;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 0;
        border: 0px solid white;
    }

.text-white {
    color: var(--color-offwhites);
}
.text-ukflag{
    color: var(--color-ukflag);
}
.text-deepblue {
    color: var(--color-deepblue);
}
.text-charcoal {
    color: var(--color-charcoal);
}
.text-charcoal-500 {
    color: var(--color-charcoal-500);
}
.fw-semibold{
    font-weight: 500;
}
.bg-red {
    background: #FAE8EA
}
.bg-offwhite {
    background: var(--color-offwhite)
}
.btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 100%;
}
.btn:hover{text-decoration: none;}
.btn-blue {
    background: var(--color-deepblue);
    color: var(--color-offwhite);
}
.btn-blue:hover{
    background: var(--lightgrey);
    color: var(--color-deepblue);
    text-decoration: underline;
}
.btn-grey {
    background: var(--lightgrey);
    color: var(--color-deepblue);
}
.btn-light-blue {
    background: var(--color-flagblue);
    color: var(--color-offwhite);
}
.btn-grey:hover, .btn-light-blue:hover {
    background: var(--color-deepblue);
    color: var(--color-offwhite);
    text-decoration: underline;
}
.h-60 {
    height: 60px;
    width: auto !important;
}

.border-light {
    border: 1px solid var(--lightgrey)
}
.col-left .space-col {
    margin-right: 64px;
}
.col-right .space-col {
    margin-left: 64px;
}

.col-lg-6.col-left > div {
    padding-right: 30px;
}
.col-lg-6.col-right > div {
    padding-left: 30px;
}
.d-mobile {
    display: none;
}
.w-250-fill {
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px) {
    .img-250 img {
        height: 250px;
        width: 250px;
        object-fit: contain;
        background: #E6EAF0;
    }

    .w-250-fill {
        width: calc(100% - 250px);
        padding-left: 24px;
    }
    .w-lg-auto{
        width: auto!important
    }
}
@media(max-width: 769px) {
    .d-mobile {
        display: initial;
    }
}
.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition: all 1s;
    pointer-events: none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.cardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

/* site sepecific */

.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label  {
    padding-left:10px
}

.row-fluid.row.jobItem {
    border: 1px solid var(--color-deepblue);
    border-radius: 5px;
    padding: 15px;
}

.row-fluid.row.jobItem a {
    text-decoration: none;
    background: var(--color-deepblue);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.darkblue-background {
    background-color: var(--color-deepblue);
    color: var(--color-offwhite);
}
.flagblue-500-background {
    background: var(--color-flagblue-500);
}
.darkblue-background .text-deepblue{
    color: var(--color-offwhite);
}
.lightblue-background {
    background-color: var(--color-flagblue);
    color: white;
}
.white-background {
    background-color: #ffffff;
}
.white-background .card-title {
    color: var(--color-deepblue);
}
.gray-background {
    background-color: var(--lightgrey);
    color: var(--color-deepblue);
}
.blue-button {
    background-color: var(--color-flagblue);
    color: white;
}
.red-button {
    background-color:var(--color-ukflag);
    color: white;
}
.red-button:hover{
    background-color: var(--color-ukflag-800);
    color: white;
}
.ContentCard-lightblue-background {
    background-color: var(--color-flagblue);
    color: white;
}

.ContentCard-white-background {
    background-color: #ffffff;
}

.ContentCard-transparent-background {
    background-color: transparent;
    color: var(--color-deepblue);
}


/* #region Carousel*/

.card_background .col-md-7 {
    text-align: left;
}


    .card_background .col-md-7 .buttons {
        /*        position: relative;
        top: 65%;*/
    }

    .card_background .col-md-7 .carouselButton {
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        border: 1px solid #fff;
        border-radius: 5px;
    }

.card_background {
    display: flex;
    align-items: center;
}

.blue-pseudo {
    background: var(--color-deepblue);
    padding: 64px 0;
}
.pseudo {
    padding: 64px 0;
}
.border-1{
    border: 1px solid var(--color-deepblue);
}
@media(min-width: 769px) {
/*    .blue-pseudo, .pseudo {
        padding: 112px 0 0 0;
    }*/
}

@media (max-width: 768px) {
/*    .imgCard.pseudo {
        padding: 0 !important;
    }*/
}
.blue-pseudo, .pseudo {
    position: relative;
}
.grey-pseudo {
    position: relative;
}

.blue-pseudo::before, .pseudo::before, .grey-pseudo::before, .alert-pseudo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw - 10px);
    height: 100%;
    background: var(--color-deepblue);
    transform: translateX(-50%);
    z-index: -1;
}
.pseudo::before{
    background: inherit;
}
.grey-pseudo::before, .grey-pseudo {
    background: var(--color-offwhite);
}

.carousel-item {
    min-height: 300px;
    height: auto;
}

.carousel-item {
    transition: opacity 0.8s ease-in-out; /* smooth fade */
/*    min-height: 500px;*/
}

    .carousel-item > div {
        width: 100%;
        height: 100%;
    }

.carousel-inner {
    overflow: hidden;
}

.carousel-item {
    transition: transform 1s ease, opacity 0.8s ease-out;
}

.card_background img {
    max-height: 100%;
    object-fit: contain;
    max-height: 500px;
}

.carousel-indicators {
    bottom: -45px;
    margin: 0;
    margin-top: 32px;
    justify-content: flex-start;
}
@media(min-width: 769px) {
    .carousel-indicators {
        bottom: 0px;
    }
}
.container .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

    .container .carousel-indicators button.active {
        width: 40px;
        height: 8px;
        border-radius: 6px;
        background-color: white;
    }

    .container .carousel-indicators button:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

.buttons .carouselButton:first-child {
    background: var(--color-flagblue-500);
    color: var(--color-charcoal);
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.slider .carousel-inner .carousel-item.active,
.slider .carousel-inner .carousel-item-next,
.slider .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/*additional UI*/



.org-card, card {
}

    .org-card:hover {
        cursor: pointer;
    }
.container .carousel-indicators button.btn-move {
    height: 48px;
    width: 48px;
    border: none;
    background-color: transparent;
    text-indent: unset;
    opacity: 1;
}
.container .carousel-indicators button.btn-move:hover path{
    fill: #0033A0;
}
.container .carousel-indicators button.btn-move:hover rect{
    fill: #E6EAF0;
}
/* #endregion Carousel*/
    /* #region Featured Banner*/
    .featured-banner .featuredContent > div, .accordion-button, .accordion-Section .accordion-body {
    padding: 8px;
    padding-left: 32px;
    border-left: 2px solid transparent;
}
.featured-banner .featuredContent > .active, .accordion-item:has(.accordion-button:not(.collapsed)), .featured-banner .featuredContent > div:has(h5.active) {
    background: var(--color-flagblue-500);
    border-left: 2px solid var(--color-deepblue);
}
.accordion-button::after{
    background-image: none !important;
}
.accordion-button:focus{
    border-color: transparent;
}
button:focus:not(:focus-visible){
    outline: none;
}
.accordion-button {
    /*    background-color: #e7f1ff;*/
    box-shadow: none;
}
.accordion-flush .accordion-item{
    border: none;
}
.accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    color: var(--color-deepblue);
}
.text-white .breadcrumb *{
    color: var(--color-offwhite)
}
.breadcrumb ul li a{
    padding: 0;
    margin-right: 8px;
    text-decoration: none;
}
.breadcrumb ul li:after{
    margin-right: 8px;
}
.breadcrumb ul li:last-child {
    font-weight: bold;
}
.fade:not(.show){
    opacity: unset;
}
/* #endregion Featured Banner*/
/* #region Cards*/
.card-img img {
    width: 48px;
}
.p-large{
    padding: 64px 112px;
}
.p-64 {
    padding: 64px;
}
.p-24 {
    padding: 24px;
}
.mb-80{
    margin-bottom: 80px;
}
.p-32{
    padding: 32px;
}
.p-24{
    padding: 24px;
}
@media(max-width: 767px) {
    .p-64 {
        padding: 64px 20px;
    }
}

@media (min-width: 576px) {
  /* Ensure equal height as before */
  .equal-height {
      display: flex;
  }

  .equal-height.col-sm-6 .cardWrapper {
      flex: 1;
  }

  /* Extend background fully left for the first column */
  .equal-height.col-sm-6.left .cardWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: inherit;
    z-index: 0;
  }

  /* Extend background fully right for the second column */
  .equal-height.col-sm-6.right .cardWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: inherit;
    z-index: 0;
  }

  /* Ensure content stays above the background */
  .equal-height.col-sm-6 .cardWrapper > * {
    position: relative;
    z-index: 1;
  }

  .col-sm-12:has(.ctacard) .cardWrapper::before{
        content: "";
        position: absolute;
        top: 0;
        right: -100vw;
        left: -100vw;
        height: 100%;
        z-index: -1;
        background: inherit;
  }
}
.mapCard img {
    height: 240px;
    object-fit: contain;
    background: #E6EAF0;
    border-radius: 8px;
    margin-bottom: 32px;
}
/* #endregion Cards*/
/* #region Navigation*/

header.container ul li {
    line-height: 100%;
}
.list-unstyled li {
    list-style: none;
    margin: 0;
}
#font-dropdown{
    padding: 24px;
}
nav .hamburger{
    position: static;
}
header{
    padding: 16px;
}
nav ul li a {
    font-size: 1.6rem;
    text-transform: capitalize;
}
nav ul li{
    padding: 10px 16px;
}
header .search-field {
    z-index: 50;
    width: min-content;
    border: 1px solid var(--color-flagblue-500);
    padding: 24px;
    background: white;
    border-radius: 8px;
}
header .search-field input[type=text]{
    line-height: 2.8rem;
    border-radius: 8px;
    margin-bottom: 16px;
        text-align: left !important;
    padding-left: 16px !important;
}
.SearchContainer {
    position: absolute;
    top: 30px;
    right: -36px;
}
.search-bar{
    position: relative;
}
.search-bar input[type="button"]{
    background: var(--color-deepblue);
    color: var(--color-offwhite);
    border: 1px solid var(--lightgrey);
        padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 100%;
}
.search-bar input[type="button"]:hover{
    background: var(--lightgrey);
    color: var(--color-deepblue);
}
.fa-search:before {
    font-size: 18PX;
    color: var(--color-flagblue);
    cursor: pointer;
}
.announcement__close {
    position: absolute;
    right: 12px;
    top: 16px;
    background: none;
    border: none;
    cursor: pointer;
}
.announcement-bar {
    background: var(--color-ukflag);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    color: var(--color-offwhite);
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
}
.announcement-bar a{
    color: white;
}
.announcement-inner > .col-12 span:last-child{
    display: none;
}
.alert {
    padding: 1.6rem 1rem;
}
@media(max-width: 991px) {
    .nav-wrapper {
        position: fixed;
        left: 0px;
        top: 207px; /*Add JS to calculate on click and resize based on header*/
        width: 100%;
    }
    .navbar-toggle{
        border: 0;
        background: transparent;
    }
    nav ul.level-one{
        width: 100%;
    }
    .headerNav {
        z-index: 99999
    }
}
body.nav-open {
    overflow: hidden;
    height: 100vh;
}
body.nav-open main{
    opacity: 0.3;
}
button {
    font-size: 1.6rem;
}
#mobile-menu-toggle {
    width: 40px;
    height: 50px;
}
/* #endregion Navigation*/

/* #region ListingPages*/
.news-card .border-2px {
    border: 2px solid var(--color-offwhite);
}
.news-card .border-2px:hover {
    border-color: #8AA1D3;
}
.articleTag {
    background: #E6EAF0;
    color: var(--color-deepblue);
    padding: 4px 8px;
}
ul, ol{
    padding-left: 2rem;
}
.container ul li{
    line-height: 2.4rem;
}
.shares {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

.shares li {
       display: inline-block;
       width: 32px;
       height: 32px;
       margin-right:5px !important;
       margin-left:0;
       background:none !important;
       padding:0;

}

.shares li a picture, .shares li a img {
       max-width: 32px;
       width: 32px;
       height: 32px;
       margin:0 !important;
}

.h-250 {
    height: 250px;
    object-fit: cover;
}
.gap-64 {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}

/* Each child */
.gap-64 > div {
  flex: 1 1 calc(33.333% - 64px);
  max-width: calc(33.333% - 64px);
}

.gap-48 > div {
    flex: 1 1 calc(33.333% - 48px);
    max-width: calc(33.333% - 48px);
}

/* Make it responsive — 2 per row on tablets, 1 on mobile */
@media (max-width: 992px) {
  .gap-64 > div {
    flex: 1 1 calc(50% - 64px);
    max-width: calc(50% - 64px);
  }
  .gap-48 > div {
    flex: 1 1 calc(50% - 48px);
    max-width: calc(50% - 48px);
  }
}

@media (max-width: 576px) {
  .gap-64 > div, .gap-48 > div {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.list-btn.nav-tabs .nav-link {
    color: var(--color-charcoal);
    background: white;
    border: 1px solid var(--color-flagblue);
    border-radius: 8px;
}
.list-btn.nav-tabs .nav-link.active {
    color: var(--color-offwhite);
    background: var(--color-flagblue);
    border: 1px solid #8AA1D3;
    border-radius: 8px;
    text-decoration: none;
}
.list-btn.nav-tabs .nav-link.active:hover, .list-btn.nav-tabs .nav-link:hover, .dropdown-toggle.dropdown-styled:hover, .dropdown-toggle.dropdown-styled:focus{
    background: var(--color-deepblue);
    color: var(--color-offwhite);
    text-decoration: underline;
}
.dropdown-toggle.dropdown-styled {
    background: white;
    border: 1px solid var(--color-flagblue);
    color: var(--color-charcoal);
}
/*.dropdown-toggle.dropdown-styled:hover, .dropdown-toggle.dropdown-styled:focus{
    background: var(--color-flagblue);
    color: var(--color-offwhite);
}*/
.dropdown-toggle.dropdown-styled + .dropdown-menu{
    list-style: none;
    padding: 20px;

}
/* #endregion ListingPages*/


/* #region SliderImages*/

/* Fade animation */
.contentVeticalFrame {
    position: relative;
   /* aspect-ratio: 1;*/
    width: 100%;
/*    width: -moz-available;
    width: -webkit-fill-available;*/
}
.feature_section_image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* full height of parent */
    display: flex; /* use flexbox for vertical centering */
    justify-content: center; /* horizontal centering */
    align-items: center; /* vertical centering */
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    display: none;
    aspect-ratio: 1;
}

.feature_section_image.active {
    opacity: 1;
    pointer-events: auto;
    display: block;
}
.img-overlay img {
    max-width: 50px;
}
/* The overlay effect - lays on top of the container and over the image */
.img-overlay {
    /*    position: absolute;*/
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;

}

.feature_section_image .img-overlay{
    max-width: 360px;
    border-radius: 24px;
    background: var(--color-offwhite);
    padding: 24px;
    display: flex; 
    gap: 16px;
    color: var(--color-charcoal-500);
    right: 32px;
    bottom: 32px;
}
.feature_section_image .img-overlay img{
    width: 48px;
    height: auto;
}
@media(min-width: 992px) {
    .feature_section_image .img-overlay {
        flex-direction: column;
    }
}
@media(max-width: 768px){
    .feature_section_image .img-overlay {
        width: 100%;
        border-radius: 8px;
        bottom: 0;
        right: 0;
        max-width: unset;
    }
}
/* #region SliderImages*/


/* #region Listing page */

.card-grey {
/*    padding: 24px;*/
    background: var(--color-offwhite);
    border-radius: 16px;
/*    margin: 0 16px;*/
    color: var(--color-charcoal)
}
.bg-offwhite .card-body .card-title{
    color: var(--color-deepblue);
}
.card-grey .h5:hover {
    text-decoration: underline;
}
.card-grey.card-blue {
    background: var(--color-flagblue-500);
}
.listing-card-img {
    height: 300px;
    margin: 0;
}
.list-category {
    font-size: 1.4rem;
    color: var(--color-ukflag);
    background: #FAE8EA;
    padding: 4px 8px;
}
.margin-comp-16 {
    margin-left: -24px;
    margin-right: -24px;
}
.search-form input, .btn.btn-dropdown.dropdown-toggle {
    padding: 10px 12px !important;
    font-size: 1.6rem;
    border: 1px solid var(--color-charcoal);
    border-radius: 8px;
    margin-right: 16px;
    line-height: 24px;
}
.btn.btn-dropdown.dropdown-toggle{

}
.list-group-item, .list-group-item label{
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
}
/* #endregion*/

/* #region Modals */
.modal-header{
    border: none;
}
.modal-content{
    padding: 32px;
}
.modal-dialog{
    max-width: unset;
}
/* #endregion Modals */

/* #region Forms CSS*/
.fb-form .form-group {
    margin-bottom: 11px;
}
.fb-form .form-group .fb-label, .fb-form .validation {
    margin-bottom: 8px;
    padding-left: 0px;
    display: block;
    font-size: 1.6rem;
    font-weight: normal !important;
    color: var(--color-deepblue);
}
.fb-form .form-group .validation {
    color: red;
}
.fb-form .form-group .fb-control.fb-textBox, .fb-form .form-group .fb-control.fb-contentBox {
    border-radius: 8px;
    height: auto;
    padding: 12px !important;
    line-height: 150%;
    font-size: 1.6rem;
    border: 1px solid var(--color-charcoal-500);
    background: var(--color-offwhite);
}
.fb-form .form-group .fb-control.fb-textBox:focus, .fb-form .form-group .fb-control.fb-contentBox:focus{
    border: 1px solid var(--color-flagblue);
    outline: solid 1px var(--color-deepblue);
/*    outline: none;*/
}
.fb-form .form-group .fb-control.fb-button {
    background: var(--color-flagblue);
    box-shadow: none;
    font-family: Roboto;
    padding: 15px 24px !important;
    text-transform: capitalize;
    color: var(--color-offwhite);
}
.fb-form .form-group .fb-control.fb-button:hover {
    background: var(--color-deepblue);
}
/* #endregion Forms CSS*/

/* #region Snippets*/
.quotes {
    display: block;
    border-left: 1px solid #002F6C;
    padding-left: 20px;
    font-style: italic;
}

.quotes-wrap {
    padding: 24px 36px;
    background: var(--color-offwhite);
}

.image-with-quotes {
    width: 100%;
    max-width: 768px;
    vertical-align: middle;
    margin: 48px auto;
}
.image-with-quotes img{
    object-fit: contain;
    border-radius: 8px;
}
/* #endregion Snippets*/

.list-group-item, .list-group-item label {
    width: -webkit-fill-available;
    width: stretch;
}