#jp_footer_wrapper {
  clear: both;
  display: block;
}

.debug-info {
  border: 1px solid #333333;
  margin: 20px auto;
  padding: 20px;
  width: 300px;
}

.support-home {
	font-family: Arial, Helvetica, sans-serif;
}

.support-home .page-wrapper {
	width: 960px;
	margin: 0 auto;
}

.support-home .text-link {
	color: #1D3994;
}

.support-home header {
	height: 146px;
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 50px;
	background: url("/euf/assets/images/home/header.jpg") repeat scroll 0 0 transparent;
	position: relative;
}

.support-home header h1 {
	margin-top: 18px;
	line-height: 2.1em;
	float: left;
	color: #454545;
}

.support-home header h1 .pre {
	font-weight: normal;
	font-size: 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.support-home header h1 .name {
	font-weight: normal;
	font-size: 34px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.support-home header .images {
	float: right;
	height: 178px;
	position: absolute;
	right: 0;
	top: -12px;
	width: 398px;
	background: url("/euf/assets/images/home/header-cameras.png") repeat scroll 0 0 transparent;
}

.support-home nav {
	width: 100%;
	height: 375px;
	overflow: visible;
	background: url("/euf/assets/images/home/hero-bkg-2.jpg") repeat scroll 50% 50% transparent;
	margin: 0 auto 45px;
	box-shadow: 0 10px 10px -10px #503333;
	/*box-shadow: 0 10px 15px #777777;
	box-shadow: 0 10px 15px rgba(0,0,0,.5);*/
}

.support-home nav .content {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

.support-home nav .content .links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 100%;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 40%;
}

.support-home nav .content .links h2 {
	font-size: 18px;
	display: block;
	color: #F7F7F7;
}

.support-home nav .content .links ul {
	float: left;
}

.support-home nav .content .links li {
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	display: block;
	font-size: 16px;
	margin-top: 11px;
	background: #F7F7F7;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.support-home nav .content .links li:hover {
	box-shadow: 0 0 2px #333333, 3px 3px 5px #BBBBBB inset;
	box-shadow: 0 0 5px rgba(0,0,0,.1), 3px 3px 5px #BBBBBB inset;
	color: #555555;
	background: #FAFAFA;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.88);
}

.support-home nav .content .links li:active {
	box-shadow: 3px 3px 5px #AAAAAA inset;
}

.support-home nav .content .links li a {
	display: block;
	height: 100%;
	padding: 5px 10px;
	width: 100%;
	color: #454545;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-home nav .content .links li a:hover {
	color: #1D3994;
}

.support-home nav .content .links li a i {
	float: left;
	font-size: 14px;
	margin: 2px 6px 0 0;
	text-shadow: -1px -1px 0px #DDDDDD;
}

.support-home nav .content .links li:hover a i {
	text-shadow: -1px -1px 0px #FFFFFF;
}

.support-home nav .content .promo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	height: 100%;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 60%;
}

.support-home nav .content .promo .video-thumb {
	background: url("/euf/assets/images/home/video-thumb-v2.jpg") no-repeat scroll 0 0 transparent;
	border: 4px solid #222222;
	border: 4px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 20px #222222;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	display: block;
	height: 222px;
	margin: 30px auto 0;
	width: 400px;
	position: relative;
	overflow: hidden;
  
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*
.support-home nav .content .promo .video-thumb:hover {
	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
*/

.support-home nav .content .promo .video-thumb:hover {
	cursor: pointer;
	border: 4px solid #111111;
	border: 4px solid rgba(0, 0, 0, 0.6);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 20px #111111;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.support-home nav .content .promo .video-thumb .overlay-btn {
	background: url("/euf/assets/images/home/bigplay.png") no-repeat scroll 0 0 transparent;
	height: 100px;
	left: 50%;
	margin: -50px 0 0 -50px !important;
	position: absolute;
	top: 50%;
	width: 100px;
}

.support-home nav .content .promo .video-thumb .caption {
	background: none repeat scroll 0 0 #000000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: -26px;
	color: #EEEEEE;
	display: block;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 3px #000000;
	width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.support-home nav .content .promo .video-thumb:hover .caption {
	bottom: 0;
}

.support-home nav .content .promo .video-thumb:hover .overlay-btn {
	background-position: 0 -100px;
}

.lightbox-wrapper .title {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	min-height: 20px;
	overflow: hidden;
	padding: 0 10px 6px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-home .two-col-60-40 {
	display: block;
	float: left;
	min-height: 560px;
	margin: 40px 0 0;
	width: 100%;
}

.support-home .two-col-60-40 .left,
.support-home .two-col-70-30 .left,
.support-home .two-col-60-40 .right,
.support-home .two-col-70-30 .right {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-home .two-col-60-40 .left {
	padding: 20px 50px 20px 20px;
	float: left;
	width: 60%;
	border-right: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}

.support-home .two-col-60-40 .left .title {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
	color: #454545;
}

.support-home .two-col-60-40 .left .search {
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 4px 0;
	padding: 6px 4px;
	min-height: 16px;
	border: 1px solid #D1D1D1;
	
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	
	-webkit-box-shadow: 0 0 3px #EEEEEE inset;
	-moz-box-shadow: 0 0 3px #EEEEEE inset;
	box-shadow: 0 0 3px #EEEEEE inset;
	
	-webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow .3s ease-in-out 0s;
	-moz-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow .3s ease-in-out 0s;
	-ms-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow .3s ease-in-out 0s;
	-o-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow .3s ease-in-out 0s;
	transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, box-shadow .3s ease-in-out 0s;
}

.support-home .two-col-60-40 .left .search:focus ~ .clear-search,
.support-home .two-col-60-40 .left .search:hover ~ .clear-search,
.clear-search:hover  {
	visibility: visible !important;
}

.clear-search:hover  {
	color: #AAAAAA !important;
	background-color: #F7F7F7;
}


.support-home .two-col-60-40 .left .search:focus {
    background-color: #FBFBFB;
	border-color: #BBBBBB;
	-webkit-box-shadow: 0 0 2px #DDDDDD inset;
	-moz-box-shadow: 0 0 2px #DDDDDD inset;
	box-shadow: 0 0 2px #DDDDDD inset;
}
.support-home .two-col-60-40 .left .clear-search {
	background-color: #FFFFFF;
	border: 0 none;
	border-left: 1px solid #DDDDDD;
	color: #BBBBBB;
	display: inline-block;
	font-size: 16px;
	height: 27px;
	margin: 5px 0 5px -61px;
	opacity: 0.95;
	padding: 0;
	visibility: hidden;
	width: 30px;
	cursor: pointer;
}

.support-home .two-col-60-40 .left .clear-search:hover {
	-webkit-box-shadow: 0 0 2px #EEEEEE inset;
	-moz-box-shadow: 0 0 2px #EEEEEE inset;
	box-shadow: 0 0 2px #EEEEEE inset;
}

.support-home .two-col-60-40 .left .jp_search_button {
	border: 0 none;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center #f6f6f6;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f6f6f6));
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,linear-gradient(top,#fff 0,#f6f6f6 100%);
	border-left: 1px solid #DDDDDD;
	border-radius: 0 2px 2px 0;
	color: #454545;
	cursor: pointer;
	display: inline-block;
	float: left;
	font: bold 12px/1.2 Arial,Helvetica,sans-serif;
	height: 27px;
	margin-bottom: 5px;
	margin-left: -31px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

.support-home .two-col-60-40 .left .search:focus ~ .jp_search_button {
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center #fd0 !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-moz-linear-gradient(top,#fff2b7 0,#fd0 100%) !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff2b7),color-stop(100%,#fd0)) !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-webkit-linear-gradient(top,#fff2b7 0,#fd0 100%) !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-o-linear-gradient(top,#ffffff2b7fff 0,#fd0 100%) !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,-ms-linear-gradient(top,#ffffff2b7fff 0,#fd0 100%) !important;
	background:url(/euf/assets/images/icons/search.png) no-repeat scroll center center,linear-gradient(top,#fff2b7 0,#fd0 100%) !important;
}


.support-home .two-col-60-40 .left .subtitle {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
	color: #454545;
	font-size: 13px;
	font-weight: bold;
}

.support-home .two-col-60-40 .left .jp_answer_link {
	display: block;
	float: left;
	width: 100%;
}

.support-home .two-col-60-40 .left .jp_answer_link:hover .jp_ans_title {
	text-decoration: underline !important;
}

.support-home .two-col-60-40 .left .details {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #454545;
	border-bottom: 1px solid #DDDDDD;
}

.support-home .two-col-60-40 .left .jp_ans_title {
  display: inline;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
}

.support-home .two-col-60-40 .left .jp_ans_updated {
  color: #777777;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
}

.support-home .two-col-60-40 .left .jp_ans_new {
	background-color: #FFDD00;
	border: 1px solid #DFC100;
	border-radius: 2px 2px 2px 2px;
	color: #454545;
	display: inline-block;
	font-size: 9px;
	line-height: 12px;
	margin: 0 15px 0 5px;
	padding: 1px 10px 2px;
	position: relative;
	text-shadow: 0 0 0 #EEEEEE;
	top: -2px;
}

.support-home .two-col-60-40 .left .jp_ans_description {
	display: block;
	float: left;
	margin-top: 5px;
}

.support-home .two-col-60-40 .left .see-more {
	font-size: 12px;
	display: block;
	margin-top: 10px;
	float: left;
}

.support-home .two-col-60-40 .left .see-more:hover {
	text-decoration: underline;
}

.support-home .two-col-60-40 .right {
	padding: 0 20px 10px 40px;
	float: right;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
}

.support-home .two-col-60-40 .right .le-header {
	background: url("/euf/assets/images/home/le-promo.jpg") no-repeat scroll 0 0 transparent;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	float: left;
	width: 330px;
	height: 204px;
	margin: 0 0 12px 0;
}

.support-home .two-col-60-40 .right .title {
	color: #454545;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px;
	width: 100%;
}

.support-home .two-col-60-40 .right .links {
	display: block;
	float: left;
	width: 100%;
	margin: 6px 0;
}

.support-home .two-col-60-40 .right .links li {
	font-size: 14px;
	margin-bottom: 15px;
}

.support-home .two-col-60-40 .right .links li a {
	color: #1D3994;
}

.support-home .two-col-60-40 .right .links li a:hover {
	text-decoration: underline;
}

.support-home .two-col-70-30 {
	display: block;
	float: left;
	height: 380px;
	margin: 0 0 20px;
	width: 100%;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("/euf/assets/images/home/row1-floor-380.jpg") no-repeat scroll 0 0 transparent;
	font-family: Arial, Helvetica, sans-serif;
}

.support-home .two-col-70-30 .left {
	padding: 0 20px;
	float: left;
	width: 70%;
	border-right: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-home .two-col-70-30 .left .info {
	width: 40%;
	height: 100%;
	float: left;
	color: #454545;
}

.support-home .two-col-70-30 .left .info .logo {
	background: url("/euf/assets/images/home/digitutor-logo.png") no-repeat scroll 0 0 transparent;
	width: 191px;
	height: 55px;
	margin-bottom: 4px;
	display: block;
}

.support-home .two-col-70-30 .left .info .title {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.support-home .two-col-70-30 .left .info .text {
	font-size: 12px;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	color: #454545
}

.support-home .two-col-70-30 .left .info .link,
.support-home .two-col-70-30 .left .info .note {
	display: block;
	float: left;
}

.support-home .two-col-70-30 .left .info .note {
	font-style: italic;
	margin-bottom: 10px;
}

.support-home .two-col-70-30 .left .info .link:hover {
	text-decoration: underline;
}

.support-home .two-col-70-30 .left .image {
	width: 60%;
	height: 100%;
	float: left;
	background: url("/euf/assets/images/home/digitutor-main-3.png") no-repeat scroll 30px 0 transparent;
}

.support-home .two-col-70-30 .right {
	padding: 0 20px 10px 40px;
	float: right;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-home .two-col-70-30 .right .logo {
	background: url("/euf/assets/images/home/nps.png") no-repeat scroll 0 0 transparent;
	width: 173px;
	height: 44px;
	margin-bottom: 20px;
}

.support-home .two-col-70-30 .right .text {
	font-size: 12px;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	color: #454545;
}

.support-home .two-col-70-30 .right .jp_button_wrapper {
	width: 140px;
	margin-top: 20px;
}
/*
.support-home .full-width {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 30px 0 60px;
	display: block;
	float: left;
	cursor: default;
}

.support-home .full-width strong {
	font-weight: bold;
}

.support-home .full-width .title {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.support-home .full-width .text {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.9em;
}

.support-home .full-width .text i {
	margin: 0 6px;
}

.support-home .full-width .text .chat {
	margin: 0 0 0 8px;
	padding: 0 0 0 4px;
	border-left: 1px solid #777777;
}

.support-home .full-width .text a {
	color: #444444;
}

.support-home .full-width .text a:hover {
	color: #1D3994;
}

.support-home .full-width .subtext {
	font-size: 11px;
}

.support-home .center {
	text-align: center;
}
*/

.contact-information .full-width {
	border-top: 0 none !important;
	margin: 0 0 60px !important;
}

/*
//video thumbnails
*/

.wrapper {
	display: block;
	width: 100%;
}
.thumbnails {
	height: 67px;
	margin: 10px auto 0 !important;
	width: 256px;
}
.thumbnails .thumb {
	float: left;
	height: 65px;
	width: 120px;
	cursor: pointer;
	filter:alpha(opacity=70);
	-ms-filter:alpha(opacity=70);
	opacity: .7;
	
	-webkit-transition:opacity .2s ease .1s, display .2s linear .1s, visibility 0s linear .1s;
	-moz-transition:opacity .2s ease .1s, display .2s linear .1s, visibility 0s linear .1s;
	-ms-transition:opacity .2s ease .1s, display .2s linear .1s, visibility 0s linear .1s;
	-o-transition:opacity .2s ease .1s, display .2s linear .1s, visibility 0s linear .1s;
	transition:opacity .2s ease .1s, display .2s linear .1s, visibility 0s linear .1s;
}
.thumbnails .thumb:hover,
.thumbnails .active {
	box-shadow: 0 0 6px #555555 inset;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	opacity: 1;
}
.thumbnails .icon-play,
.thumbnails .ss-icon {
	color: #E7E7E7;
	font-size: 26px;
	margin: 20px auto 0;
	text-shadow: -2px 2px 4px #333333, 2px 2px 4px #333333, -2px -2px 4px #333333, 2px -2px 4px #333333;
	width: 23px;
	display: none;
	filter:alpha(opacity=70);
	-ms-filter:alpha(opacity=70);
	opacity: .7;
}
.thumbnails .thumb:hover .icon-play,
.thumbnails .thumb:hover .ss-icon {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	opacity: 1;
}
.thumbnails .active .icon-play,
.thumbnails .active .ss-icon {
	display: block;
	filter:alpha(opacity=70);
	-ms-filter:alpha(opacity=70);
	opacity: .7;
}
.thumbnails .thumb-service {
	background: url("/euf/assets/images/home/service-thumb.png") no-repeat scroll 0 0 transparent;
}
.thumbnails .thumb-support {
	background: url("/euf/assets/images/home/support-thumb.png") no-repeat scroll 0 0 transparent;
}
.thumbnails .thumb ~ .thumb {
	margin-left: 16px;
}
.screenreader {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.links .ss-icon {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 0 6px 0 0;
	padding: 3px 0 0;
}