/* === Custom Block Styling === */
.fillerBlock{
    padding: var(--CB-padding-top) var(--CB-padding-right) var(--CB-padding-bottom) var(--CB-padding-left);
    margin: var(--CB-margin-top) var(--CB-margin-bottom);
    background-color: var(--CB-background-color);
    background-image: var(--CB-background-image);
    background-position: var(--CB-background-position);
    background-size: cover;
}
.pageBlock {
	background-color: var(--FC-tertiary-color);
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--FC-default-transition);
    margin: auto;
    border-radius: 30px;
    text-align: center;
}
.pageBlock:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: var(--FC-default-transition);
    border-radius: 30px;
}


.numPages-4 .pageBlock {
    width: 375px;
    height: 375px;
}
.numPages-3 .pageBlock {
    width: 275px;
    height: 275px;
}
.numPages-3 .pageBlock:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: var(--FC-default-transition);
    border-radius: 30px;
}

.pageBlock h3 {
    padding: 0 10px;
    text-shadow: 0 0 20px var(--FC-black);
}


.pageBlock:hover {
    border-radius: 50% !important;
}
.pageBlock:hover:before {
    border-radius: 50% !important;
    background: rgba(254,17,27,.6);
}


.pageContent {
    text-align: center;
    padding: 0px 20px;
    font-size: 14px;
}


.showOnHover {
    position: relative;
    top: 25px;
    transition: var(--FC-default-transition);
    opacity: 0;
    display: none;
	text-transform: uppercase;
}

.pageBlock:hover .showOnHover {
    opacity: 1;
    top: 0;
    display: flex;
}


.numPages-4 .pageGridRow .pageBox:nth-child(1) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(4) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(7) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(10) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(13) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(16) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(19) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(22) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(25) .pageBlock,

.numPages-3 .pageGridRow .pageBox:nth-child(1) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(5) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(9) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(13) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(17) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(21) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(25) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(29) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(33) .pageBlock, 

.numPages-6 .pageGridRow .pageBox:nth-child(1) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(3) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(5) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(7) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(9) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(11) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(13) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(15) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(17) .pageBlock

{
    margin-left: 0px;
}
.numPages-4 .pageGridRow .pageBox:nth-child(3) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(6) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(9) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(12) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(15) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(18) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(21) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(24) .pageBlock,
.numPages-4 .pageGridRow .pageBox:nth-child(27) .pageBlock,

.numPages-3 .pageGridRow .pageBox:nth-child(4) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(8) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(12) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(16) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(20) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(24) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(28) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(32) .pageBlock,
.numPages-3 .pageGridRow .pageBox:nth-child(36) .pageBlock,


.numPages-6 .pageGridRow .pageBox:nth-child(2) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(4) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(6) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(6) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(10) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(12) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(14) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(16) .pageBlock,
.numPages-6 .pageGridRow .pageBox:nth-child(28) .pageBlock


{
    margin-right: 0px;
}




.numPages-4 .pageGridRow .pageBox:nth-child(1),
.numPages-4 .pageGridRow .pageBox:nth-child(4),
.numPages-4 .pageGridRow .pageBox:nth-child(7),
.numPages-4 .pageGridRow .pageBox:nth-child(10),
.numPages-4 .pageGridRow .pageBox:nth-child(13),
.numPages-4 .pageGridRow .pageBox:nth-child(16),
.numPages-4 .pageGridRow .pageBox:nth-child(19),
.numPages-4 .pageGridRow .pageBox:nth-child(22),
.numPages-4 .pageGridRow .pageBox:nth-child(25) {
    padding-left: 0px !important;
}

.numPages-4 .pageGridRow .pageBox:nth-child(3),
.numPages-4 .pageGridRow .pageBox:nth-child(6),
.numPages-4 .pageGridRow .pageBox:nth-child(9),
.numPages-4 .pageGridRow .pageBox:nth-child(12),
.numPages-4 .pageGridRow .pageBox:nth-child(15),
.numPages-4 .pageGridRow .pageBox:nth-child(18),
.numPages-4 .pageGridRow .pageBox:nth-child(21),
.numPages-4 .pageGridRow .pageBox:nth-child(24),
.numPages-4 .pageGridRow .pageBox:nth-child(27) {
    padding-right: 5px !important;
}

.pageBox {
    margin-bottom: 15px;
}

@media screen and (max-width: 767.98px){
    .pageBlock{
        margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
    }
}




@media screen and (max-width: 1400px) {
    .numPages-3 .pageBlock {
        width: 225px;
        height: 225px;
    }
}
@media screen and (max-width: 1200px) {
    .numPages-3 .pageBlock {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 991px) {
    .numPages-3 .pageBlock {
        width: 150px;
        height: 150px;
    }
    .pageBlock h3 {
        font-size: var(--FC-font-size-20) !important;
    }
}
@media screen and (max-width: 767px) {
    .pageBox {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .pageBlock h3 {
        font-size: var(--FC-font-size-40) !important;
    }
}





.page-id-498 .pageBlock .showOnHover {
    opacity: 1 !important;
    top: 0 !important;
    display: flex !important;
}



.numPages-3 .pageGridRow .pageBox:nth-child(1) {
	margin-left: -12px;
}