  .page-id-9322 .locator__map,
.page-id-9322 .locator__map > div,
.page-id-9322 .locator__map > div > div {
	height:100% !important;
}
.gm-style > div:last-child {
    display: none;
}
.jumpToMenu {
    background: #031b47;
    color: #fff;
    padding: 0.3rem 0;
    font-weight: 600;
    position:sticky;
    z-index:999999;
}
.jumpToMenu ul {
    margin: 0;
    text-align: center;
}
.jumpToMenu li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin:0;
}
.jumpToMenu li a {
    display: block;
    background: #ffb806;
    border-radius: 1rem;
    margin: 0.3rem;
    color: #333;
}
.jumpToMenu li a:hover {
	background: #e6a400;
    color: #fff;
    text-decoration: none;
}
.jumpToMenu li a.active {
	background: #fff;
    color: #031b47;
}
@media (min-width: 1200px) {
	a.jumpToAnchor {
	    position: absolute;
	    margin-top: -6rem;
	}
}
@media (max-width: 1199px) {
	.jumpToMenu {
	    top:0 !important;
	}
}
@media (min-width : 600px) {
	.jumpToMenu li a {
    	padding: 0.3rem 1rem;
	}
	.jumpToMenu ul > li:first-child {
	    padding-right: 0.5rem;
	}
}
@media (max-width : 599px) {
	.jumpToMenu ul > li:first-child {
	    display:none;
	}
	.jumpToMenu li a {
		font-size: 0.8rem;
    	padding: 0.1rem 0.7rem;
	}
}

/* Shariff social sharing */
.shariff-link svg path {
    fill: #325A76 !important;
}

.shariff-link:hover svg path {
    fill: #2C7F87 !important;
}

@media (max-width : 1200px) {
    .shariff .orientation-vertical {
        flex-direction: row !important;
    }
}

.shariff-link:active, .shariff-link:focus, .shariff-link:focus-visible {
    border: solid 0.125rem black !important;
    outline: solid 0.125rem white !important;
    outline-offset: 0.125rem !important;
}

/* END Shariff social sharing */

@media (min-width: 1200px) {
    .fixedHeaderPadding {
        height: 8rem;
    }
}
.customPageContentHTML {
    background:#fff;
}
.pageblock.core_html {
    padding: 0 !important;
}
.pageblock.core_html .container-fluid {
    max-width: 100% !important;
    padding: 0 !important;
}
.pageblock.core_html .row {
    display: block !important;
    margin:0  !important;
}
.pageblock.core_html .row > div {
    width: 100% !important;
    padding: 0 !important;
}

.terms-list.cols-1 li{
    width: 100%;
}

.terms-list.cols-2 li{
    width: 50%;
}

.terms-list.cols-3 li{
    width: 33%;
}

.terms-list.cols-4 li{
    width: 25%;
}

.terms-list.cols-5 li{
    width: 20%;
}

@media screen and (max-width: 1400px){
    .terms-list.cols-5 li{
        width: 25%;
    }
}

@media screen and (max-width: 1140px){
    .terms-list.cols-5 li,
    .terms-list.cols-4 li{
        width: 33%;

    }
}


@media screen and (max-width: 640px){
    .terms-list.cols-5 li,
    .terms-list.cols-4 li,
    .terms-list.cols-3 li,
    .terms-list.cols-2 li{
        width: 50%;
    }
}

@media screen and (max-width: 394px){
    .terms-list.cols-5 li,
    .terms-list.cols-4 li,
    .terms-list.cols-3 li,
    .terms-list.cols-2 li{
        width: 100%;
    }
}

/*


.terms-list.cols-1{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.terms-list.cols-2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.terms-list.cols-3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.terms-list.cols-4{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.terms-list.cols-5{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.terms-list li{
    width: auto !important;
    float: none;
}

@media screen and (max-width: 1400px){
    .terms-list.cols-5{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media screen and (max-width: 1140px){
    .terms-list.cols-5,
    .terms-list.cols-4{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


@media screen and (max-width: 640px){
    .terms-list.cols-5,
    .terms-list.cols-4,
    .terms-list.cols-3,
    .terms-list.cols-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;    
    }
}

@media screen and (max-width: 394px){
    .terms-list.cols-5,
    .terms-list.cols-4,
    .terms-list.cols-3,
    .terms-list.cols-2{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;    }
}

*/