/* center images in pages and box shadow them */
.right-side img:not(.right-side .read-more img):not(.right-side .read-less img):not(.right-side .editBtnWrapper img) {
    display: block;
    margin: auto;
    box-shadow: 7px 7px 0px 0px var(--details-primary-color);
    width: 100%;
	max-width: 75%;
	margin-bottom: 20px;
}

/* video widget formatting */
.video-container- {
	max-width:85%; margin: auto;
}



/* styles for special pages */
body.book section .content-wrapper .about-wrapper .descriptionWrapper a {
    color: var(--details-primary-color);
}
body.book section .content-wrapper .about-wrapper .descriptionWrapper a.btn-link {
	text-decoration: none;
	color:#FFF;
}
.cvlogo {
	width: 45%;
}
.inithide {
	z-index:-1;
	opacity:0;
	position:absolute;
}
#hiddenform {
	overflow:hidden;
	height:0;
}/* Custom desktop styles */
/* Make logo larger */
body header .left-side .logo .logo-image {
	max-height: 200px;
}
/* iframe styling */
.page-wrapper {
	margin-left: 300px;
	padding-bottom: 50px;
	padding-top: 110px;
}
/* navigation background fix */
body .main-navigation {
	background-color: #AAA; /* if prefer lighter, use #DDD; */
}
/* navigation single submenu column positioning */
body .main-navigation > ul.mega > li > ul > li > ul .scroll-indicator-wrapper.left + .navLast .custom-home-modifications-menu-wrapper {
	width: 320px !important;
}<!-- End style-custom-desktop -->