@charset "utf-8";

/*
Theme Name:     B0000048 - DWT Privacy and Security
Theme URI:      http: //lexblog.com
Description:    Child theme for the LXB Parent Theme 1.2
Author:         Andrew Hefter
Template:       lxb-parent-theme-1.2
Version:        1.2
*/

@import url("../lxb-parent-theme-1.2/style.css");










/*UNIVERSALS==============================================================================*/
body, button, input, select, textarea {
	color: #333;
	font-family: 'myriad-pro',helvetica, arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.arrow {font-family: 'lucida-sans-unicode;'}

a {color: #b90022;}

button, .feedburner input[type='submit'], input [type="submit"], .searchform .searchsubmit, .wpcf7-submit {
	background-color: #b90022;
	color: #fff;
}

a:hover {color: #6393ba;}

button:hover, .feedburner input[type='submit']:hover, .searchform .searchsubmit:hover, submit:hover, .wpcf7-submit:hover {
	background-color:#333; 
	color: #fff;
}

button, input, select, textarea {border: 1px solid #ccc;}

.clear_div {clear: both;}

.clear_div,
.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.connect i {
-webkit-transition: color .35s ease-in-out;
-moz-transition: color .35s ease-in-out;
-ms-transition: color .35s ease-in-out;
-o-transition: color .35s ease-in-out;
transition: color .35s ease-in-out;
}








/*FRAME=================================================================================*/

/*basic 960px box, centered, w/shadow*/
/*remember that blog wrapper is getting css3 pie for drop shadow, so it needs a background at all times.*/
html{
	background:url(images/background.jpg);
}

body {
	margin: 0 auto;
	width: 960px;
}

.blog-wrapper {
	margin: 30px auto; 
}

/*full-width header & footer w/960 box for content*/
/*
body, .blog-wrapper, .blog-footer, .blog-header {
	box-shadow: none;
	margin: 0 auto; 
	min-width: 1020px; 
	width: 100%; 
}

#main_hgroup, .header-widgets, .main-wrapper, .blog-footer-inner-wrapper, .colophon { 
	margin: 0 auto;
	width: 960px;
}
*/










/*TOP===================================================================================*/
.blog-header {
	min-height: 160px;
	position: relative; 
}

#blog-title {
	margin: 0;
	position: relative;
}

.blog-header #blog-title a {
	display:none;
}

.blog-header .blog-description {
	display:none;
}

.blog-header .custom-title a{
	position:absolute;
	top:0;
	left:25px;
	font-weight:300;
	font-size:50px;
	letter-spacing:2px;
	text-shadow:1px 1px 0 #fff;
	color:#0c2a47;
}

.blog-header .custom-title strong{
	font-family:'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.blog-header .custom-description{
	position:absolute;
	top:65px;
	left:29px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 2px;
	text-shadow:1px 1px 0 #fff;
	color:#0c2a47;
}

.blog-header .search-box {
    bottom: 13px;
    position: absolute;
    right: 25px;
    z-index: 999;
}

.blog-header .logo a {
	display:block;
	position: absolute; 
	right: 15px; 
	top: 40px;
	width:164px;
	height:38px;
	background:url(images/logo.png) no-repeat;
	text-indent:-5000em;
}

.blog-header .widget_nav_menu.global {
    background: url(images/nav.png) repeat-x;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget_nav_menu.global ul{
	margin-left:0;
}









/*SEARCH=================================================================================*/
.searchform {
	height: 25px;
	overflow: hidden;
	position: relative; 
	width: 210px; 
}

.searchform input {
	border: 0;
	margin: 0;
	padding: 0;  
	position: absolute; 
	top: 0; 	
}

.searchform .s {
	border: 1px solid #ccc; 
	height: 25px; 
	left: 0; 
	padding: 0 0 0 3px;
	width: 176px; 
}

.searchform .searchsubmit {
	background-image: url(images/search-button.png); 
	/*background-image: url(/wp-content/themes/lxb-parent-theme-1.2/images/search-button-dark.png);*/ 	
	background-position:  center center; 
	background-repeat: no-repeat;
	height: 25px; 
	right: 0; 
	width: 33px; 
	z-index: 999;
}

#ie7 .searchform .s {
	height: 20px; 
	width: 161px;
}









/*GLOBAL MENU===========================================================================*/

.header-widgets:after{
	clear:both;
	display:table;
	content:'';
}

/*horizontal nav menu with drop-down*/
.header-widgets .menu li {
	float: left; 
	position: relative; 
	z-index: 1;
}

.header-widgets .menu li:last-child{
	border-right:1px solid #1a4f81;
}

/*simple 1px border between items*/
.header-widgets .menu li a {border-left: 1px solid #1a4f81;border-right:1px solid #000205;}

/*trickier  2px 2-color border between items
.header-widgets .menu li a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child a {border-left: none; }

.header-widgets .menu li {border-left: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: none; }

*/

/*trickiest 2px 2-color border between items and bookending menu itself
.header-widgets .menu li a {border-right: 1px solid #fff; }

.header-widgets .menu li {border-right: 1px solid #eee; }

.header-widgets .menu li:first-child a {border-left: 1px solid #fff; }

.header-widgets .menu li:first-child  {border-left: 1px solid #eee; }

*/

.header-widgets .menu li a {
    display: block;
    float: left;
    font:700 16px 'myriad-pro-condensed',helvetica,arial,sans-serif;
    color:#fff;
    padding: 17px 30px 14px;
	text-transform: uppercase;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-ms-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.header-widgets .menu li a:hover{
    background:url(images/nav.png) 0 -51px repeat-x;
}

.header-widgets .menu .current-menu-item{
	background:#fff;
	border-left:0;
}

.header-widgets .menu .current-menu-item a{
	color:#0c2a47;
	border-left:0;
}

.header-widgets .menu .current-menu-item a:hover{
	background:transparent;
}

.header-widgets .widget_nav_menu.global .sub-menu {
    background: none repeat scroll 0 0 #CCCCCC;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    border-left: none;
    border-right: none;
    height: 0;
    left: 1px;
    margin-left: 0;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 43px;
    width: 0;
    z-index: 999;
}

.header-widgets .menu li:hover .sub-menu {
	height: auto; 
	opacity: 1; 
	width: auto;
}

.header-widgets .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#ie7 .header-widgets li:hover .sub-menu li {width: 200px; }

.header-widgets .menu .sub-menu li:first-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:first-child  {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child a {border-left: none; border-right: none;}
.header-widgets .menu .sub-menu li:last-child  {border-left: none; border-right: none;}

.header-widgets .menu .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    padding: 8px 0;
    text-align: left;
    width: 100%;
}

.header-widgets .menu .sub-menu li:last-child a {
	border-bottom: none; 
	padding-bottom:10px; 
	white-space: nowrap;
}

/*simple 1px border on dropdown items*/
.header-widgets .menu .sub-menu li a {border-bottom: 1px dotted #fff;}

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none;}

/*trickier 2px 2-color border on dropdown items*/
/*.header-widgets .menu .sub-menu li a {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #aaa;
}

.header-widgets .menu .sub-menu li:last-child a {border-bottom: none}

.header-widgets .menu .sub-menu li:first-child a {border-top: none}

*/










/*main-wrapper*/
.main-wrapper {
	overflow: hidden;
	padding: 30px 0;
	background:url(images/content.png) repeat-y;
}

.home .main-wrapper{
	background:url(images/home.png) repeat-y;
}

.main {
	float: left; 
	padding-left: 30px;
	position: relative;
	width: 640px; 
}

.sidebar {
	float: right;
	padding: 0px;
	width: 260px;
}

.sidebar a{
	color:#265588;
}

.sidebar a:hover{
	color:#b90022;
}





/*SIDEBAR===============================================================================*/

.widget-title {
	font:600 15px/1 'myriad-pro-condensed',helvetica,arial,sans-serif;
	margin-bottom:15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar .widget {
	font-size: 12px; 
	line-height: 16px;  
	padding: 0 25px;
	width: 210px;
}

.sidebar .widget img {max-width: 100%;}








/*stay connected*/

/*font awesome connect*/
/*
.connect ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: static;
}

.connect  li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.connect  li i {
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 1.1em;
}

.connect .icon-facebook-sign,
.connect .icon-facebook {color: #4862a3}

.connect .icon-twitter-sign,
.connect .icon-twitter {color: #48a3c5}

.connect .icon-rss-sign,
.connect .icon-rss {color: #d47320}

.connect .icon-google-plus-sign,
.connect .icon-google-plus {color: #a93930}

.connect .icon-linkedin-sign,
.connect .icon-linkedin {color: #3e6782}

.connect .icon-envelope,
.connect .icon-envelope-alt {color: #aaaaaa}

*/







/*feedburner

.feedburner {
	height: 50px; 
	overflow: hidden;
}

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {padding-top: 1px;} /* this is a post-release fix that somehow I missed pre-release.  This should be handled in the parent theme more gracefully next time around 

.feedburner .widget-title span {
	position: relative; 
	top: -1px; 
}





/* mailchimp with font awesome */


.feedburner {
	height: 55px; 
	overflow: hidden;
}

.feedburner .widget-title {
	line-height: 24px; 
	letter-spacing: 0; 
	white-space: nowrap;    
	font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 0 0;
    text-transform: none;
}

.feedburner input {margin-top: 4px;}

.feedburner input[type='submit'] {
	line-height: 20px;
	background:url(images/go.png) no-repeat;
	width:28px;
	height:22px;
	font-size:10px;
	text-transform: uppercase;
}

.feedburner input[type='email'] {text-indent: 5px;width:175px; }

.feedburner .widget-title span{
	position:relative;
	top:3px;
}

.feedburner .widget-title span.icon-envelope, 
.feedburner .widget-title span.icon-envelope-alt {
    background: none repeat scroll 0 0 transparent;
    color: #C29E0E;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 1.1em;
}






/*subscribe_2 -- from Andrew Hefter*/
/* Styles for Subscribe2 sidebar widget */

/*

.feedburner {
    height:120px;
    overflow:visible;
}

.feedburner form{
    overflow:visible;
}

.feedburner table{
    width:100%;
}

.feedburner tr:first-child{
    display:none;
}

.feedburner input{
    position:relative;
}

.feedburner input[type="text"] {
    margin-top: 4px;
}

.feedburner input[type="radio"]{
    width:12px;
    top:6px;
    margin-right:3px;
}

.feedburner input[type="submit"]{
    margin-top:-50px;
    float:right;
}

*/




/*links*/
/*simple 1-color border*/
.links li {border-bottom: 1px dotted #ccc;}

.links ul ul li {border-bottom: none;}

/*trickier 2-color border*/
/*the 'link_parent' class is added via a jQuery snippet in the parent theme*/
/*
.links li {border-bottom: 1px solid red;}

.links a {border-bottom: 1px solid green;}

.links li.links_parent{border-bottom: none;}

.links li.links_parent a{border-bottom: none;}

.links ul ul li {border-bottom: none;}

.links ul ul li a {border-bottom: none;}

.links ul ul {border-bottom: 1px solid red;}

.links ul ul li:last-child a {border-bottom: 1px solid green;}

.links li:last-child {border-bottom: none;}

.links li:last-child a {border-bottom: none;}

*/











/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #ccc;
	font:600 13px 'myriad-pro-condensed',helvetica,arial,sans-serif;
	margin-bottom: 30px; 
	padding-bottom: 5px;
}

.main .post-title {
	font:700 31px/30px 'myriad-pro-condensed',helvetica,arial,sans-serif;
	margin-bottom: 20px;
}

.main .post-title a{
	color:#333;
}

.post-content {
	font-size: 15px;
	line-height: 21px;
}

.post-content img {max-width: 100%;}

.more-link{
	display:block;
	margin-top:15px;
	font-size:11px;
	font-weight:700;
	text-transform: uppercase;
}

.post-categories{
	margin-bottom:25px;
}

.post-categories,
.post-byline{
	font:600 14px/18px 'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.post-tools{
	font:600 13px 'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.post-tags {
	font:600 13px 'myriad-pro-condensed',helvetica,arial,sans-serif;
	text-transform: uppercase;
}

.post-tags a {
	text-transform: none;
}

.post-content blockquote {
	font:300 24px/29px 'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.post-content blockquote:before {
	font:400 100px/1 helvetica,arial,sans-serif;
	color:#123d63;
	top:0;
}

/* blockquotes with top and bottom border

.post-content blockquote:before {top: 45px;}

.post-content blockquote {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    left: 0;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    width: 590px;
}

*/

.slides{
	margin:-30px 0 25px;
	padding:10px 0 1px;
	background: #fff url(images/check.png) repeat-x bottom;
}

.slides .sd-node-type-featured,
.slides .sd-node-nav-link-label-date,
.slides .sd-node-timesince {
display: none !important;
}

.slides .skin-light dl.slidedeck dd{
	font:400 14px/18px 'myriad-pro',helvetica,arial,sans-serif !important;
}

.slides .sd-node-nav-link{
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-ms-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.slides .sd-node-title{
	font:600 25px/27px 'myriad-pro-condensed',helvetica,arial,sans-serif !important;
	margin-bottom:15px !important;
}

.slides .sd-node-timesince{
	font:600 14px/18px 'myriad-pro-condensed',helvetica,arial,sans-serif !important;
	font-style:normal !important;
	margin-bottom:15px !important;
	text-transform:none !important;
	color:#333 !important;
}

.slides .skin-light dl.slidedeck dd.slide .sd-node-permalink a, .slides .skin-light dl.slidedeck dd .sd-node-permalink a:link, .slides .skin-light dl.slidedeck dd .sd-node-permalink a:visited{
	font:700 11px/18px 'myriad-pro',helvetica,arial,sans-serif !important;
	color:#b90022 !important;
	text-transform: uppercase;
}

.slides .skin-light dl.slidedeck dd.slide .sd-node-image-child {
	height: auto !important;
}

.slides .skin-light dl.slidedeck dd.slide .sd-node-image img {
	background:transparent !important;
	padding: 0 !important;
	border: 0 !important;
}

.home-categories .widget {
	float: left;
	width: 300px;
}

.home-categories .widget img {
	/*float: left;*/
	margin: 5px 10px 0 0;
	display: table-cell;
	width: 60px;
	vertical-align: top;
	max-width: initial;
}

.home-categories .widget:first-child{
	margin-right:40px;
}

.home-categories .widget-title{
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}

.home-categories .post-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom:8px;
	display: table;
}

.home-categories .post-title a {
	float: none;
	display: table-cell;
	vertical-align: top;
}

.home-categories .post_cats_as_ul{
	list-style:none;
	margin:18px 0 12px;
	padding:0;
}

.home-categories .post_cats_as_ul li a{
	background: url(images/category-icons.png) 0 0 no-repeat;
	padding-left: 24px;
	text-transform: uppercase;
	font:600 14px/20px 'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.home-categories .post{
	margin-bottom:35px;
}

.home-categories .continue{
	margin-top:10px;
}

.home-categories .continue a{
	font-size:11px;
	font-weight:700;
	text-transform: uppercase;
}

.post_cats_as_ul li a[href*="cyber"] {
background-position:0 0;
}

.post_cats_as_ul li a[href*="marketing-and-consumer-privacy"] {
background-position:0 -20px;
}

.post_cats_as_ul li a[href*="data"] {
background-position:0 -40px;
}

.post_cats_as_ul li a[href*="healthcare"] {
background-position:0 -58px;
}

.post_cats_as_ul li a[href*="policy"] {
background-position:0 -80px;
}

.post_cats_as_ul li a[href*="workplace"] {
background-position:0 -100px;
}

.post_cats_as_ul li a[href*="category/dwt"],
.post_cats_as_ul li a[href*=".com/dwt"] {
background-position:0 -120px;
}

.post_cats_as_ul li a[href*="global"] {
background-position:0 -140px;
}

.post_cats_as_ul li a[href*="financial"] {
background-position:0 -160px;
}

.post_cats_as_ul li a[href*="energy"] {
background-position:0 -180px;
}

.post_cats_as_ul li a[href*="communications"] {
background-position:0 -200px;
}

.post_cats_as_ul li a[href*="media"] {
background-position:0 -220px;
}

.post_cats_as_ul li a[href*="retail"] {
background-position:0 -240px;
}

.post_cats_as_ul li a[href*="technology"] {
background-position:0 -260px;
}

.post_cats_as_ul li a[href*="employment"] {
background-position:0 -280px;
}

.post_cats_as_ul li a[href*="surveillance"] {
background-position:0 -300px;
}










/*BOTTOM==================================================================================*/

.pagination {width: 100%; height: 30px;}

.pagination a {
	font:600 17px 'myriad-pro-condensed',helvetica,arial,sans-serif;
	text-transform: uppercase;
}

.pagination a span {
	font-size:22px;
}

.blog-footer {
	background: #e0e9f1 url(images/footer.png) no-repeat;
	position: relative;
}

.blog-footer-inner-wrapper {
	overflow: hidden;
	padding: 30px;
}

.blog-footer .widget {
	line-height: 15px;
	font-size: 12px;
}

.blog-footer a{
	color:#265588;
}

.blog-footer a:hover{
	color:#b90022;
}




/*footer-extras*/
.footer-extras {float: right;}

.footer-extras .widget {
	float: left;
	margin-left: 30px;
	width: 190px;
}

.footer-extras .widget:first-child {margin-left: 0;}











/*footer-contact*/
.footer-contact {
	float: left;
	width: 220px;
}

.contact-info {
	padding-bottom: 20px;
}

.contact-info h1{
	font-size:27px;
	font-weight:300;
	line-height:25px;
	color:#0c2a47;
	margin:0 0 20px;
}

.contact-info h1 strong{
	font-family:'myriad-pro-condensed',helvetica,arial,sans-serif;
}

.contact-info .org {
	font-weight: 700;
}

.blog-footer .stay-connected .widget-title{
	margin-bottom:0;
}

.blog-footer .stay-connected ul {
    overflow: hidden;
    padding-bottom: 20px;
}








/*colophon*/
.colophon {
	background: #0c2a47;
	clear: both;
	height: 45px;
	position: relative;
}

.copyright {
	color:#fff;
	bottom: 15px;
	left: 20px;
	position: absolute;
}

/*the default lxb logo is gray, you can call white by adding a widget class of white to the text widget that calls the shortcode [lxb_base_shortcode_lexblog]*/
/*let's continue to extend that pattern as we encounter designs that call for other colors*/
a.lexblog {
	bottom: 11px;
	position: absolute;
	right: 10px; 
}

/*legal*//*
.legal {
	bottom: 8px; 
	position: absolute; 
	right: 420px;
}*/

.legal a{
	font-weight:700;
	text-transform: uppercase;
}

.legal li:first-child a{
	border-right:1px solid #265588;
	padding-right:3px;
}









/*ARCHIVE PAGE===========================================================================*/

.archive-header {}

.archive-header h1 {
	font:600 30px 'myriad-pro-condensed',helvetica,arial,sans-serif;
	margin-bottom:15px;
}

.archive-header h1 strong {
	font-weight:600;
}

.archive-header a.feed {
	float:left;
	margin:0;
	font-size:12px;
	font-weight:700;
	padding-top:1px;
}

.grid-row {}

.grid-row .post-title a{
	color:#b90022;
	font-size:20px;
}

.grid-row a.read_more {
	font-weight:700;
	text-transform: uppercase;
}

.main .grid-row .post-content{
	font-size:13px;
	line-height:16px;
}

.main .grid-row .post-categories{
	margin-bottom:15px;
}







/*CONTACT PAGE===========================================================================*/

.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #ccc;
}

.wpcf7-form input[type="submit"]{padding: 3px 10px;}








/* Oct 2014 Slider */
.bx-viewport {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 50px;
}

.slider-title {
	font-family: 'myriad-pro-condensed',​sans-serif;
	color: #000;
	font-size: 27px;
    line-height: 27px;
    display: block;
    margin-bottom: 4px;
}

.slider-caption {
	margin-left: 50px;
	width: 530px;
}

.slider-caption-has_post_thumbnail {
	float: left;
	width: 190px;
}

.slider-excerpt {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 20px;
}

.slider-read-more {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.bx-viewport img {
	float: right;
	margin-right: 90px;
	margin-top: 20px;
}

.bx-pager {
	position: absolute;
	bottom: 4px;
}

.bx-pager-item {
	padding: 0 4px;
}

.bx-pager-item a {
	color: #ccc;
}

.bx-pager-item a.active,
.bx-pager-item a:hover,
.bx-pager-item a:active {
	color: #555555
}

.bx-next,
.bx-prev {
	color: #9C9C9C;
	font-size: 24px;line-height: 24px;
}

.bx-next:hover,
.bx-prev:hover {
	color: #9A9A9A;
}
