﻿
html, body {
	height: 100%;
}
.marbot20 {
	margin-bottom: 20px;
}
.pad15{padding:15px;}

.pos-relative{
    	position:relative;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(255,255,255,0.7);
 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9c000000', endColorstr='#9c000000'); /* IE 8*/
}
.pop-over {
	position: relative;
	z-index: 11;
}
/*------------------Tutorial Option ------------------*/
.tutorial-option {
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: -10px;
	z-index:3;
}
ul.option li{
	list-style:none;
	display:inline-block;
	padding:5px 10px;
	position:relative;
	font-size:14px;
	border:solid 1px #fa8e16;
	border-radius:4px;	
}

ul.option li a{color:#333;text-decoration:none;}
ul.option li ul{
	display:none;
}

ul.option li:hover ul{
	display:block;
	position:absolute;
	width:150px;
	right:0;
	top:100%;
	background:#fff;
	border:solid 1px #f47920;
	border-radius:4px;
	width:100%;
}
ul.option ul li {
	background:#fff;
	font-size:11px;
	display:block;
	list-style:none;
	border:0;
	border-bottom:solid 1px #d9d9d9;
	border-radius:0;
	padding:0;
}
ul.option ul li:hover{
	background:#f47920;
	border-radius:0;
}
ul.option ul li:first-child{border-radius:4px 4px 0 0}
ul.option ul li:last-child{border:0; border-radius:0 0 4px 4px}

ul.option ul li a{
	color:#333;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	display:block;
}
ul.option ul li a:hover{
	color:#fff;
}
ul.option ul li a span:last-child{display: inline-block;position:relative;top:-2px;}
.ico-clock{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -128px -26px;
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
}
.ico-tutorial{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -149px -26px;
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
}
.ico-arrow{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -166px -26px;
	border-left:solid 1px #d9d9d9;
	display: inline-block;
    height: 16px;
    margin-right:0px;
	margin-left:6px;
	padding-left:7px;
    vertical-align: middle;
    width: 21px;	
}
.ico-getstarted{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat 0 -6px;
	display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 20px;
	vertical-align:text-bottom;
}
ul.option ul li a:hover .ico-getstarted{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat 0 -27px;
}



.ico-create{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -23px 0px;	
	display: inline-block;
    height: 20px;
    margin-right: 5px;
    width: 20px;
	vertical-align:text-bottom;
}
ul.option ul li a:hover .ico-create{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -23px -22px;
}
.ico-feedback{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -46px -4px;	
	display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 20px;
	vertical-align:text-bottom;
}
ul.option ul li a:hover .ico-feedback{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -46px -27px;
}
.ico-dashboard{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -71px -4px;	
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    width: 20px;
	vertical-align:text-bottom;
}
ul.option ul li a:hover .ico-dashboard{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -71px -26px;
}
.ico-review{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -91px -4px;	
	display: inline-block;
    height: 16px;
    margin-right: 5px;
    width: 20px;
	text-align:center;
	vertical-align:text-bottom;
}
ul.option ul li a:hover .ico-review {
    background: url("../Content/PreHire/Images/icons-ftu.png") no-repeat -91px -26px;
}
/*29-4-2016*/
.completed{
	background:url("../Content/PreHire/Images/icons-ftu.png") no-repeat -112px -31px;
	float:right;
    height: 10px;
    margin-top: 7px;
    width: 10px;
	vertical-align:text-bottom;	
}

/*Summary*/
ul.summary{
	background:#fff;
    padding: 5px;
}
ul.summary li{
	border:none !important;
}
ul.summary li h2{
	display:block;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
ul.summary li span{
	display:block;
	margin-bottom:2px;
}
ul.summary li:hover{
	background:#fff !important;
}
ul.summary li a.buynow{
	background:#000;
	color:#fff;
	font-size:14px;
	border:0;
	margin:-5px;
	margin-top:15px;
	text-align:center;
	padding:10px 0; 
}
/*------------- Infobox -----------*/

.infobox-right {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: -15px;
    position: absolute;
    top: -15px;
    width: 66.66%;
    z-index: 10;
	display:none;
}
.infobox-right .widget-box{
	display: inline-block;
    width: 51.33%;
}
.infobox-right .content-box{
	display: inline-block;
    width: 48%;
}
.infobox-left {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    right: -15px;
    position: absolute;
    top: -15px;
    width: 66.66%;
    z-index: 10;
	display:none;
}
.infobox-left .content-box{
	display: inline-block;
    width: 48%;
}
.infobox-left .widget-box{
	display: inline-block;
    width: 48%;
}

.infobox-center{
	background: #fff;
	border: 1px solid #b3b3b3;
	border-radius:6px;
	width:auto;
}
.infobox-center a{
	color:#333;
}
.infobox-header{
	background: #dcdddb none repeat scroll 0 0;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}
.infobox-header h1{
	font-family: 'HelveticaNeueRegular';
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	text-transform:inherit;
}
.infobox-header .tools{
	float:right;
}
.infobox-header .tools ul{
	padding:0;
	margin:0;
}
.infobox-header .tools ul li{
	display: inline-block;
    list-style: outside none none;
    width: auto;
}
.infobox-header .tools ul li a{
	background:#fff;
	color:#333;
	padding:3px 8px;
	border-radius:4px;
	text-decoration:none;
}

.widget-wrapper .infobox-header .tools ul li a{
    background:#fff;
	color:#333;
	padding:3px 8px;
	border-radius:4px;
	text-decoration:none;
    margin-right:4px;
}
.infobox-header .tools ul li a.active, .infobox-header .tools ul li a:hover{
	background:#373a36;
	color:#fff;
}
.infobox-body{
	padding:15px;
	min-height:268px;
    /*display:flex;*/
    border-spacing:10px;
}
.infobox-body .title{
	color: #f47920;
    font-family: "HelveticaNeueLight";
    font-size: 20px;    
	font-weight:normal;
	margin-bottom:10px;
}
.infobox-footer{
	padding: 20px 15px;
}
.infobox-footer .prev{
	float:left;
}
.infobox-footer .next{
	float:right;
}
.infobox-footer a.prev, .infobox-footer a.next{
	color:#373a36;
	text-decoration:none;
}
.infobox-footer a.prev:hover, .infobox-footer a.next:hover{
	color:#f47920;
}
.infobox-footer .next:after{
	background: #373a36 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    content: "▶";
	margin-left: 5px;
    padding: 2px 5px;
	
}
.infobox-footer .prev:before{
	background: #373a36 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    content: "◀";
	margin-right: 5px;
    padding: 2px 5px;
	
}
.close{
	background: #d9d9d6 none repeat scroll 0 0;
    font-size: 10px;
    padding: 5px 8px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
	border-radius:4px 4px 0 0;
}
a.close{
	color:#333;
}
.left-col{
	width:183px;
	border:solid 1px #ddd;
	border-radius:6px;
	min-height: 365px;
	margin-left:11px;
	vertical-align:top;
}
.left-col:first-child {
	margin-left:0;
}
.left-col h1{
	font-size:15px;
	font-family: 'HelveticaNeueRegular';
	font-weight:normal;
	margin-bottom:10px;
    min-height: 35px;
}

.left-col p{
    min-height : 60px;
}

.right-col{
	border: 1px solid #dddddd;
    border-radius: 6px;
    min-height: 365px;
    padding: 15px;
    width: 570px;
	margin-left:15px;
}
.infobox-body .left-col, .infobox-body .right-col{display: table-cell;}
.create-candidate-bg{
	background:#e2e3e3;
	text-align:center;
	padding:15px;
}

.icon-create-candidate{
	background: url("../Content/PreHire/Images/icons-ftu.png") #e2e3e3 no-repeat 0 -45px;
	width:78px;
	height:98px;
	display:block;
	margin:0 auto;
}
.icon-collect-feedback{
	background: url("../Content/PreHire/Images/icons-ftu.png") #e2e3e3 no-repeat -89px -45px;
	width:82px;
	height:98px;
	display:block;
	margin:0 auto;
}
.icon-dashboard-tour{
	background: url("../Content/PreHire/Images/icons-ftu.png") #e2e3e3 no-repeat -178px -41px;
	width:82px;
	height:98px;
	display:block;
	margin:0 auto;
}
.icon-review-feedback{
	background: url("../Content/PreHire/Images/icons-ftu.png") #e2e3e3 no-repeat -254px -38px;
	width:82px;
	height:98px;
	display:block;
	margin:0 auto;
}
.btn {
	background: #fa8e16;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: bold;
	height: 32px;
	padding: 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
    max-width: 150px;
	/*margin-left: 10px*/
}

.mar-left-10
{
  margin-left: 10px
}

.btn:hover {
	background: #2189bd;
}
.btn-more {
    background: #fa8e16 url("../Content/PreHire/Images/icons-ftu.png") no-repeat scroll -105px 4px;
    border: 0;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: bold;
	height: 32px;
	padding: 0 32px 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}
.btn-more:hover {
	background: #2189bd url("../Content/PreHire/Images/icons-ftu.png") no-repeat scroll -105px 4px;
}
.bottom-boxes{
	top:255px;
}
/*--------------------Center Popup----------------------*/
#fadeandscale {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.popup_visible #fadeandscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup-box {
	background-color: #fff;
	border: 0px solid #e3e3e3;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	min-height: 20px;
	padding:0;
	margin: 1em;
	width: 800px;
}
.btn-close {
	background: url("../Content/PreHire/Images/sprite-icons-group2.png") no-repeat scroll -232px -140px;
	border: 0 none;
	color: #333333;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
}
/*------------------ Registration Form ------------------*/
.grey-bg {
	background: #dbdedd;
}
.reg-wrapper {
	min-height: 100%;
	position: relative;
}
.top-blue-band{
	background:#1e9bc0;
	height:10px;
	width:100%;
}
.content-area {
	padding-bottom: 66px;
}
.reg-logo{
	background:url(../Content/PreHire/Images/logo-skillsurvey.png) no-repeat;
	width:187px;
	height:66px;
	margin:15px auto;
}
.reg-logo-reference {
    background: url(../Content/PreHire/Images/logo-skillsurvey-min.png) no-repeat;
    width: 187px;
    height: 66px;
    margin: 15px auto;
}
.form-wrap{
	background:#f0f0f0;
	border:solid 1px #cacecd;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 15px;
	width: 840px;
}
.form-header {
	background: #d5d5d5;
	font-family: "HelveticaNeueLight";
	font-size: 24px;
	font-weight: normal;
	color: #373a36;
	text-align: center;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	padding: 15px 0;
}
.form-content {
	padding: 15px 30px 15px 38px;
	overflow: hidden;
}
.form-content .form-inline {
	float: left;
	width: 49%;
	margin: 0 15px 20px 0;
}
.form-content .form-inline:nth-child(even) {
	margin-right: 0;
}
.form-inline label {
	display: block;
}
.form-inline input[type="text"], .form-inline select {
	background: #fff;
	border: solid 1px #dbdedd;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	border-radius: 0;
	width: 98%;
}
/*edited for button center 2-2-2016*/
.form-content input[type="submit"] {
	background: #fc590e none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 20px;/*width: 100%;*/
}

.form-content input[type="button"] {
	background: #fc590e none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 20px;/*width: 100%;*/
}

.reg-message {
	color: #42670d;
	font-family: "HelveticaNeueLight";
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 15px;
}
.footer-band {
	height: 66px;
	width: 100%;
	background: #373a36;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #babfbd;
	font-size: 11px;
	line-height: 66px;
}


/*Form Tooltips*/
.form-tips{
	position: absolute;
	background: #fff;
	border: 2px solid #707070;
	border-radius: 6px;
	width:350px;
	white-space: normal;
	left:280px;
	top:-17px;
	display:none;
    z-index : 11;
    margin-left: 15px;
	text-align: left;
	padding: 10px 10px 10px 30px;
}

.form-tips-short{
	position: absolute;
	background: #fff;
	border: 2px solid #707070;
	border-radius: 6px;
	padding: 10px 15px;
	width:350px;
	white-space: normal;
	display:inline-block;
	top:-21px;
	z-index:100;
	margin-left: 15px;
	text-align: left;
	padding: 10px 10px 10px 30px;
}
.form-tips:after, .form-tips:before, .form-tips-short:after, .form-tips-short:before, grid-tips:after, .grid-tips:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.form-tips:after, .form-tips-short:after, .grid-tips:after, .form-tips-left:after {
	border-color: rgba(33, 137, 189, 0);
	border-right-color: #2189bd;
	border-width: 12px;
	margin-top: -12px;
}
.form-tips:before, .form-tips-short:before, .grid-tips:before, .form-tips-left:before {
	border-color: rgba(139, 141, 139, 0);
	border-right-color: #8b8d8b;
	border-width: 11px;
	margin-top: -11px;
}


.form-tips .headings, .form-tips-short .headings, .grid-tips .headings, .form-tips-left .headings{
	color: #f87f24;
    display: inline-block;
    font-family: "HelveticaNeueLight";
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}



.form-tips p, .form-tips-short p, .grid-tips p, .form-tips-left p{
	font-size: 14px;
    line-height: normal;
}
.form-tips .prev, .form-tips-short .prev, .grid-tips .prev, .form-tips-left .prev {
	background:url(../Content/PreHire/Images/tour-icons.png) no-repeat;
	background-position:-224px -19px;
	float:left;
	height:18px;
	line-height:18px;
	padding-left:20px;
	font-size:14px;
	text-decoration:none !important;
	color:#707070;
    width : auto;
}
.form-tips .next, .form-tips-short .next, .grid-tips .next, .form-tips-left .next{
	background:url(../Content/PreHire/Images/tour-icons.png) no-repeat;
	background-position:-274px -19px;
	float:right;
	height:18px;
	line-height:18px;
	padding-left:20px;
	font-size:14px;
	text-decoration:none !important;
	color:#707070;
    width : auto;
}

.form-tips .blueband, .form-tips-short .blueband, .grid-tips .blueband{
	background: #2189bd none repeat scroll 0 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
	margin-right:10px;
	top:0;
	left:0;
}


.grid-tips{
    left: 40%;
    top: 61px;
}

/*Form Tooltips*/


.pop-up-setting .headings h3{
	font-size: 18px;
    line-height: normal;
	color:#f78719;
	font-weight:300;
    margin-bottom:10px;
}

.pop-up-setting .headings p{
	font-size: 14px;
    line-height: normal;
}


.form-tips .pager, .form-tips-short .pager, .tab-content-wrapper .form-tips .pager, .form-tips-left .pager{
    bottom: 10px;
    color: #888888;
    font-size: 12px;
    left: 45%;
    line-height: normal;
    position: absolute;
    text-align: center;
}


.form-tips .close, .form-tips-short .close{
	position:absolute;
	width:13px;
	height:14px;
	background: url(../Content/PreHire/Images/sprite-icons-group2.png) repeat-x -212px -12px;
	display:block;
	top:8px;
	right:8px;
	cursor:pointer;
}


.tab-content-wrapper .form-tips{
    position: absolute;
	background: #fff;
	border: 2px solid #707070;
	border-radius: 6px;
	width:350px;
	white-space: normal;
	display:none;
    z-index : 11;
    margin-left: 15px;
	text-align: left;
	padding: 10px 10px 10px 30px;
}


/*****6/5/2016******/
.form-tips-left {
	position: absolute;
	background: #fff;
	border: 2px solid #8b8d8b;
	border-radius: 6px;
	width: 350px;
	white-space: normal;
	display: none;
	top: -25px;
	z-index: 9999;
	margin-right: 15px;
	text-align: left;
	padding: 10px 30px 10px 10px;
	left:-360px;
}
.form-tips-left:after, .form-tips-left:before{
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-tips-left:after{
	border-color: rgba(33, 137, 189, 0);
	border-left-color: #2189bd;
	border-width: 10px;
	margin-top: -10px;
}
.form-tips-left:before{
	border-color: rgba(139, 141, 139, 0);
	border-left-color: #8b8d8b;
	border-width: 12px;
	margin-top: -12px;
}
.form-tips-left .blueband{
	background: #2189bd none repeat scroll 0 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
	margin-left:10px;
	top:0;
	right:0;
}
.form-tips-left .close{
	position: absolute;
	width: 13px;
	height: 14px;
	background: url(../Content/PreHire/Images/icons.png) repeat-x -222px -5px;
	display: block;
	top: 8px;
	right: 25px;
	cursor: pointer;
}


.search-btn{
    display:block;
    left:385px;
    top:-39px;
}

.name{
    left: 100px;
    top: 0px;
}

.sort{
    left: 160px;
    top: -18px;
}

.sort-all{
    left: 142px;
    top: -26px;
}

.tab-content-wrapper .form-tips.sort-all::after, .form-tips.sort-all::before{
    top:35%;
}
.action{
    left: -359px;
    top: -26px;
}

.action-all {
    left: -280px;
    top: -26px;
}

.martop30 {
	margin-top: 30px;
}


.imgWidth{
    width : 100%;
}

.support
{
   top: 40px;
   right: -230px;
}

.tel-support
{
    background:#f2f2f2;
    border:solid 1px #fff;
    font-size:16px;
    padding:10px;
    text-align:center;
    margin-bottom:15px;
}

.pop-up-setting {
    position: absolute;
    background: #fff;
    border: 2px solid #707070;
    border-radius: 6px;
    padding: 10px 15px;
    width: 350px;
    white-space: normal;
    display: none;
    z-index: 999;
    margin-left: 10px;
    text-align: left;
}

.timerText {
    min-width : 75px;
    display : inline-block;
}

 /*added on 23/5/2016*/
.infobox-body ul{margin-bottom:15px;}
.infobox-body ul li
{
	line-height: 18px;
    margin-left: 15px;
    width: auto;
	font-weight:normal;
}
.infobox-body ul li:before{
	display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
/**/

/**/
@media only screen and (min-width : 320px) and (max-width: 480px) {
.form-wrap {
	width: 90%;
}
.form-header {
	font-size: 16px;
}
.form-content {
	padding: 15px 15px 15px 20px;
}
.form-content .form-inline {
	margin: 0 15px 20px 0;
	width: 100%;
}
}

@media only screen and (min-width : 481px) and (max-width: 768px) {
.form-wrap {
	width: 90%;
}
.form-header {
	font-size: 16px;
}
.form-content {
	padding: 15px 15px 15px 20px;
}
.form-content .form-inline {
	margin: 0 15px 20px 0;
	width: 48%;
}
}

@media only screen and (min-width : 992px) and (max-width: 1100px) {
}

@media only screen and (min-width : 1101px) and (max-width: 1280px) {
}

@media only screen and (min-width : 1281px) and (max-width: 1330px) {
}

@media only screen and (min-width : 1331px) and (max-width: 1500px) {
}

@media only screen and (min-width : 1501px) and (max-width: 1650px) {
}

@media only screen and (min-width : 1651px) and (max-width: 1920px) {
}
  .overlayPoster {
        position: absolute;
        top: 80px;
        width: 64%;
        height:54%;
        z-index: 2147483647;
    }
 
    .btnPlayVideo {
        position: absolute;
        right: 43%;
        top: 43%;
        height:20%;
        width:15%;
        cursor:pointer;
    }

.thankyou-wrap {
    padding: 40px 0 25px 0;
    text-align: center;
}

.social {
    text-align: center;
}

.social-links {
    margin: 0 auto;
    padding: 0;
    width: 120px;
    overflow: auto;
}

    .social-links li {
        float: left;
        margin-left: 5px;
    }

        .social-links li:first-child {
            margin-left: 0;
        }

        .social-links li a {
            border-radius: 50%;
            display: block;
            font-size: 18px;
            height: 25px;
            line-height: 30px;
            padding: 0;
            vertical-align: middle;
            width: 25px;
        }

.facebook {
    background: url(../Content/PreHire/Images/social-icons.png) no-repeat 0 -149px;
    width: 25px;
    height: 25px;
}

    .facebook:hover {
        background: url(../Content/PreHire/Images/social-icons.png) no-repeat -137px -149px;
        width: 25px;
        height: 25px;
    }

.linkedin {
    background: url(../Content/PreHire/Images/social-icons.png) no-repeat -34px -149px;
    width: 25px;
    height: 25px;
}

    .linkedin:hover {
        background: url(../Content/PreHire/Images/social-icons.png) no-repeat -172px -149px;
        width: 25px;
        height: 25px;
    }

.twitter {
    background: url(../Content/PreHire/Images/social-icons.png) no-repeat -68px -149px;
    width: 25px;
    height: 25px;
}

    .twitter:hover {
        background: url(../Content/PreHire/Images/social-icons.png) no-repeat -207px -149px;
        width: 25px;
        height: 25px;
    }

.googleplus {
    background: url(../Content/PreHire/Images/social-icons.png) no-repeat -103px -149px;
    width: 25px;
    height: 25px;
}

.googleplus:hover {
    background: url(../Content/PreHire/Images/social-icons.png) no-repeat -242px -149px;
    width: 25px;
    height: 25px;
}

/*25-5-2016*/
.orange-band{background:#fa8e16;color:#fff;}
.blue-band{background:#2189bd;color:#fff;}
/**/

.back{
	background: #298abb none repeat scroll 0 0;
    font-size: 10px;
    padding: 5px 8px;
    position: absolute;
    left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
	border-radius:4px 4px 0 0;
}
a.back{
	color:#fff;
}
.vid{
    height:300px;
    width:100%;
}