.nopadding
{
	padding: 0 !important;
}

.nomargin
{
	margin: 0 !important;
}

.kids_cloud_inline
{
	height: 1em;
	vertical-align: middle;
}

#highlights_compass_slide1
{
	
	float: left;
	border-radius: 50%;
	shape-outside: circle();
	margin-right: 1em;
	padding-top: 0.7em;
}

#highlights_compass_img1
{
	height: 17em;
}

#highlights_compass_slide
{
	
	float: right;
	text-align: center;
	padding-left: 1em;
	margin-left: 2em;
	padding-right: 1em;
	shape-outside: circle();
	shape-margin: 0.3em;
	border-radius: 50%;
	margin-top: -0.7em;

}

#highlights_compass_img
{
	height: 12em;
}



/* ALTERNATING TILES */



.bg_alternating:nth-child(odd)
{    
	background-color: #0e2466;
	color: #fff !important;
}    

.bg_alternating:nth-child(even)
{    
	background-color: #132a70 !important;
/*		background-color: #dbddf5 !important;
	color: #132a70 !important;  */
	color: #fff;
/*	padding: 2rem; */
	     
}    



.bg_alternating:nth-child(odd) a, .bg_alternating:nth-child(odd) a:link, .bg_alternating:nth-child(odd) a:visited, .bg_alternating:nth-child(odd) a:hover, .bg_alternating:nth-child(odd) a:active
{    
	color: #fff;
}    




/* VERTICAL LINK ITEMS */

.vertical_link_items
{
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	display: flex !important;
	flex-direction: column !important;
}

.vertical_link_items, .vertical_link_items li
{
	list-style: none;
}

.vertical_link_items li
{
	flex-grow: 1;
}

.vertical_link_items li
{
	display: flex;
/*	padding: 20px;
	margin-bottom: 4px;
	*/
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 3px;
}

.vertical_link_items li:last-child
{
	margin-bottom: 0;
}

.vertical_link_items li, .vertical_link_items a
{
	align-items: center;
}



.vertical_link_container
{
	display: flex;
	width: 100%;
	align-content: space-between;
	gap: 1rem;
}

.vertical_link_container div
{
	width: calc(50% - 0.5rem);
	overflow: hidden;
}

.vertical_link_container div img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}





/* STARTPAGE */

.movie_labels
{
	margin-bottom: 1em;
}

#blog_image
{
	height: 14em;
	width: 30em;
	max-width: 100%;
	object-fit: cover;
}

.youtube-icon-red
{
	color: red;
	background: radial-gradient(white 0%, transparent 50%);
}



.movie_link_box
{
	display: flex;
	padding-bottom: 1rem;
}

.movie_link_box figure, .movie_link_box > div
{
	width: 50%;
	max-width: 50%;
}

.movie_link_box img, .movie_link_box video
{
	width: 100%;
	height: auto;
	
}

.movie_link_box > figure
{
	margin-right: 1rem;
}

.movie_link_title
{
	font-weight: 400;
}

.startpage_social_links_btm
{
	display: none;
}

.startpage_social_links_right
{
	display: block;
}


.startpage_social_links_btm .icons, .startpage_social_links .icons
{
	font-size: 0.6rem;
}

/*
.startpage_social_links .icon > .label
{
	display: inline !important;
	font-size: 1rem !important;
	margin-left: 0.5rem !important;
}
*/

#blog_link
{
	padding-bottom: 0.5rem;
	padding-top: 0.3rem;
	clear: both;
}


@media screen and (max-width: 1400px) 
{
	.startpage_movie_capt_p
	{
		margin-bottom: 0.5rem;
	}

	.movie_link_box
        {
                padding-bottom: 0.5rem;
        }

}



@media screen and (max-width: 1150px) 
{
	.startpage_movie_capt_p
	{
		margin-bottom: 3rem;
	}
	
	.movie_link_box
	{
		display: block;
		padding-bottom: 0rem;
	}

	.movie_link_box > figure
	{
		width: 70%;
		max-width: 70%;
	}

	.movie_labels
	{
		display: none;
		visibility: hidden;
	}

	.startpage_social_links_right
	{
		padding-top: 1rem;
	}


	.movie_link_box > div
	{
		width: 100% !important;
		max-width: 100% !important;
	}

}

@media screen and (max-width: 1024px)
{
	.startpage_movie_capt_p
	{
		margin-bottom: 2rem;
	}

	.movie_link_box > figure
        {
                width: 90%;
                max-width: 90%;
        }

}

@media screen and (max-width: 940px)
{
	.movie_link_box > figure
	{
		float: left;
		max-width: calc(50% - 0.7rem);
	}

	.startpage_movie_capt_p
	{
		margin-bottom: 1rem;
	}

	.movie_labels
        {
                display: block;
                visibility: visible;
        }

	.movie_link_box
	{
		margin-bottom: 1.5rem;
	}


	#blog_link
        {
                padding-top: 1.3rem;
        }

}

@media screen and (max-width: 695px)
{

	.startpage_movie_capt_p
        {
                margin-bottom: 0rem;
        }


	.movie_link_box
        {
                margin-bottom: 1rem;
        }


	#blog_link
	{
		padding-top: 0.5rem;
	}

}

@media screen and (max-width: 620px)
{
	.startpage_movie_title, .startpage_movie_capt_p
	{
		display: none;
	}

	.startpage_social_links
	{
		margin-top: 1rem;
	}
	
	.movie_link_box > figure
	{
		float: none;
		width: 100%;
		max-width: 100%;
	}


	.startpage_social_links_right
	{
		display: none;
	}

	.startpage_social_links_btm
	{
		display: block;
		margin-top: 1rem;
	}



}

#CPImg
{
	margin: auto;
}

#CPImg, #CPImg img
{
	width: 540px;
	height: 540px;
	max-height: 540px !important;

	/*height: 540px;
	max-height: 540px !important; */
}

#CPImg, #CPImg > div
{
	text-align: center;
}

#CPImg img
{
	aspect-ratio: 1;
	width: auto;
}


#CPlinks
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	justify-content: space-between;
}

#CPlinks li
{
	width: 47%;
	max-width: 47%;
	padding: 0 !important;
}

#CPlinks li:last-child
{
	width: 100%;
	max-width: 100%;
}

#CPlinks img
{
	height: 14pt;
	max-height: 14pt;
}




.long_image_banner
{
	width: 100%;
	height: 300px;
	max-height: 300px;
}

.long_image_banner img
{
	object-fit: cover;
	object-position: center top;
	width: 100%;
	height: 300px;
}






.spot_float_left
{
	flex-direction: row-reverse;
}


.startpage_movie_capt_p
{
	text-align: left !important;
}







#four .spotlight
{
	flex-direction: row-reverse;
}

#four .spotlight_content1 span.image
{
	padding-right: 2rem;
}


@media screen and (max-width: 1680px) 
{               
	#four .spotlight
	{
		display: block;
	}

	#four .spotlight_content1
	{
		width: 40%;
		min-width: 250px;
		float: right;
		shape-outside: circle(53%);
		clip-path: circle(53%);
		margin-bottom: 0;
		padding-right: 0.5em;
		padding-bottom: 0.5em;
	}

	#four .spotlight_content2
	{
		width: 100%;
	}
	
                
	#four .spotlight_content1 span.image
	{
		padding-right: 0rem;
		padding-left: 2rem;
	}

	#compass_force_left_align
	{
		text-align: left !important;
	}
}


@media screen and (max-width: 400px)
{
	#four .spotlight_content1 span.image
	{
		padding-left: 0.5rem !important;
	}
}

@media screen and (max-width: 360px)
{
	#four .spotlight_content1
	{
		float: none !important;
		width: 100%;
	}
	#four .spotlight_content2
	{
		
	}
}


@media screen and (max-width: 940px)
{

	#one .spotlight > div:first-child
	{
		margin-bottom: 3.5rem;
	}

	#four_b .spotlight
        {
		display: flex !important;
	}

}

@media screen and (max-width: 640px)
{

	#four_b .spotlight
        {
                display: block !important;
        }



	#four_b .spotlight_content_quarter
	{
		float: left;
		margin-top: 0.3rem !important;
		margin-right: 1.5rem;
		min-width: 120px;
	}

	#four_b .spotlight_content_threequarter
	{
		width: 100%;
	}
}







