/**************************
GLOBAL HEADER

Clean up - 11/9/14 ACRUZ
**************************/

/* Header Wrapper */
#header-wrapper {
	padding: 15px 0;
	display: block;
	width: 100%;
	position: relative;
	background-color:#f2f2f2;
}
section[id$="-wrapper"] .row .container {
	max-width: none;
	width: 1170px;
}
/* Header */
#header {
}
/* Websense Logo */
#wbsn-logo {
	/*display: inline-block;
	position: relative;
	margin: 57px 0px 0px 8px;
	padding: 0px;
	width: 131px;
	height: 24px;
	float: left;*/
}
/* Top Nav */
#topnav {
	margin: 40px 0;
	float: left;
}
#topnav > ul {
	margin: 0px;
}
#topnav > ul > li {
	margin: 0px;
	/*padding:0px 0px 0px 0px;*/
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	display: inline-block;
	font-weight: 400;
	font-size: 17px;
	line-height: 18px;
}
#topnav > ul > li:hover {
/**/
}
#topnav > ul > li:hover > a {
	background: #fff;
}
#topnav > ul > li.active {
	background: #fff;
}
#topnav > ul > li.active > a {
/**/
}
#topnav > ul > li.current {
/**/
}
#topnav > ul > li.current > a {
	background: #d52349;
	color: #fff !important;
	font-weight: 700;
}
#topnav > ul > li > a {
	border-radius: 5px;
	color: #5d5d5d;
	text-decoration: none;
	padding: 0.6em 1.2em 0.6em 1.2em; /*(switch these to px values soon)*/
	/*padding: 0px 0px 0px 0px;*/
	color: #000;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	outline: 0;
}
#topnav > ul > li > ul {
	display: none;
}
#top-nav > #top-nav-inner a {
	color: #000;
	font-size: 13px;
	font-family: 'Source Sans Pro', 'DIN Next W06 Regular', Arial, sans-serif;
}
input#search-text {
	margin: 0px 0px 14px 10px;
	padding: 2px 10px;
	width: 160px;
	height: 25px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #6698C1;
	background: #fff url('/assets/images/search-mag_11x12.png') no-repeat 140px 6px;
	font-family: 'Source Sans Pro', 'DIN Next W06 Regular', Arial, sans-serif;
	color: #999;
}
.top-menu-bottom.clearfix.hidden-xs {
	width: auto;
	margin: 0 -15px;
	height: 44px;
	background: #404040;
}
/* hover sub-menu code */

.dropotron {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	font-style: normal;
	min-width: 160px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
}
.dropotron a, .dropotron span {
	color: #404040;
	text-decoration: none;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
.dropotron a {
	padding: 4px 0px 4px 0px;
}
.dropotron li {
	font-size: 14px;
	line-heigth: 21px;
	font-family: 'Source Sans Pro', 'DIN Next W06 Regular', Arial, sans-serif;
	border-bottom: 1px dotted #c0c0c0;
}
.dropotron li:hover > a, .dropotron li:hover >span {
	color: #1B75BB;
	background-color: #fcfcfc;
}
.dropotron.level-0 {
	/*margin-top: 2em;*/
	margin: 10px 10px 10px 10px;
}
/* Mega Menu */
/* Also located in 2014-header.css */
section#menu-wrapper {
	background: #252525;
	display: block;
	height: 54px;
	overflow: visible!important;
	position: relative;
	width: 100%;
	z-index: 21!important;
}
/* nav .menu */



.menu {
	margin: 0px auto;
	border: none;
	z-index: 999;
}
.menu ul, .menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu .left {
	float: left;
}
.menu .right {
	float: right;
}
.menu ul {
	position: relative;
	width: 100%;
	/*display: table;*/

}
/* main links (top-tier) */

.menu ul li {
	/*float: left;*/
	display: table-cell;
	text-align: center;
	padding:0 13px;
}
.menu ul li.menu_right {
	position: relative;
}
.menu > ul > li:first-child a {
/*-webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
     border-radius: 3px 0 0 3px;*/
}
.menu ul > li > a {
	display: block;
	height: 44px;
	padding: 0 5px;
	font-size: 17px;
	line-height: 44px;
	font-weight: 400;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #ccc;
	/*text-shadow: 0px 1px 1px #000;*/
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-moz-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-ms-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	-o-transition: color 180ms linear 20ms, background 180ms linear 20ms;
	transition: color 180ms linear 20ms, background 180ms linear 20ms;
	z-index: 999;
}
.menu ul:hover li.active a {
	color: #fff;
	background: #333;
}
.menu ul li.active a, .menu ul li:hover > a, .menu ul li.active:hover > a {
	color: #28a505;
	background: #282828;
	z-index: 999;
	z-index: 999 !important;
	font-size:17px;
}
.menu ul li a:active, .menu ul li.active a:active {
	color: #888;
}
/* Classic Mega Menu */

.menu ul ul, .menu .mega_menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	background: #2A2A2A;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 3px rgba(45,45,45,.5);
	-moz-box-shadow: 0 1px 3px rgba(45,45,45,.5);
	box-shadow: 0 1px 3px rgba(45,45,45,.5);
	-webkit-transition: all 150ms linear 10ms;
	-moz-transition: all 150ms linear 10ms;
	-ms-transition: all 150ms linear 10ms;
	-o-transition: all 150ms linear 10ms;
	transition: all 150ms linear 10ms;
}
/* mega menu */		

.menu .mega_menu {
	padding: 9px 10px 2px;
	border: none;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	background: #2A2A2A ;/*url(/assets/imgs/2014/mm-box-bg.png) bottom right no-repeat*/
}
/* classic/mega menu on mouseover */

.menu ul li:hover > ul, .menu ul li:hover .mega_menu {
	visibility: visible;
	opacity: 1;
}
/* links in menu */

.menu ul ul li {
	float: none;
	position: relative;
}
.menu ul ul li a {
	position: relative;
	width: 122px;
	height: 30px;
	padding-right: 0;
	font-size: 17px;
	color: #4F4F4F;
	line-height: 32px;
	border-top: solid 1px #232323;
	border-right: none;
}
.menu ul ul li:last-child a {
	padding-bottom: 1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.menu ul ul li a i {
	position: absolute;
	top: 4px;
	right: 12px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
/* links on mouseover in classic menu */

.menu ul ul li:hover > a {
	color: #28a505;
	background: #373737;
}
/* links on mouseclick in classic menu */

.menu ul ul li a:active {
	color: #777;
}
/* classic menu lvlz 2,3,4,... */	

.menu ul ul ul li:first-child a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.menu ul ul ul {
	left: 100%;
	top: 0;
	border-top-right-radius: 4px;
}
/* ========== MEGA MENU ALIGNED TO THE RIGHT SIDE ========== */	

.menu ul li.menu_right .mega_menu {
	right: 0;
}
/* ========== DIFFERENT SIZE OF MEGA MENU ========== */

.menu .size1 {
	width: 150px; /* + 10px from left and right side, width=170px */
}
.menu .size2 {
	width: 250px; /* + 10px from left and right side, width=270px */
}
.menu .size3 {
	width: 350px; /* + 10px from left and right side, width=370px */
}
.menu .size4 {
	width: 650px; /* + 10px from left and right side, width=670px */
}
.menu .size5 {
	width: 550px; /* + 10px from left and right side, width=570px */
}
.menu .size6 {
	width: 700px; /* + 10px from left and right side, width=720px */
}
.menu .size7 {
	width: 750px; /* + 10px from left and right side, width=770px */
}
.menu .size8 {
	width: 850px; /* + 10px from left and right side, width=870px */
}
.menu .full_width {
	/*width: 960px; /* + 10px from left and right side, width=980px. 980px is the width of the Menu */
	width: 1170px;
	left: 0;
	padding: 9px 10px 2px;
}
/* ========== HEADINGS IN MEGA MENU ========== */

.menu h1, .menu h2, .menu h3, .menu h4, .menu h5, .menu h6 {
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #28a505;
}
.menu h1 {
	font-size: 15px;
}
.menu h2 {
/*font-size: 20px;*/
}
.menu h3 {
/*font-size: 18px;*/
border-bottom: none!important;
}
.menu h4 {
	font-size: 16px;
}
.menu h5 {
	font-size: 14px;
}
.menu h6 {
	font-size: 12px;
}
/* classic links in mega menu */

.menu .mega_menu a {
	display: inline;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: #BBB;
	line-height: inherit;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	-webkit-transition: color 160ms linear 20ms;
	-moz-transition: color 160ms linear 20ms;
	-ms-transition: color 160ms linear 20ms;
	-o-transition: color 160ms linear 20ms;
	transition: color 160ms linear 20ms;
}
.menu .mega_menu a:hover {
	color: #28a505;
}
/* images inside link in mega menu */		

.menu .mega_menu a img {
	margin: 0;
	opacity: 0.7;
	-webkit-transition: opacity 160ms ease-in 10ms;
	-moz-transition: opacity 160ms ease-in 10ms;
	-ms-transition: opacity 160ms ease-in 10ms;
	-o-transition: opacity 160ms ease-in 10ms;
	transition: opacity 160ms ease-in 10ms;
}
.menu .mega_menu a img:hover {
	opacity: 1;
}
.menu .mega_menu a img:active {
	opacity: 0.8;
}
/* typography in mega menu */	

.menu .mega_menu p {
	margin: 3px 0 6px 0;
	font-size: 12px;
	line-height: 18px;
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
}
.menu .mega_menu .one, .menu .mega_menu .one_half, .menu .mega_menu .one_thirds, .menu .mega_menu .two_thirds, .menu .mega_menu .one_fourth, .menu .mega_menu .three_fourths {
	margin: 0 1%;
	padding: 0 0 6px;
	float: left;
}
.menu .mega_menu .one {
	width: 98%;
}
.menu .mega_menu .one_half {
	width: 48%;
}
.menu .mega_menu .one_thirds {
	width: 31.33%;
}
.menu .mega_menu .two_thirds {
	width: 64.67%;
}
.menu .mega_menu .one_fourth {
	width: 23%;
}
.menu .mega_menu .three_fourths {
	width: 73%;
}
/* images in mega menu */		

.menu .mega_menu img {
	border: solid 1px #222;
	-webkit-box-shadow: 0 0 3px #222;
	-moz-box-shadow: 0 0 3px #222;
	box-shadow: 0 0 3px #222;
}
.menu .mega_menu img.left {
	margin: 3px 7px 4px 0;
}
.menu .mega_menu img.right {
	margin: 3px 0 4px 7px;
}
/* lists in mega menu */

.menu .mega_menu .list {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0;
 *float:left;
}
.menu .mega_menu ol.list {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 20px 0px;
	padding: 0;
 	/*float:left;*/
}
.menu .mega_menu ol.list li, .menu .mega_menu ol.list div.OneLinkHide li {
	line-height: 25px;
}
.menu .mega_menu .list li {
	width: 100%;
	float: left;
	text-align: left;
}
.menu .mega_menu .list div.OneLinkHide li {
	width: 100%;
	float: left;
}
.menu .mega_menu .list li.headline {
	border-bottom: solid 1px #A6A6A6;
	padding-bottom: 4px;
	margin-bottom: 4px;
	    color: #A6A6A6;
    font-weight: 700;
}
.menu .mega_menu .list li.headline h3, .menu .mega_menu .list li.headline h3 a, .menu .mega_menu .list li h3, .menu .mega_menu .list li h3 a {
	font-size: 17px!important;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #fff!important;
	margin: 3px 0!important;
}
.menu .mega_menu .list li.headline h3 a, .menu .mega_menu .list li.headline h3 a {
	margin-left: 0!important;
}
.menu .mega_menu .list li h2, .menu .mega_menu .list li h2 a {
	font-size: 17px!important;
    font-family: 'DIN Next W06 Regular', Arial, sans-serif;
    color: #ccc!important;
    margin: 0 0 0 -10px!important;
    text-transform: uppercase!important;
}
.menu .mega_menu .list li.cta {
	padding-bottom: 4px;
	border-bottom: none;
}
.menu .mega_menu .list li a {
	margin-left: 9px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	border: none;
}
.menu .mega_menu .list div.OneLinkHide li a {
	margin-left: 9px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	border: none;
}
.menu .mega_menu .list li:hover a {
	background: none;
}
.menu .mega_menu .list li a:hover, .menu .mega_menu .list li.headline h3 a:hover, .menu .mega_menu .list li h3 a:hover, .menu .mega_menu .list li h2 a:hover {
	color: #28a505;
}
.menu .mega_menu .list li a:active, .menu .mega_menu .list li.headline h3 a:active {
	color: #888;
}
/* ========== BLOG IN MEGA MENU ========== */

.menu .mega_menu .blog_post {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #373737;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu .mega_menu .blog_post h2 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #555;
	border-bottom: solid 1px #2E2E2E;
}
.menu .mega_menu .blog_post p {
	font-size: 11px;
	color: #888;
}
.menu .mega_menu .blog_post .read_more {
	margin-top: -5px;
	height: auto;
	float: right;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #555;
	text-decoration: none;
}
.menu .mega_menu .blog_post .read_more:hover {
	color: #28a505;
}
.menu .mega_menu .list li.headline h3, .menu .mega_menu .list li.headline h3 a {
	margin-left: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #28a505;
}
.menu .mega_menu .list li.headline h3 a {
	margin-left: 0;
}
.menu .mega_menu .list ol {
	padding-bottom: 10px;
}
.menu .mega_menu ol.list > li a {
	margin: 25px 0 0 -10px!important;
	padding: 0px;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #ececec;
	text-transform: none;
	text-decoration: none;
	text-indent:-15px;
}
.menu .mega_menu ol.list > li ol.list {
	margin: 0 0 0 10px;
}
.menu .mega_menu ol.list div.OneLinkHide > li a {
	margin: 0px;
	padding: 0px;
	font-family: OpenSans, 'DIN Next W06 Regular', Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
}
.menu .mega_menu ol.list > li span.mm-new {
	color: #f05a28!important;
	margin-left: 20px;
}
.menu .mega_menu ol.list li.headline h3 a {
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: none;
}
.menu .mega_menu .list li:hover a {
}
.menu .mega_menu .list li a:hover, .menu .mega_menu .list li.headline h3 a:hover {
	color: #28a505!important;
}
.menu .mega_menu .list li a:active, .menu .mega_menu .list li.headline h3 a:active {
	color: #888;
}






header.site-header .header-top .pane-search-form {
    float: right;
    margin-top: 70px;
    position: relative;
}
.search-box {
	display: none;/*inline-block*/
	margin: 10px 0px 14px 10px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 28px;
	float: left;
}
#top-menu-inner-container #main-nav-group {
	margin-top: 68px;
	padding-right: 35px;
}
#top-nav-inner > ul {
	float: right;
}
#top-nav-inner > ul > li {
	float: left;
	margin: 0 10px;
}
#top-nav-inner > ul > li > #l-selector {
	display: none;
}
#top-nav-inner > ul > li > a > img {
	margin-top: -5px;
}
input#search-button {
	display: none;
	height: 0px;
	width: 0px;
	visibility: hidden
}
#telephone {
	display: inline-block;
	float: left;
	margin: 60px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
#telephone > p > strong {
	font-size: 1.2rem;
	color: #4d4d4d;
}
#telephone > p > strong > a {
	margin-left: 25px;
}
/*Hamburger */

/******************************************
Alan Cruz
******************************************/

.hamburger.col-xs-1 {
	min-height: 63px;
	cursor: pointer;
	background-color: #3b3b3b;
	border-bottom: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}
.hamburger-menu #main-nav > ul > li > a {
	color: white;
	font-size: 17px;
}
.hamburger div[class^="mm20"] {
	padding: 0 5px;
}
.hamburger div[class^="mm20"] a {
	color: #4d4d4d;
}
.hamburger div.mm-column h4 {
	color: #4d4d4d;
}
.hamburger #main-nav #l-selector {
	position: absolute;
	left: 174px;
	top: 0px;
	background-color: rgb(28, 28, 28);
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(59, 59, 59);
	display: none;
}
.hamburger .hamburger-menu {
	display: none;
	overflow: visible;
	position: absolute;
	background-color: rgb(28, 28, 28);
	z-index: 3;
	width: 175px;
	padding: 0px 0 25px 0;
	top: 0px;
	cursor: auto;
}
.hamburger-menu > #main-nav > ul > li {
	padding: 0 10px;
}
.hamburger #main-nav > ul > .login-link {
	margin-top: 0px;
	height: 50px;
}
.hamburger-menu > #main-nav li>a {
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	width: 99%;
}
.hamburger-menu > #main-nav li {
	margin-top: 10px;
	border-top: 1px solid #eaeaea;
	display: inline-block;
	width: 100%;
}
.hamburger-menu > #main-nav li:first-child {
	border-top: 0px;
}
.hamburger-menu > #main-nav div.mm-column > ul {
	display: none;
}
.hamburger-menu #main-nav > ul > li .mm2013 {
	background-color: #ffffff;
	border: 2px solid #3ea0cb;
	width: 90%;
	position: fixed;
	z-index: 10;
	text-align: left;
	top: 77px;
	left: 5%;
	display: none;
	max-width: 1000px;
}
.hamburger-menu #main-nav > ul > li .mm2013 ul.standard {
	padding: 0 10px 10px;
	margin: -20px 0 25px;
}
.hamburger-menu #main-nav > ul > li:hover .mm2013 {
	display: block;
}
.hamburger-menu #main-nav > ul > li:hover .mm2013 h4.active {
	border-bottom: 2px solid #4d4d4d;
}
.hamburger-menu > #main-nav li div.mm2013 {
	width: 75vw;
	min-width: 200px;
	left: 168px;
	padding-right: 10px;
	min-height: 85%;
	top: 0;
}
.hamburger-menu > #main-nav > ul > li#solutions-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu > #main-nav > ul > li#downloads-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu > nav#main-nav > ul > li#seclabs-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu > #main-nav > ul > li#support-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu > #main-nav > ul > li#partners-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu > #main-nav > ul > li#company-menu .mm2013 {
	min-height: 470px;
}
.hamburger-menu #main-nav > ul > li .mm2013 .mm-column {
	max-width: 31%;
}
.hamburger-menu #main-nav > ul > #company-menu .mm2013 .mm-column {
	width: 25%;
}
/*** Promo Spots ***/

.hamburger-menu #main-nav > ul > li#support-menu .mm-column {
	width: 100%;
}
#main-nav > ul > li#partners-menu .mm-column {
	width: 100%;
}
.hamburger-menu > #main-nav li div.mm2013 .OneLinkHide .mm-column.promo-spot h4 {
	border-width: 0;
	margin-bottom: 0px;
}
.hamburger-menu > #main-nav #solutions-menu div.mm2013 .mm-column.promo-spot.right {
	box-shadow: 7px 5px 10px #bbb;
	margin-right: 10px;
}
.hamburger-menu > #main-nav #downloads-menu div.mm2013 .mm-column.promo-spot.right {
	height: 281px;
	margin-left: 0px;
	width: 370px;
}
.hamburger-menu > #main-nav #seclabs-menu div.mm2013 .mm-column.promo-spot {
	margin-left: 5px;
	max-width: 100%;
	width: auto;
	height: 225px;
}
.hamburger-menu > #main-nav #support-menu div.mm2013 .mm-column.promo-spot {
	margin-left: 0;
	max-width: 55vw;
	width: 400px;
	height: 233px;
	margin-top: 19px;
}
.hamburger-menu > #main-nav #partners-menu div.mm2013 .mm-column.promo-spot {
	margin-left: 0;
	max-width: 100%;
	width: 400px;
	height: 170px;
	margin-top: 19px;
}
.hamburger-menu > #main-nav #company-menu div.mm2013 .mm-column.promo-spot div.left.promo-text {
	width: 65%;
	position: absolute;
	left: 60%;
	top: 26px;
}
/*** End Promo Spots ***/

.hamburger > #main-nav div.mm-column {
	max-width: 33%;
}
.hamburger div.mm-column.left h4 a {
	display: inline-block;
	width: 100%;
}
.hamburger div.mm-column.left h4 {
	padding: 7px 0;
	border-top: 1px solid #e9e9e9;
}
/* show on top of everything
note: element needs to be any position but static (default)
also if multiple elements have this class, the last rendered
will be on top.
*/

.showOnTop {
	z-index: 9999;
}
#top-menu.row {
	margin-left: 0;
	margin-bottom: 10px;
}
.mm2013 > .OneLinkHide {
	float: left;
	width: 45%;
}
.mm-column.left.no-padding {
	margin-left: 5%;
}
 @media(min-width: 769px) {
.hamburger {
	display: none !important;
}
#bodyContentWrapper.showMenuTrans {
	margin-left: 0px !important;
}
}
.hamburger li.language-selector > div > ul {
	padding: 5px;
}
/* CSS Document */

/* ======================================== */
/*                                          */
/*    WEBSENSE                              */
/*    Style Sheet | 2014-footer             */
/*    Version 12.10.2014                    */
/*    Author: Steven Hughes                 */
/*                                          */
/*    1. Typography                         */
/*    2. Menu Styles                        */
/*    3. Navigation                         */
/*    4. Columns                            */
/*                                          */
/*                                          */
/* ======================================== */


/* ======================================== */
/*                                          */
/*    1. Wrapper                            */  
/*                                          */
/* ======================================== */

#footer-wrapper {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #4d4d4d;
	max-height: 61px;
}
#bottom-wrapper {
	width: 100%;
	display: block;
	margin: 0px;
	max-height: 45px;
	border-top: 1px solid #ffffff;
	background-color: #EEE;
}
/*#footer-wrapper nav#footer-nav {
     background-color: #4d4d4d
}

#footer-wrapper nav#footer-nav div#top-bar-footer {
     margin: 0 auto;
     max-height: 61px;
     background-color: #4d4d4d;
}*/

#footer-wrapper nav#footer-nav div#top-bar-footer div.footer-column {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: top;
	margin-left: 21px;
}
div.bottom-left-menu ul {
	margin: 2px 0px 0px 8px;
	padding: 0px;
	vertical-align: top;
	background-color: #FOF;
}
div.bottom-left-menu ul li {
	display: inline-block;
	zoom: 1;
*display: inline;
	margin: 0px 10px 0px 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 45px;
	font-family: Geneva, sans-serif;
	color: #666666;
	vertical-align: middle;
	padding-top: 0px;
}
div.bottom-left-menu ul li:first-child {
	display: inline-block;
	zoom: 1;
*display: inline;
	margin: 0px 10px 0px 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 45px;
	font-family: Geneva, sans-serif;
	color: #666666;
	vertical-align: middle;
	padding-top: 0px;
}
div.bottom-left-menu ul li a {
	font-size: 11px;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #666666;
	transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	text-decoration: none;
	line-height: 35px;
}
div.bottom-left-menu ul li a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}
div.bottom-left-menu ul li#privacy {
	font-size: 11px;
	font-family: 'DIN Next W06 Regular', Arial, sans-serif;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
}
div.bottom-right-menu .OneLinkHide > ul, div.bottom-right-menu .OneLinkKeepLinks > ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-padding-start: 0px;
}
div.bottom-right-menu {
	position: relative;
	display: inline-block;
	float: right;
	width: 220px;
	margin: 8px 0px 0px 0px;/*//background-color:#FF00CC;*/
}
div.bottom-right-menu ul {
	margin: 0px 0px 10px 10px
}
div.bottom-right-menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	zoom: 1;
*display: inline;
	font: normal 12px 'arial';
	color: #666;
}
div.bottom-right-menu ul li a.footer-social {
	background: transparent url("/assets/imgs/2013/ws2013-footer-social-icons2.png") no-repeat 0px 0px;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 25px;
	height: 24px;
}
div.bottom-right-menu ul li a.footer-social.rss {
	background-position: 0px 0px
}
div.bottom-right-menu ul li a.footer-social.rss:hover {
	background-position: 0px -25px
}
div.bottom-right-menu ul li a.footer-social.yt {
	background-position: -25px 0px
}
div.bottom-right-menu ul li a.footer-social.yt:hover {
	background-position: -25px -25px
}
div.bottom-right-menu ul li a.footer-social.google {
	background-position: -50px 0px
}
div.bottom-right-menu ul li a.footer-social.google:hover {
	background-position: -50px -25px
}
div.bottom-right-menu ul li a.footer-social.linkedin {
	background-position: -75px 0px
}
div.bottom-right-menu ul li a.footer-social.linkedin:hover {
	background-position: -75px -25px
}
div.bottom-right-menu ul li a.footer-social.twitter {
	background-position: -100px 0px
}
div.bottom-right-menu ul li a.footer-social.twitter:hover {
	background-position: -100px -25px
}
div.bottom-right-menu ul li a.footer-social.blog {
	background-position: -125px 0px
}
div.bottom-right-menu ul li a.footer-social.blog:hover {
	background-position: -125px -25px
}
div.bottom-right-menu ul li a.footer-social.facebook {
	background-position: -150px 0px
}
div.bottom-right-menu ul li a.footer-social.facebook:hover {
	background-position: -150px -25px
}
#footer-grey-sh {
	width: 100%;
	display: block;
	border-top: 1px solid #FFF;
	zoom: 1;
	background-color: #eeeeee;
	max-height: 45px;
	text-align: left;
}
.right-link-sh {
	width: 150px;
	min-height: 61px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.bottom-right-footer {
	display: inline-block;
	float: right;
}
.tech-sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 10px;
}
.rightLink-sh {
	display: inline-block;
	width: 150px;
	height: 61px;
	float: right;
	margin: 0;
	padding: 0;
}/* end new footer  */
div.bottom-right-footer {
	display: inline-block;
	float: right;
}
nav#footer-nav {
	margin: 0 auto;
	background-color: #4d4d4d;
}
div#top-bar-footer {
	margin: 0 auto;
	max-height: 61px;
	background-color: #4d4d4d;
}
nav#footer-nav div#top-bar-footer div.footer-column {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: top;
	margin-left: 21px;
	background-color: #4d4d4d;
}
nav#bottom-links {
	width: 100%;
	display: block;
	margin: 0px auto 0px auto;
	background-color: #EEE;
	max-height: 45px;
	border-top: 1px solid #FFF;
}
nav#bottom-links ul li#privacy {
	margin-left: 0px;
	margin-right: 0px;
}
nav#bottom-links ul li a.footer-social {
	background: transparent url('https://www.websense.com/assets/imgs/2013/ws2013-footer-social-icons2.png') no-repeat 0px 0px;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 25px;
	height: 24px;
}/* .footer-nav-left   ================================================== */
.footer-nav-left {
	margin: 0px 0px 0px 10px;
	max-height: 61px;/*background-color: rgb(0,255,0);*/
}
.footer-nav-left ul {
	margin: 0px;
	line-height: 61px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	text-align: left;
}
.footer-nav-left ul li {
	margin: 0px 18px 0px 0px;
	display: inline;
}
.footer-nav-left ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-nav-left ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.rightlink-sh {
	display: inline-block;
	width: 150px;
	height: 61px;
	float: right;
	margin: 0;
	padding: 0;
}
