﻿/* Place Your Custom Styles Here */

.ws-text-shadow
{
	text-shadow: 2px 2px 4px #000000;
}

.ws-text-blue
{
	color: #5a74f4;
}

.ws-text-bold
{
	font-weight: 500;
}



			.videoPanel
			{
				overflow: hidden;
				position: relative;
				height: 0;
				padding-bottom: 56.25%;
				max-width: 100%;
			}
				.videoPanel iframe, .videoPanel object, .videoPanel embed
				{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}
					.videoWrapper
					{
						position: relative;
						padding-bottom: 56.25%; /* 16:9 */
						padding-top: 25px;
						height: 0;
					}
						.videoWrapper iframe
						{
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
						}