/*

Login/Register Style Sheet for Firm Manager v3.0
Author: Jonathan "Scott" Guthrie
Version: 1.00.013 (modified on 05/16/2013)
©2012 LexisNexis

*/



/***** Fonts *****/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);*/



/***** Wireframe *****/
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	max-width: 100%;
	min-width: 670px;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	line-height: 1.5;
}



/***** Vertical/Horizontal Center *****/
#tableParent {
	display: table;
	width: 100%;
	height: 100%;
}
#tableChild {
	display: table-cell;
	vertical-align: middle;
}
#tableChild #widgetWindow {
	margin-left: auto;
	margin-right: auto;
}

/***** Recaptcha *****/
#recaptcha_area {
	margin-left: auto;
	margin-right: auto;
}

/***** Login Window *****/

#widgetWindow {
	width: 900px;
	background: none;
	background-color: transparent;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px; /* Chrome & Safari */
	-moz-border-radius: 5px; /* FireFox */
	border-radius: 5px; /* W3C */
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); /* Chrome & Safari */
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); /* FireFox */
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); /* W3C */
}
/* Modal Window */
#widgetWindow.model {
	border: none;
}
/* Login Header */
#widgetWindow #loginHeader {
	height: 36px;
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-border-radius: 4px 4px 0px 0px; /* Chrome & Safari */
	-moz-border-radius: 4px 4px 0px 0px; /* FireFox */
	border-radius: 4px 4px 0px 0px; /* W3C */
}
#widgetWindow #loginHeader {
	display: block;
	background-image: url(images/LN-Gateway-large.png);
	height: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 0;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #c4c4c4;
	background-repeat: no-repeat;
	background-position: left top;
    background-color: #337ab7;
	text-indent: -9999px;
}
/*#widgetWindow #loginHeader .needHelp {
	display: block;
	float: left;
	font-size: 13px;
	color: #4e4e4e;
	line-height: 36px;
	text-decoration: none;
	height: 36px;
	margin-left: 28px;
	background-image: url(images/need-help.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}*/
/* Register Header */
#widgetWindow #registerHeader {
	position: relative;
	height: 75px;
	background-color: #FFF;
	background-image: url(images/popup-header2.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-radius: 4px 4px 0px 0px; /* Chrome & Safari */
	-moz-border-radius: 4px 4px 0px 0px; /* FireFox */
	border-radius: 4px 4px 0px 0px; /* W3C */
}
#widgetWindow #registerHeader h2 {
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	line-height: 74px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-indent: -99999px;
	background-image: url(images/header_logo.png);
	background-position: 0px -70px;
	background-repeat: no-repeat;
}
#widgetWindow #registerHeader #closeModal {
	background-image: url(images/close.png);
	height: 10px;
	width: 10px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 13px;
	right: 13px;
}
#widgetWindow #registerHeader .user {
	position: absolute;
	bottom: 13px;
	right: 13px;
}
#widgetWindow #registerHeader .user p {
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#widgetWindow #registerHeader .user a {
	color: #02337f;
	margin-left: 7px;
}
#widgetWindow #registerHeader .user a:hover {
	color: #3666bf;
}
/* Content */
#widgetWindow #content {
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 15px;
    align-content: center
}
#widgetWindow #content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #105195;
	font-weight: 300;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#widgetWindow #content p {
	text-align: center;
	margin-bottom: 25px;
	display: block;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
#widgetWindow #content fieldset {
	width: 500px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cdcdcd;
}
#widgetWindow #content span.help {
	display: inline-block;
	text-indent: -99999px;
	margin-left: 3px;
	height: 13px;
	width: 12px;
	background-image: url(images/help.png);
	vertical-align: top;
	margin-top: 5px;
}
#widgetWindow #content .legalInfo {
	width: 325px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #4e4e4e;
}
#widgetWindow #content .btnOptions {
	display: block;
	width: 425px;
	list-style: none;
	overflow: hidden;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
}
#widgetWindow #content .btnOptions li {
	margin-right: 20px;
	display: block;
	float: left;
}
#widgetWindow #content .btnOptions li.last {
	margin-right: 0px;
}

#widgetWindow #content a.formBtn,
#widgetWindow #content input[type=button],
#widgetWindow #content button {
	width: 200px;
	font-size: 22px;
	line-height: 41px;
	height: 41px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #a40706;
	-webkit-border-radius: 3px; /* Chrome & Safari */
	-moz-border-radius: 3px; /* FireFox */
	border-radius: 3px; /* W3C */
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: #e1110c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTBkMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1110c 0%, #990d08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1110c), color-stop(100%,#990d08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1110c 0%,#990d08 100%); /* W3C */
}


#widgetWindow #content input[type=submit],
#widgetWindow #content button {
	width: 250px;
	font-size: 22px;
	line-height: 41px;
	height: 41px;
	color: #e1110c;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #a40706;
	-webkit-border-radius: 3px; /* Chrome & Safari */
	-moz-border-radius: 3px; /* FireFox */
	border-radius: 3px; /* W3C */
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: #e1110c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTBkMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1110c 0%, #990d08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1110c), color-stop(100%,#990d08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e8e8e8 100%); /* W3C */
}


#widgetWindow #content a.formBtn:hover,
#widgetWindow #content input[type=button]:hover,
#widgetWindow #content button:hover {
	background: none;
	background: #e1110c;
}

#widgetWindow #content input[type=submit]:hover,
#widgetWindow #content button:hover {
	background: none;
	background: #e8e8e8;
}


#widgetWindow #content a.formBtn.cancel {
	border: 1px solid #b5b5b5;
	background: #d9d9d9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjlmOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d9d9d9 0%, #9f9f9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#9f9f9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d9d9d9 0%,#9f9f9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d9d9d9 0%,#9f9f9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d9d9d9 0%,#9f9f9f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d9d9d9 0%,#9f9f9f 100%); /* W3C */
}
#widgetWindow #content a.formBtn.cancel:hover {
	background: none;
	background: #9f9f9f;
}

/* Form */
#widgetWindow label {
	display: inline-block;
	width: 130px;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}

#content input[type=text].no-column{
    width: 117px;
    border: 0px;
    margin: 0px;
}
#content input[type=text],
#content input[type=password],
#content input[type=tel],
#content input[type=number],
#content input[type=email] {
	width: 250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#content input[type=text].two-column,
#content input[type=password].two-column,
#content input[type=tel].two-column,
#content input[type=number].two-column,
#content input[type=email].two-column {
	width: 117px;
}
#widgetWindow fieldset>div {
	margin-bottom: 10px;
	overflow: hidden;
    align-content:center;
}
#widgetWindow .lineTop {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#widgetWindow .question,
#widgetWindow .myEmail {
	padding-top: 3px;
	display: inline-block;
	width: 260px;
	line-height: 1.5;
}

/* Footer Styles */
#widgetWindow footer {
	height: 43px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	-webkit-border-radius: 0px 0px 4px 4px; /* Chrome & Safari */
	-moz-border-radius: 0px 0px 4px 4px; /* FireFox */
	border-radius: 0px 0px 4px 4px; /* W3C */
	background: #f1f1f1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e8e8e8 100%); /* W3C */
}
#widgetWindow .accountOptions {
	list-style: none;
	display: block;
	margin-left: auto;
	/*margin-right: auto;*/
	margin-bottom: 16px;
	margin-top: 16px;
	overflow: hidden;
	/*padding-left: 20px;*/
	width: 550px;
    align-content:center; 
    
 }
#widgetWindow .accountOptions li {
	display: block;
	float: left;
	margin-right: 20px;
}
#widgetWindow .accountOptions li a,
#widgetWindow p a {
	color: #274989;
}
#widgetWindow .accountOptions li a:hover,
#widgetWindow p a:hover {
	color: #3666bf;
}


.buttonlink {

     background:none!important;
     border:none!important; 
     padding:0!important;
     color:#274989!important;
     text-decoration:underline!important;
     font-size:13px!important;
     cursor:pointer!important;
     text-transform:none!important;
     line-height:none!important;
     margin-bottom: 2px!important;
	 margin-top: 2px!important;
}

#widgetWindow .accountOptions button:hover {
	background: none;
	background: #3666bf;
}
#widgetWindow footer .security {
	font-size: 9px;
	line-height: 43px;
	color: #4e4e4e;
	margin-left: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}



/***** Recaptcha *****/
#recaptcha_area {
	margin-left: auto;
	margin-left: auto;
}



/***** Validation Helpers *****/
.validation-summary-errors {
	background-color: #ffeeee;
	border: 1px solid #ff0000;
	color: #ff0000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	height: auto;
	margin: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.validation-summary-errors ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 17px;
}
.validation-summary-errors span {
	padding: 2px;
	padding-left: 5px;
	display: inline-block;
}
.validation-summary-errors ul li {
	margin: 3px 10px 3px 8px;
}
.field-validation-error {
	display: block;
	color: #FF0000;
	line-height: 16px;
	margin-bottom: 15px;
	/*margin-left: 135px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}


.label-validation-error {
	color: #FF0000 !important;
}
.input-validation-error {
	border: 1px solid #ff0000 !important;
	background-color: #ffeeee !important;
}
.checkbox-register .field-validation-error {
	margin-left: 0px;
}


/***** Mobile *****/
.mobile {
	display: none !important;
}



.buttonContent {
	width: 200px;
	font-size: 22px;
	line-height: 41px;
	height: 41px;
	color: #e1110c;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #a40706;
	-webkit-border-radius: 3px; /* Chrome & Safari */
	-moz-border-radius: 3px; /* FireFox */
	border-radius: 3px; /* W3C */
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: #e1110c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTBkMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1110c 0%, #990d08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1110c), color-stop(100%,#990d08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1110c 0%,#990d08 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e8e8e8 100%); /* W3C */
}

/***** Media Queries *****/
@media only screen and (max-width: 768px) {
	span.needHelp {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}


.video {
width: 50%;
border: 1px solid black;
}


/* Item */

	.item.thumb {
		display: block;
		position: relative;
		background: #1a1f2c;
		background: rgba(255, 255, 255, 0.25);
		cursor: default;
	}

		.item.thumb h2 {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #1a1f2c;
			background: rgba(18, 21, 29, 0.85);
			width: 100%;
			padding: 1em;
			font-weight: 400;
			line-height: 1em;
			z-index: 2;
		}

		.item.thumb img {
			display: block;
			z-index: 1;
		}