.container {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.video-slides-wrapper {
	position: relative;
}
.video-slides-wrapper .embed-container {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}
.video-slides-wrapper .embed-container iframe, 
.video-slides-wrapper .embed-container object, 
.video-slides-wrapper .embed-container embed,
.video-slides-wrapper .embed-container .video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-slides-wrapper .embed-container .video-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 8;
}
.video-slides-wrapper .embed-container .buttonContainer {
	position: relative;
	width: 10vw;
	max-width: 100px;
	height: 10vw;
	max-height: 100px;
	opacity: 0.85;
	background-color: #0f0f0f;
	z-index: 9;
}
.video-slides-wrapper .embed-container .buttonContainer .playButton {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	background-color: transparent;
}
.video-slides-wrapper .embed-container .buttonContainer .playButton svg {
	fill: #DDB965;
}

.vid-container {}
.vid-container .vid-info-container {
    vertical-align: bottom;
    margin-top: auto;
    display: block;
    position: relative;
    display: none;
}
.vidSidebar {
	display: none;
}
.vid-container .vid-list-container {
    vertical-align: bottom;
    margin-top: auto;
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.vid-info-container {
    display: none;
    font-size: 80px;
    line-height: 90px;
    font-family: 'Noto Serif', serif;
    color: #3B3B3B;
    position: absolute;
    top: 25%;
    margin: 10px 0 20px 10px;
    max-width: 40%;
}
	.vid-info-container .title {
	    font-family: 'Noto Serif', serif;
		font-weight: 700;
	    font-size: 4vw;
	    line-height: 4vw;
	    color: #fff;
	    text-transform: uppercase;
	}
	.vid-info-container .desc {
	    color: #fff;
	    font-family: 'Lato';
	    font-weight: normal;
	    font-size: 1vw;
	    line-height: 1.5vw;
	    margin: 5px 0;
	}
.vid-description-container {
	display: none;
}	
	.vid-list-container .vid-list {
		width: 100%;
	}
		.vid-list-container .vid-list .vid-item {
			padding: 5px;
		}
		.vid-list-container .vid-list .vid-item.active {
			opacity: .5;
		}
			.vid-list-container .vid-item .thumb {
			    display: inline-block;
			    max-width: 29%;
			    position: relative;
			}
			.vid-list-container .vid-item .thumb img {
			    border: 2px solid transparent;
			}
			.vid-list-container .vid-item .thumb .play {
				margin: auto;
				position: absolute;
				top: 0; 
				left: 0; 
				bottom: 0; 
				right: 0;
			}
			.vid-list-container .vid-list .vid-item .thumb .thumbnail:hover {
				border-color: #333;
				cursor: pointer;
			}			
			.vid-list-container .vid-item .info {
			    display: inline-block;
			    color: black;
			    font-family: Oswald, sans-serif;
			    font-weight: normal;
			    font-size: 13px;
			    line-height: 24px;
			    text-align: left;
			    margin: 1px 0 10px 0px;
			    vertical-align: top;
			    max-width: 69%;
			}
				.vid-list-container .vid-item .title {
				    font-size: 17px;
				    line-height: 17px;
				    text-transform: uppercase;
				    text-align: left;
				    letter-spacing: .05em;
				}
				.vid-list-container .vid-item .desc {
					display: block !important;
				}
				.vid-list-container .vid-item .desc p {
				    margin: 0;
				    line-height: 16px;
				    font-size: 16px;
				    margin-top: 3px;
				}
	.vid-panel .contentRender_name_plugins_core_textbox h1 {
		text-align: center;
		padding-bottom: 10px;
	}
	.vid-panel .contentRender_name_plugins_core_textbox p {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

.vid-bottom {
	position: relative;
}
	.vid-bottom .shareButtonsWrapper {
		margin: 10px 0 10px 0;
	}
		.vid-bottom .shareButtonsWrapper .share {
			text-transform: uppercase;
			text-align: right;
			display: inline-block;
			margin-left: 5px;
			margin-right: 5px;
		    font-family: Oswald, sans-serif;
		}
		.vid-bottom .shareButtonsWrapper .addthis_toolbox  {
			display: inline-block;
		}
			.vid-bottom .shareButtonsWrapper .addthis_toolbox  a {}
			.vid-bottom .shareButtonsWrapper .addthis_toolbox  a img {
				height: 25px;
				width: 25px;
				margin-right: 15px;
			}

@media only screen and (min-width: 40em) {
	.vid-list-container .vid-item .info {
		max-width: 55%;
	}
	.vid-list-container .vid-item .title {
		font-size: 22px;
		line-height: 22px;
	}
	.vid-list-container .vid-item .desc p {
	    line-height: 18px;
	    font-size: 17px;
	}
	.content .contentRender_name_plugins_core_textbox {
		padding: 0 120px;
	}
	.vid-bottom .shareButtonsWrapper .share {
		margin-left: 10px;
	}
}
@media only screen and (min-width: 64.063em) {
	.container {
		background: transparent;
	}
	.video-slides-wrapper {
		display: flex;
		flex-direction: row;
	}
	.video-slides-wrapper .embed-container {
		display: inline-block;
		width: 74%;
		padding-bottom: 41.6%;
	}
	.vid-list-container .vid-list {
		display: flex;
		justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.vid-description-container {
		display: block;
	}
	.vid-panel .core-styles h1 {
		font-size: 45px; 
		line-height: 55px;
	}
	.vid-description-container .desc p {
		color: black;
		font-family: 'Lato';
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		text-align: justify;
		margin: 15px 0 20px 0;
	}
	.vid-container {
	    position: absolute;
	    bottom: 45px;
	    width: 70%;
	    height: auto;
	    margin-bottom: 0;
	    z-index: 10;
	}
	.vid-container .vid-info-container {
		display: block;
		opacity: 1;
	    -webkit-transition: opacity .5s ease-in;
	    -moz-transition: opacity .5s ease-in;
	    -ms-transition: opacity .5s ease-in;
	    -o-transition: opacity .5s ease-in;
    	margin-top: auto;
    	max-width: 100%;
    	top: 0;
    	color: white;
    	margin: 10px 0 10px 10px; 
	}
	.vid-container .vid-info-container.pause, .vid-list-container.pause {
	    -webkit-transition: opacity .5s ease-out;
	    -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
	    -o-transition: opacity .5s ease-out;
	    opacity: 1 !important;
	}
	.vid-container .vid-info-container.hid {
	    -webkit-transition: opacity .5s ease-out;
	    -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
	    -o-transition: opacity .5s ease-out;
	     opacity: 0;
	}
	.vid-container .vid-list-container {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;		
		justify-content: space-between;
	}
	.vid-container .vid-list-container.hid {
	    -webkit-transition: opacity .5s ease-out;
	    -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
	    -o-transition: opacity .5s ease-out;
	     opacity: 0;
	}
		.vid-container .vid-list-container .vid-list .vid-item {
    		display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;    		
		    justify-content: space-between;
		}
			.vid-container .vid-list-container .vid-item .title {
				color: black;
				font-family: 'Lato';
				font-size: 14px;
				line-height: 14px;
				margin: 5px 0;
				font-weight: 500;
				text-transform: none;
    		}
			.vid-list-container .vid-item .info {
				width: 95%;
				color: black;
				max-width: 100%;
			}
				.vid-container .vid-list-container .vid-item .info .desc {
					display: none;
				}
	.content .contentRender_name_plugins_core_textbox {
		padding-left: 220px;
		padding-right: 300px;
	}
	.vid-list-container .vid-item .desc {
		display: none !important;
	}
	.vid-list-container .vid-item .thumb {
		display: block;
		max-width: 100%;
	}

	.vid-bottom .shareButtonsWrapper {
		text-align: right;
		margin-top: 10px;
	}
		.vid-bottom .shareButtonsWrapper .share {
			margin-top: 10px;
			font-size: 13px;
		}
		.vid-bottom .shareButtonsWrapper .addthis_toolbox a img {
			margin-left: 15px;
			height: 15px;
			width: 15px;
			margin-bottom: 2px;
		}
}
.vid-list-container .vid-item .thumb:hover {
	border-color: white;
}


/*vid slides*/
.slides {
    width: calc(100% - 15px);
    margin: 0 auto;
}
.slides .slide {
	max-width: 100%;
    margin: 0;
    padding: 0;
}
.slide[class*="column"]+[class*="column"]:last-child {
	float: right !important;
}
	.slides .slide img {}
		.slides .slide .content:before {
		    content: ' ';
		    display: block;
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: -webkit-linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);
		    background: -moz-linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);
		    background: linear-gradient(20deg, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 55%);   
		}
		.slides .slide .wrapper {
			position: relative;
			margin: 10px;
		}
		.slides .slide .content {
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 100%;			
		}
			.slides .slide .content .contentInner {
				position: absolute;
				bottom: 15px;
				padding-left: 30px;
				max-width: 90%;
				width: 90%;
				color: white;				
			}
				.slides .slide .content .contentInner .head {
				    color: white;
				    font-size: 27px;
				    line-height: 23px;
				    word-wrap: break-word;
				    max-width: 90%;
				}
				.slides .slide .content .contentInner .sub {
				    text-transform: uppercase;
				    text-align: left;
				    color: white;
				    margin-top: 10px;
				    margin-bottom: 8px;
				    letter-spacing: 0.06em;
				    font-family: Oswald, sans-serif;
				    font-size: 14px;
				    line-height: 15px;
				    max-width: 85%;					
				}
				.slides .slide .content .contentInner .arrowWrapper {}
					.slides .arrowWrapper .animatedArrow {
						color: white;
						font-size: 14px;
						line-height: 38px;
						color: white;
						font-family: Oswald, sans-serif;
						font-size: 14px !important;
						line-height: 15px !important;
						letter-spacing: 0.05em;
						font-size: 26px !important;
						line-height: 34px !important;
					}						
					.slides .slide .content .contentInner .arrowWrapper .arrowLink.moreArr .linkTitle {
					    color: white;
					    font-size: 14px;
					    line-height: 38px;
					    color: white;
					    font-family: Oswald, sans-serif;
					    font-size: 14px !important;
					    line-height: 15px !important;
					    letter-spacing: 0.05em;
					    font-size: 16px !important;
					    line-height: 16px !important;						
					}
					.slides .slide .content .contentInner .arrowWrapper .arrowLink.moreArr .linkTitle .animatedArrow {
						
					}
@media only screen and (min-width: 500px) {
	.slides .slide .content .contentInner .head {
		font-size: 33px;
		line-height: 32px;
		max-width: 95%;		
	}
	.slides .slide .content .contentInner .sub {
		font-size: 16px;
	    line-height: 16px;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    max-width: 80%;
	}
}
@media only screen and (min-width: 64.063em) {
	.slides .slide .content .contentInner .head {
	    font-size: 47px;
	    line-height: 41px;
	}
	.slides .slide .content .contentInner .sub {
	    font-size: 16px;
	    line-height: 16px;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}

	/*updates*/
	.vidSidebar {
		display: inline-block;
		flex-direction: column;
		-ms-flex-direction: column;
		width: 26%;
	}
	.vidSidebar .vid-item-container .vid-item {
		position: relative;
		cursor: pointer;
	}
	.vidSidebar .vid-item-container .vid-item .info {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    background: rgba(0,0,0,0.4);
	}
	.vidSidebar .vid-item-container .vid-item .info .title {
	    margin-left: 3%;
	    line-height: 3vw;
		font-weight: 700;
	    font-family: 'Noto Serif', serif;
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 1.8vw;		
	}
	.vidSidebar .vid-item-container .vid-item .thumb .play {
		position: absolute;
		left: 0;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    margin: auto;		
	}
	.vidSidebar .vid-item-container .vid-item.active {
		display: none !important;
	}
	.vid-bottom .shareButtonsWrapper {
		text-align: left;
	}
	.vid-list-container {
		display: none;
	}

	/*temp*/
	img.thumbnail {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (min-width: 1600px) {
	.vidSidebar .vid-item-container .vid-item .info .title {
		font-size: 27px;
		line-height: 45px;
	}
}

/*form 53*/
form[name="frm_53"] {
	/*margin: 30px .9375rem;*/
	margin: 0;
	padding: 0 !important;
}
	form[name="frm_53"] h3 {
		display: none;
	}
	form[name="frm_53"] .row {}
		form[name="frm_53"] .row #labelcontainer_contact_email {}
		form[name="frm_53"] .row #labelcontainer_contact_email #td_contact_email {
			margin: 5px 0;
		}
			form[name="frm_53"] .row #labelcontainer_contact_email #td_contact_email label {
			    font-family: Oswald, sans-serif;
			    text-transform: uppercase;
			    color: #000;
			    font-size: 19px;
			    font-weight: bold;
			    line-height: 28px;
			}
		form[name="frm_53"] .row #fieldcontainer_contact_email {}
			form[name="frm_53"] .row #fieldcontainer_contact_email input {
			    border: none;
			    font-family: Oswald, sans-serif;
			    color: #5b5b5b;
			    letter-spacing: .02em;
			    padding: 2px 0 0 10px;
			    height: 40px;
			    font-size: 18px;
			}
	form[name="frm_53"] p.hint {
		display: none !important;
	}
	form[name="frm_53"] hr {
		display: none;
	}
		form[name="frm_53"] .row .captcha {
			padding: 35px 0;
		}
			form[name="frm_53"] .row .captcha img {}
				form[name="frm_53"] .row .captcha div input#code_key {}
				form[name="frm_53"] .row .captcha div input#code {
					border: none;
				    border: none;
				    font-family: Oswald, sans-serif;
				    color: #5b5b5b;
				    letter-spacing: .02em;
				    padding: 2px 0 0 10px;
				    height: 40px;
				    font-size: 18px;
				}
			form[name="frm_53"] .row .captcha .hint {
				margin-top: 10px;
				font-family: Oswald, sans-serif;
				font-size: 17px;
			}
		form[name="frm_53"] .formCntrls input[value="Reset"] {
			display: none;
		}
		form[name="frm_53"] .formCntrls input[value="Submit"] {
			
		}
		form[name="frm_53"] #capimage {
			margin-top: 10px;
		}
@media only screen and (min-width: 40em) {
	form[name="frm_53"] .row #labelcontainer_contact_email {
		text-align: right;
	}
	form[name="frm_53"] .row #labelcontainer_contact_email #td_contact_email label {
		text-align: right;
	}
	form[name="frm_53"] .row .captcha img {
		text-align: center;
		margin: 0 auto;
	}
	form[name="frm_53"] .row .captcha div input#code {
		margin: 0 auto;
		margin-top: -5px;
	}
	form[name="frm_53"] .row .captcha .hint {
		text-align: center !important;
	}
	form[name="frm_53"] .formCntrls {
		text-align: center !important;
	}
}
@media only screen and (min-width: 64.063em) {
	.contentRender form.simpleForm {
	    padding-left: 0;
	    margin-left: 0;
	}
	form[name="frm_53"] .row #fieldcontainer_contact_email {
		float: right !important;
	}
	form[name="frm_53"] .row:not(:first-of-type) {
		margin: 0 auto;
	}
	.contentRender form.simpleForm .small-centered.captcha {
		margin-top: 30px;
	}
}
