/********* Video Popup Modal *********/
 @keyframes modal-video {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 @keyframes modal-video-inner {
	 from {
		 transform: translate(0, 100px);
	}
	 to {
		 transform: translate(0, 0);
	}
}
 .modal-video {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(22, 28, 33, 0.71);
	 z-index: 1000000;
	 cursor: pointer;
	 opacity: 1;
	 animation-timing-function: ease-out;
	 animation-duration: 0.3s;
	 animation-name: modal-video;
	 -webkit-transition: opacity 0.3s ease-out;
	 -moz-transition: opacity 0.3s ease-out;
	 -ms-transition: opacity 0.3s ease-out;
	 -o-transition: opacity 0.3s ease-out;
	 transition: opacity 0.3s ease-out;
}
 .modal-video-close {
	 opacity: 0;
}
 .modal-video-close .modal-video-movie-wrap {
	 -webkit-transform: translate(0, 100px);
	 -moz-transform: translate(0, 100px);
	 -ms-transform: translate(0, 100px);
	 -o-transform: translate(0, 100px);
	 transform: translate(0, 100px);
}
 .modal-video-body {
	 max-width: 1300px;
	 width: 100%;
	 height: 100%;
	 margin: 0 auto;
	 display: table;
	 padding: 10px;
}
 .modal-video-inner {
	 display: table-cell;
	 vertical-align: middle;
	 width: 100%;
	 height: 100%;
}
 .modal-video-movie-wrap {
	 width: 100%;
	 height: 0;
	 position: relative;
	 padding-bottom: 56.25%;
	 background-color: #111;
	 animation-timing-function: ease-out;
	 animation-duration: 0.3s;
	 animation-name: modal-video-inner;
	 -webkit-transform: translate(0, 0);
	 -moz-transform: translate(0, 0);
	 -ms-transform: translate(0, 0);
	 -o-transform: translate(0, 0);
	 transform: translate(0, 0);
	 -webkit-transition: -webkit-transform 0.3s ease-out;
	 -moz-transition: -moz-transform 0.3s ease-out;
	 -ms-transition: -ms-transform 0.3s ease-out;
	 -o-transition: -o-transform 0.3s ease-out;
	 transition: transform 0.3s ease-out;
}
 .modal-video-movie-wrap iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .modal-video-close-btn {
	 position: absolute;
	 z-index: 2;
	 top: -55px;
	 right: 2px;
	 display: inline-block;
	 width: 30px;
	 height: 40px;
	 overflow: hidden;
	 border: none;
	 background: transparent;
   min-width: 10px;
}
 .modal-video-close-btn:before {
	 transform: rotate(45deg);
}
 .modal-video-close-btn:after {
	 transform: rotate(-45deg);
}
 .modal-video-close-btn:before, .modal-video-close-btn:after {
	 content: '';
	 position: absolute;
	 height: 2px;
	 width: 100%;
	 top: 50%;
	 left: 0;
	 margin-top: -1px;
	 background: #fff;
	 border-radius: 5px;
	 margin-top: -6px;
}
/** * Featherlight – ultra slim jQuery lightbox * Version 1.7.13 - http://noelboss.github.io/featherlight/ * * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. **/
 html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	 overflow: hidden;
}
 .featherlight {
	 display: none;
	/* dimensions: spanning the background from edge to edge */
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 2147483647;
	/* z-index needs to be >= elements on the site. */
	/* position: centering content */
	 text-align: center;
	/* insures that the ::before pseudo element doesn't force wrap with fixed width content;
	 */
	 white-space: nowrap;
	/* styling */
	 cursor: pointer;
	 background: #333;
	/* IE8 "hack" for nested featherlights */
	 background: rgba(0, 0, 0, 0);
}
 .featherlight.form-modal {
	 overflow-y: auto;
}
 .featherlight.form-modal .featherlight-content {
	 width: 90%;
	 min-height: 400px;
	 max-width: 700px;
	 max-height: none;
	 margin: 20px auto;
	 padding: 20px;
}
 @media only screen and (min-width: 900px) {
	 .featherlight.form-modal .featherlight-content {
		 margin: 130px auto;
		 text-align: center;
		 margin: 100px auto;
		 padding: 70px 90px 40px;
	}
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
 .featherlight:last-of-type {
	 background: rgba(47, 76, 113, 0.6);
}
 .featherlight:before {
	/* position: trick to center content vertically */
	 content: '';
	 display: inline-block;
	 height: 100%;
	 vertical-align: middle;
}
 .featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	 position: relative;
	/* position: centering vertical and horizontal */
	 text-align: left;
	 vertical-align: middle;
	 display: inline-block;
	/* dimensions: cut off images */
	 overflow: auto;
	 padding: 25px 25px 0;
	 border-bottom: 25px solid transparent;
	/* dimensions: handling large content */
	 margin-left: 5%;
	 margin-right: 5%;
	 max-height: 95%;
	 border-radius: 4px;
	/* styling */
	 background: #fff;
	 cursor: auto;
	/* reset white-space wrapping */
	 white-space: normal;
}
/* contains the content */
 .featherlight .featherlight-inner {
	/* make sure its visible */
	 display: block;
}
/* don't show these though */
 .featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
	 display: none;
}
 .featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	 position: absolute;
	 z-index: 9999;
	 top: 0;
	 right: 0;
	/* dimensions: 25px x 25px */
	 line-height: 58px;
	 width: 55px;
	 font-size: 25px;
	/* styling */
	 cursor: pointer;
	 text-align: center;
	 font-family: Arial, sans-serif;
	 background: #fff;
	/* Set the background in case it overlaps the content */
	 background: rgba(255, 255, 255, 0.3);
	 color: #a1a9b8;
	 border: none;
	 padding: 0;
}
/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
 .featherlight .featherlight-close-icon::-moz-focus-inner {
	 border: 0;
	 padding: 0;
}
 .featherlight .featherlight-image {
	/* styling */
	 width: 100%;
}
 .featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	 border-bottom: 0;
	 padding: 0;
	 -webkit-overflow-scrolling: touch;
}
 .featherlight iframe {
	/* styling */
	 border: none;
}
 .featherlight * {
	/* See https://github.com/noelboss/featherlight/issues/42 */
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
/* handling phones and small screens */
 @media only screen and (max-width: 1024px) {
	/* dimensions: maximize lightbox with for small screens */
	 .featherlight .featherlight-content {
		 margin-left: 0;
		 margin-right: 0;
		 max-height: 98%;
		 padding: 10px 10px 0;
		 border-bottom: 10px solid transparent;
	}
}
/* hide non featherlight items when printing */
 @media print {
	 html.with-featherlight > * > :not(.featherlight) {
		 display: none;
	}
}