/*Fonts*/
@font-face {
    font-family: "Nexa";
    src: url("fonts/nexa-bold.eot");
    src: url("fonts/nexa-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/nexa-bold.woff2") format("woff2"),
    url("fonts/nexa-bold.woff") format("woff"),
    url("fonts/nexa-bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/nexa-light.eot");
    src: url("fonts/nexa-light.eot?#iefix") format("embedded-opentype"),
    url("fonts/nexa-light.woff2") format("woff2"),
    url("fonts/nexa-light.woff") format("woff"),
    url("fonts/nexa-light.ttf") format("truetype");
    font-weight: 300;
}

/*General*/
* {
    margin: 0;
    padding: 0;
}
.ui-datepicker-prev::after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "\f053";
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: 10px;
    color: #433f38;
}
.ui-datepicker-next::after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "\f054";
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: 10px;
    color: #433f38;
}
#overdiv *,
#mint_popup.general-popup * {
    box-sizing: border-box;
}
#main ul,
#main ol {
    padding-left: 20px;
}

/*Admin fields*/
#overdiv.admin .mint_field {
    min-height: 24px;
    min-width: 40px;
}

/*Images*/
#overdiv img {
    max-width: 100%;
    max-height: 100%;
}
.bg-container {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bg-container img {
    opacity: 0;
}

/*Links*/
#overdiv a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/*Overdiv and sections*/
#overdiv,
#overdiv input,
#overdiv select,
#overdiv .button,
#mint_popup.gallery-popup {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #53565A;
}
#overdiv strong {
    font-weight: 700;
}

/*Flex*/
.flex {
    display: flex;
}
.flex.sb {
    justify-content: space-between;
}
.flex.jc {
    justify-content: center;
}
.flex.ac {
    align-items: center;
}

/*Block*/
.block {
    display: block;
}

/*Positions*/
.relative {
    position: relative;
}

/*Fonts*/
#overdiv h1, .h1,
.page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}
#overdiv h2, .h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
#overdiv h3, .h3,
.article-multi .multiField_3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
#overdiv h4, .h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
#overdiv h5, .h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}
.small {
    font-size: 14px;
    line-height: 21px;
}
.smaller {
    font-size: 12px;
    line-height: 18px;
}
.bold {
    font-weight: 700;
}

/*Colour*/
.page-title {
    color: #000033;
}

/*Background*/
.dark-grey-background {
    background: #53565A;
}
.dark-blue-background {
    background: #000033;
}
.blue-background {
    background: #45B9CC;
}
.light-grey-background {
    background: #F2F1F1;
}
.purple-background {
    background: #7F3589;
}

/*Buttons*/
#overdiv .button,
#overdiv input.button {
    display: inline-flex;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 6px 18px;
    cursor: pointer;
    text-align: center;
    min-height: 56px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
}
#overdiv #header .button,
#overdiv .button.height40,
#overdiv #header input.button,
#overdiv #newsContainer .button,
#overdiv #newsContainer input.button,
#overdiv #homePrefooter .button {
    min-height: 40px;
}
#overdiv .button.blue {
    background: #45B9CC;
}
#overdiv .button.grey {
    background: #53565A;
}
.button:active,
#overdiv input.button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#overdiv .button a:hover {
    color: inherit;
}
.button.disabled {
    opacity: 0.5;
}
#siteSearch button {
    width: 80px;
}

/*Inputs*/
#overdiv input {
    height: 40px;
    border: 1px solid rgba(83, 86, 90, 0.25);
    border-right: none;
    padding: 12px 16px;
}
#overdiv input:focus,
#overdiv input:focus-visible {
    outline: none;
    border-color: #55616E;
}
#overdiv select {
    height: 40px;
    border: 1px solid rgba(83, 86, 90, 0.25);
    color: #283633;
    padding: 0 16px;
}
#overdiv select.color-select {
    height: 32px;
    width: calc(100% - 16px);
    margin: 8px;
}

/*Social*/
.social a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.social a + a {
    margin-left: 8px;
}

/*Header*/
#headerBannerContainer {
    background-color: #7F3589;
    color: #FFFFFF;
    text-align: center;
    padding: 16px 0;
}
#header {
    padding: 16px 0;
    border-bottom: 1px solid #FFFFFF;
}
#headerLogo {
    margin-right: 16px;
    max-height: 40px;
}
#headerLeft {
    display: flex;
    align-items: center;
    color: #45B9CC;
}
.header-text {
    display: flex;
    align-items: center;
}
.header-text img {
    width: 18px;
    margin-right: 4px;
}
#headerRight {
    display: flex;
    position: absolute;
    top: -16px;
    right: 24px;
    color: #ffffff;
}
#headerSocial a {
    background: #3BB1C4;
    color: #ffffff;
}
#headerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: calc(100% + 16px);
    width: calc(100% - 48px);
    background: #ffffff;
    z-index: 2;
    padding-right: 24px;
    font-weight: 700;
}
#siteSearch,
#sidebarSearch {
    flex-grow: 1;
    width: 100%;
    max-width: 456px;
}
#siteSearch i,
#sidebarSearch i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    color: #919191;
}
#overdiv #headerSearchInput,
#overdiv #sidebarSearchInput {
    width: 100%;
    padding-left: 40px;
}
#headerContact {
    min-width: 122px;
    margin-left: 40px;
}

/*Header - Menu*/
#menu {
    margin-right: 26px;
    flex-shrink: 0;
}
#menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#menu > ul > li {
    position: relative;
}
#menu > ul > li > div > a {
    display: block;
    padding: 16px 24px;
}
#menu > ul > li:first-child {
    margin-left: 0;
}
#menu > ul > li:last-child {
    margin-right: 0;
}
#menu > ul > li > ul {
    display: none;
}
#menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 229px;
    padding: 24px;
    left: 0;
    top: 100%;
    border-top: 4px solid #45B9CC;
}
#menu > ul > li:hover > ul > li + li {
    margin-top: 8px;
}
#menu > ul > li:hover > ul > li > ul {
    display: none;
}
#menu > ul > li.menu_selected > div > a {
    color: #45B9CC;
}
#menu > ul > li > div > a i {
    vertical-align: middle;
    margin-left: 4px;
}
#menu > ul > li > div > a {
    color: #000033;
}
#menu a:hover {
    color: #45B9CC;
    text-decoration: none;
}
#menu > ul > li:hover > ul > li > div > a {
    opacity: 0.8;
}

/*Mobile menu*/
.UIsideBar,
#mobileMenuArea,
#mobileMenuAreaClose {
    display: none;
}
#overdiv.openUI .UIsideBar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: calc(100% + 24px);
    width: 100%;
    height: calc(100vh - 104px);
    z-index: 100;
    background: #F2F1F1;
}
.sidebar-content-top {
    width: 100%;
    max-width: 504px;
    margin: 0 auto;
    padding: 0 24px 48px;
}
.sidebar-content-top:not(.submenu) #sidebarBack,
.sidebar-content-top.submenu #sidebarContact,
.sidebar-content-top.submenu #sidebarSearch,
.sidebar-content-top.submenu #sidebarContent > ul > li:not(.show-submenu) {
    display: none;
}
#sidebarSearch {
    margin-bottom: 16px;
}
#sidebarBack {
    cursor: pointer;
    margin: 32px 0 8px;
}
#mobileMenuArea,
#mobileMenuAreaClose {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 24px;
    font-size: 32px;
    color: #FFFFFF;
}
#sidebarContent ul {
    list-style: none;
}
#sidebarContent > ul > li {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #000033;
}
#sidebarContent > ul > li > div {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#sidebarContent > ul > li > div i {
    cursor: pointer;
    font-size: 20px;
    color: #45B9CC;
    padding: 10px 0 10px 24px;
}
#sidebarContent > ul > li.show-submenu > div i,
#sidebarContent > ul > li > ul > li > ul {
    display: none;
}
#sidebarContent > ul > li > ul {
    display: none;
    font-size: 18px;
    line-height: 27px;
    color: #53565A;
}
#sidebarContent > ul > li.show-submenu > ul {
    display: block;
}
#sidebarContent > ul > li > ul > li {
    padding: 0 24px 16px;
}
#sidebarContact {
    width: 100%;
    height: 56px;
    margin-top: 48px;
}
.UIsideBar #footerContact,
.UIsideBar #footerTerms,
.UIsideBar #footerPolicy {
    margin: 0 24px 16px;
}
#overdiv .UIsideBar .small a {
    text-decoration: underline;
}
.UIsideBar #footerBottom {
    color: #FFFFFF;
}

/*Banner*/
#bannerCommonImg {
    height: 160px;
}
#bannerCommonBottom {
    margin-top: -64px;
    position: relative;
    z-index: 1;
}
#bannerCommonRight {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-left: 16px;
}
#bannerCommonTitle {
    margin: 24px 0 16px;
}

/*Banner - Menu*/
#bannerMenu ul {
    list-style: none;
    padding-left: 0;
    width: 218px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}
#bannerMenu > ul > li > div {
    display: none;
}
#bannerMenu > ul > li > ul {
    border: 1px solid #FFFFFF;
}
#bannerMenu > ul > li > ul > li {
    background: #F2F1F1;
    border-bottom: 1px solid #FFF;
    padding: 5px 16px;
}
#bannerMenu > ul > li > ul > li.menu_selected {
    background: #53565B;
    color: #ffffff;
    border-left: 4px solid #45B9CC;
}
#bannerMenu > ul > li:not(.menu_selected),
#bannerMenu > ul > li > ul > li > ul {
    display: none;
}

/*Breadcrumbs*/
.breadcrumbs {
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
}
.breadcrumbs img {
    margin: 0 4px;
}
.bread_divider {
    display: none;
}
.bread_selected {
    font-weight: 700;
}

/*Testimonial*/
#testimonial {
    color: #ffffff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
#testimonialText {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
}

/*Footer*/
#footer {
    color: #ffffff;
}
#footerTop {
    padding: 24px 0;
}
#footerTopBottom a {
    text-decoration: underline;
}
#footerTerms {
    margin: 0 32px;
}
#footerBottom {
    border-top: 1px solid #ffffff;
    padding: 4px 0 6px;
}

/*Search*/
.result {
    background-color: #FDAC2A;
    color: #000033;
}

/*Home*/
#bannerHome {
    height: 400px;
}
#bannerHomeTextCont {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 120px;
    background: rgba(255, 255, 255, 0.75);
    width: 41.2%;
}
#bannerHomeText {
    border-left: 3px solid #1CB2B8;
    margin: 32px 32px 32px 24px;
    padding-left: 32px;
    max-width: 449px;
}
#homeLatestField {
    margin-top: 40px;
}
#homeTweet {
    border: 1px solid rgba(83, 86, 90, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 592px;
    width: 100%;
    min-height: 336px;
}
#homeTweet iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#homeContainer {
    margin-top: 64px;
    margin-bottom: 64px;
}

.homeLatestContainer {
    display: grid;
    row-gap: 64px;
}

.home-latest-card {
    display: flex;
    gap: 32px;
    align-items: center;
    position: relative;
}

.home-latest-card:nth-of-type(2n) {
    flex-direction: row-reverse
}

.home-latest-card > div {
    flex-basis: calc(50% - 16px);
}

.home-latest-card > .multi_controls, .home-social-card > .multi_controls {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.home-latest-card .multiField_2 {
    /*img*/
    grid-column: 2/-1;
    grid-row: 1/-1;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-latest-card .multiField_0, .home-title {
    /*title*/
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}

.home-latest-card div.clear, .home-social-card div.clear {
    display: none;
}

.homeSocialsContainer {
    margin-top: 64px;
}

.homeSocialsContainer > div:nth-of-type(2) {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.home-social-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    grid-template-rows: auto auto;
    flex: 1 1 max-content;
    width: 100%;
    position: relative;
}

.home-social-card .multiField_0 {
    width: 100%;
    aspect-ratio: 1;
}
.home-social-card .multiField_0 > img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-social-card-body {
    padding: 24px;
    border: 1px solid rgba(83, 86, 90, 0.20);
    border-left: none;
}

.home-social-card .multiField_1 {
    color: #53565A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 5px;
}

.home-social-card .multiField_2 {
    color: #53565A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

.home-social-card-body a {
    color: #1CB2B8!important;
    font-size: inherit;
    font-style: inherit;
    font-weight: 600;
    line-height: inherit;
    text-decoration-line: underline;
}

#homeLatestImg {
    margin-top: 24px;
}
#homePrefooter {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
#homePrefooterText {
    margin: 16px 0 24px;
}
#homePrefooterImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 160px;
}
#homePrefooterImg img {
    opacity: 0;
}

/*Team*/
.team-multi-category {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 32px;
    justify-items: center;
}
#overdiv h3.team-multi-category-heading {
    margin: 24px 0;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Nexa', sans-serif;
    color: #53565A;
}
.team-multi {
    max-width: 312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.team-multi .multiField_0 {
    height: 184px;
    background-size: contain;
}
.team-multi-top {
    padding: 24px 24px 16px;
    flex-grow: 1;
}
.team-multi .multiField_1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.team-multi .multiField_1,
.team-multi .multiField_3,
.team-multi .multiField_4 {
    color: #000033;
}
.team-multi .multiField_2 {
    max-width: 176px;
}
.team-multi-bottom {
    background: #CCCC33;
    padding: 8px 24px;
}

#overdiv:not(.admin) #teamMultiCategoryOrder,
#overdiv:not(.admin) .team-multi .multiField_5{
    display: none;
}

/*Board*/
#boardMulti {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(412px, 1fr));
    grid-gap: 32px;
    justify-items: center;
}
.board-multi {
    max-width: 592px;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.board-multi .multiField_0:empty {
    display: none;
}
.board-multi .multiField_0 {
    width: 168px;
    height: 144px;
    background-size: contain;
    flex-shrink: 0;
}
.board-multi-top {
	display: flex;
	padding: 24px;
	flex-grow: 1;
	gap: 24px;
}
.board-multi-right {
	width: 100%;
}
.board-multi .multiField_1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000033;
    margin-bottom: 8px;
}
.board-multi-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 24px;
    background: #CCCC33;
}

/*Privacy*/
#privacyTitle {
    margin: 48px 0 32px;
}

/*About*/
#aboutGreyMulti {
    background-image: url("/projects/bta/mint-project/uploads/665932193.png");
    background-position: left;
    background-size: 44%;
    background-color: #F2F1F1;
}
#aboutImage {
    position: absolute;
    left: 0;
}
#aboutGreyMulti > .overdiv1264 {
    align-items: center;
}
#aboutTextCont {
    max-width: 384px;
    width: 100%;
    margin-right: 32px;
    color: #ffffff;
}
#aboutMultiOne {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
    grid-gap: 32px;
    justify-items: center;
    padding: 64px 0;
    z-index: 1;
}
.about-multi-one .multiField_1 {
    height: 176px;
}
.about-multi-one .multiField_1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.about-multi-one .multiField_2 {
    padding: 5px 8px;
    text-align: center;
}
.about-multi-one .multiField_2:empty {
    display: none;
}
.about-multi-one.yellow .multiField_2 {
    background-color: #FDAC2A;
}
.about-multi-one.blue .multiField_2 {
    background-color: #45B9CC;
}
.about-multi-one.purple .multiField_2 {
    background-color: #7F3589;
}
.about-multi-one.green .multiField_2 {
    background-color: #CCCC33;
}
#aboutMultiTwo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
    grid-gap: 32px;
    justify-items: center;
    margin-top: 64px;
}
.about-multi-two {
    display: flex;
    flex-wrap: wrap;
    max-width: 592px;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #53565B;
}
#aboutMultiTwo .multi_controls {
    width: 100%!important;
}
#aboutMultiTwo .multi_add {
    justify-self: flex-start;
}
.about-multi-two.yellow {
    border-left-color: #FDAC2A;
}
.about-multi-two.blue {
    border-left-color: #45B9CC;
}
.about-multi-two.purple {
    border-left-color: #7F3589;
}
.about-multi-two.green {
    border-left-color: #CCCC33;
}
.about-multi .multiField_0 {
    display: none;
}
.about-multi-two .multiField_1 {
    width: 192px;
    height: 100%;
}
.about-multi-two .multiField_1 a {
    display: block;
    height: 100%;
}
.about-multi-two-right {
    width: calc(100% - 192px);
    padding: 24px;
}
.about-multi-one .multiField_2,
.about-multi-two .multiField_2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000033;
}
#aboutMultiThree .multi_add {
    width: 100%;
    max-width: 1264px;
    margin: 0 auto;
    padding: 24px;
}
.about-multi-three {
    display: flex;
    flex-wrap: wrap;
    max-width: 1264px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px;
}
.about-multi-container:nth-child(even) {
    background: #F2F1F1;
}
.about-multi-container:nth-child(even) .about-multi-three-left {
    order: 1;
    padding-right: 0;
    padding-left: 32px;
}
.about-multi-three-left {
    width: calc(100% - 384px);
    padding-right: 32px;
    align-self: center;
}
.about-multi-three .multiField_1::after {
    content: "";
    width: 56px;
    height: 3px;
    display: block;
    margin: 24px 0;
    background-color: #53565B;
}
.about-multi-three.yellow .multiField_1::after {
    background-color: #FDAC2A;
}
.about-multi-three.blue .multiField_1::after {
    background-color: #45B9CC;
}
.about-multi-three.purple .multiField_1::after {
    background-color: #7F3589;
}
.about-multi-three.green .multiField_1::after {
    background-color: #CCCC33;
}
.about-multi-three .multiField_1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000033;
}
.about-multi-three .multiField_3 {
    width: 100%;
    max-width: 384px;
}

/*Gallery*/
#mint_popup.gallery-popup {
    border: none;
    padding: 24px 16px;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed;
    overflow: auto;
}
#mint_popup.gallery-popup #popup_close {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 20px;
    cursor: pointer;
}
.gallery-popup-title {
    font-weight: 700;
    margin-bottom: 16px;
    padding: 0 24px;
}
.gallery-popup-count {
    padding: 16px 24px 8px;
    color: #1CB2B8;
}
#mint_popup.gallery-popup .multiField_0 {
    max-width: 768px;
    width: 100%;
    height: 496px;
}
#mint_popup.gallery-popup .multiField_1 {
    padding: 0 24px;
    font-size: 14px;
    line-height: 21px;
}
.arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 58px;
    background-color: #ffffff;
    cursor: pointer;
}
.arrow-left {
    border-radius: 0 500px 500px 0;
    left: 0;
}
.arrow-right {
    border-radius: 500px 0 0 500px;
    right: 0;
}
#galleryTop {
    justify-content: space-between;
    border-top: 1px solid #F2F1F1;
    padding: 16px 0 24px;
}
.gallery-count span {
    font-weight: 700;
    color: #1CB2B8;
}
#galleryMulti {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}
.gallery-multi {
    cursor: pointer;
}
.gallery-multi:nth-child(9n+1) {
    grid-column: 1 / span 2;
}
.gallery-multi:nth-child(9n+5) {
    grid-column: 2 / span 2;
}
.gallery-multi:nth-child(9n+9) {
    grid-column: 3 / span 2;
}
.gallery-multi .multiField_0 {
    width: 100%;
    height: 280px;
}
#overdiv:not(.admin) .gallery-multi .multiField_1 {
    display: none;
}

/*Story*/
#newsContainer {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #F2F1F1;
}
#newNewsPage {
    max-width: calc(100% - 92px);
    width: 100%;
}
.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}
#storySearch,
#storyForm {
    grid-column: 1 / span 2;
}
#storyChoose.only {
    grid-column: 4 / span 1;
}
.showing-results {
    display: none;
    font-size: 14px;
    line-height: 21px;
}
.searched {
    font-weight: 700;
    margin-right: 16px;
}
.clear-search {
    font-weight: 700;
    cursor: pointer;
}
.w100 {
    width: 100%;
}
.article-overview-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 32px;
    margin-bottom: 64px;
}
.preview-article-top {
    position: relative;
}
.preview-cat-colour,
#articleCatColour {
    display: none;
}
.preview-cat {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 24px;
    color: #000033;
}
#overdiv.admin .preview-cat {
    position: relative;
    display: inline-block;
}
.preview-cat.yellow {
    background: #FDAC2A;
}
.preview-cat.red {
    background: #E0301D;
    color: #ffffff;
}
.preview-cat.purple {
    background: #7F3589;
    color: #ffffff;
}
.preview-cat.green {
    background: #CCCC33;
}
.preview-img,
.article-multi .multiField_2 {
    height: 152px;
}
.preview-article-middle {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}
.preview-date {
    margin-right: 16px;
}
.preview-article-bottom {
    padding: 16px 24px 24px;
}
.preview-article-name,
.clear-search {
    color: #000033;
}
.article-multi .multiField_4 {
    margin-top: 8px;
}
/*Article*/
.article-top {
    text-align: center;
}
#articleTitle {
    margin: 24px 0;
    color: #000033;
}
#articleImg {
    height: 568px;
    margin: 40px 0;
}
#articleAuthor {
    color: #45B9CC;
    text-decoration: underline;
    margin-bottom: 16px;
}
#articleBottomSection {
    margin-top: 40px;
}
#articleBottomSection .social {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #3BB1C4;
    color: #ffffff;
    margin-top: 8px;
}
#articleBottomSection .social + .social {
    margin-left: 8px;
}