body {
    background-color: #f5f5f5;
}
.site-header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
}
body.admin-bar .site-header  {
	top: var(--wp-admin--admin-bar--height,0);
}
#page {
	padding-top:100px;
}
@media (min-width: 993px) {
    #primary, .ast-left-sidebar #primary, .ast-right-sidebar #primary {
        margin:4em 0;
        padding: 0
    }
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1547px;
    }
}
.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
	display:block;
}
/*Dynamic Content*/
.dynamic-divider hr{
	background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
	border-top: 2px solid;
}
.dynamic-image_text .body-text > .row {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.calloutBlocks.row {
	--bs-gutter-y: 24px;
	margin-bottom:24px;
}
.calloutBlock {
	text-align:center;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:wrap;
	height:100%;
}
.calloutBlock > *{
	width:100%;
}
.calloutBlock .calloutImg{
	position:relative;
	width:100%;
	padding-top:60%;
}
.calloutBlock .calloutImg img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.calloutBlock .calloutButton {
	align-self:end;
}
.calloutBlock .calloutButton > a {
	border-radius:50px;
}


blockquote.quote-text {
	padding: 0;
    margin: 0 auto;
    border: 0;
	color:rgb(102, 32, 130);
	font-size:1.25rem;
	text-align:center;
	max-width:800px;
}
blockquote.quote-text .quote-cite{
	font-size:1rem;
	display:block;
	margin:1em 0;
	color:#000;
    font-style: normal;
	font-weight:bolder;
}
.quotes-holder {
	position:relative;
	padding:20px 45px;
}
.quotes-holder .quoteSlider  {
	display:flex;
	align-items:center;
}
.quotes-holder .tns-nav {
	text-align:center;
}
.quotes-holder .tns-nav button{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left:0px;
	width:15px;
	height:15px;
	background:#fff;
	border-radius:50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .23);	
    border: 10px;
    border-radius: 50%;	
    cursor: pointer;
    margin: 6px;
	opacity:.5;
}
.quotes-holder .tns-nav button.tns-nav-active{
	opacity:1;
}
.quotes-holder .tns-controls button {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .23);
    background-repeat: no-repeat;
    background-position: center center;
    border: 10px;
    border-radius: 50%;
	font-size:0;
	padding:0;
}
.quotes-holder .tns-controls  {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -9px;
	left:0;
}
.quotes-holder .tns-controls button[data-controls=next] {
	background-image: url(../images/arrow-right.png);
    right: 0px
}
.quotes-holder .tns-controls button[data-controls=prev] {
	background-image: url(../images/arrow-left.png);
    left: 0px
}
@media (min-width:992px){
	.quotes-holder {
		padding:20px 80px;
	}
	.quotes-holder .tns-controls button[data-controls=next] {
		right: 30px
	}
	.quotes-holder .tns-controls button[data-controls=prev] {
		left: 30px
	}
}
button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"],
a.calloutbtn,
.blockButton a {
	border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #a9aaac;
    background-color: #662082;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
	border-radius: 50px;
}
button:hover, .button:hover, input#submit:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
a.calloutbtn:hover,
.blockButton a:hover {
	background-color: #000;
}