/*
Theme Name: Sands Point Risk (DD.NYC)
Theme URI: https://sandssite.wpenginepowered.com
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

html {
	scroll-padding-top: 120px;
}

.website-accessibility {
	cursor: pointer;
}

/*
.grecaptcha-badge {
visibility: hidden !important;
}*/

@media screen and (max-width: 640px) {
	
	.s1-1 {
		display:block!important;
	}
	
	.s1-2 {
		display:block!important;
	}
	
}

.page-header-subtitle ul,
.page-header-subtitle ol,
.s8-6 ul,
.s8-6 ol,
.s8-5 ul,
.s8-5 ol {
	margin: 1em 0;
    display: grid;
    grid-template-columns: auto;
    grid-gap: .65em;
    counter-reset: index;
}

.page-header-subtitle li,
.s8-6 li,
.s8-5 li {
    position: relative;
    padding-left: 1.5em;
}

.page-header-subtitle li::before,
.s8-6 li::before,
.s8-5 li::before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    text-align: center;
}