@charset "utf-8";

/*
Theme Name:     b0001801-financial-services-norton
Theme URI:      http://lexblog.com
Description:    Child theme for the LXB Parent Theme 1.3
Author:         Angelo Carosio
Template:       lxb-parent-theme-1.3
Version:        1.3
*/


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

/*========================================================================================
UNIVERSALS
========================================================================================*/

body, 
input, 
select, 
[class^="icon-"] a, 
[class*=" icon-"] a {font-family: arial, 'open-sans', helvetica, sans-serif;}

.search .archive-title,
.footer_blogname,
.footer-blog-description {
	font-family: 'ff-meta-serif-web-pro';
}

.menu-toggle,
#wpadminbar, 
.main-navigation li:hover:before,
a, 
a span,
.sub-menu,
input {
	transition-property: opacity, left, top, height, width, padding, color, background-color;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.footer-logo,
.network_logo,
.lxb-fs-stay-connected-link-title,
body .sidebar .blog-network,
a.firm_logo,
.hide-text {
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999em;
	display: block;
	padding: 0;
}

.clear_div {clear: both;}

body {
	font-size: 14px;
	line-height: 1.4em;
}

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

a {color: #c00000;}
a:hover, .blog-footer a:hover, .post-title a:hover { color: #55565a;}

button,
input,
select,
textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;	
}

input [type="submit"] {
	background-color: #336699;
	color: #fff;
}

#ie7 * {zoom: 1}


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

/*full-width header & footer w/960 box for content*/
body,
.super_header,
.super_header_first,
.super_header_second,
.main-wrapper,
.blog-footer,
.colophon {
	box-shadow: none;
	margin: 0 auto; 
	width: 100%;
	max-width: 100%; 
	
}

.blog_header_inner_wrapper,
.super_header_first_inner_wrapper,
.super_header_second_inner_wrapper,
.main-inner-wrapper,
.blog-footer-inner-wrapper, 
.colophon-inner-wrapper, 
.sub-colophon-inner-wrapper, .header_wrapper { 
	margin: 0 auto;
	padding: 24px 0 0 0;
	max-width: 1080px;
}

.main-wrapper {
	padding-top: 0px;
	background: url(images/body-bg.jpg) repeat-x top left;
}

















/* =======================================================================================
SUPER HEADER
======================================================================================= */

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

.super_header {
	background: #fff;
}

.super_header_inner_wrapper {padding: 0 0 0 0; }

.super_header_first {
	float: none;
	padding: 0;	
	position: relative;
	z-index: 990;
}

.super_header_first_inner_wrapper {position: relative;}

.super_header_second {
	z-index: 989;
	position: relative;
	background: rgb(161,161,161); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(161,161,161,1) 0%, rgba(150,150,150,1) 35%, rgba(130,130,130,1) 80%, rgba(125,125,125,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,161,161,1)), color-stop(35%,rgba(150,150,150,1)), color-stop(80%,rgba(130,130,130,1)), color-stop(100%,rgba(125,125,125,1))); /* Chrome,Safari4+ */	
	background: -webkit-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(150,150,150,1) 35%,rgba(130,130,130,1) 80%,rgba(125,125,125,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(150,150,150,1) 35%,rgba(130,130,130,1) 80%,rgba(125,125,125,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(161,161,161,1) 0%,rgba(150,150,150,1) 35%,rgba(130,130,130,1) 80%,rgba(125,125,125,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(161,161,161,1) 0%,rgba(150,150,150,1) 35%,rgba(130,130,130,1) 80%,rgba(125,125,125,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
}

.super_header_first_inner_wrapper,
.super_header_second_inner_wrapper {
	clear: both;
	padding: 0;
}

.super_header a.firm_logo {
    background: url("images/logo.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    height: 58px;
    margin: 9px 20px 13px 0;
    position: relative;
    width: 282px;
}

.super_header a.firm_logo:after {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	background: #979797;
	width: 1px;
	top: 7px;
}

.super_header a.network_logo {
    background: url("images/blog-network.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    height: 59px;
    margin: 13px 35px 13px 0;
    position: relative;
    width: 200px;
}

body .menu-toggle {
    display: none;
    text-align: right;
    color: #000;
    padding: 31px 15px 9px 9px;
    position: absolute;
    right: 0px;
    top: 0px;
}

body .menu-toggle i {
	font-size: 21px;
}

body .main-navigation div {
    max-width: 1080px;
}

.main-navigation li a {
    color: #FFFFFF;
    text-transform: uppercase;
	font-size: 14px;
	text-transform: none;
	font-family: arial, sans-serif;
	padding: 2px 20px;
	font-weight: bold;
		border-top: 3px solid transparent;
}

.main-navigation li:hover a {background: #c61220; }

#menu-item-890:hover a {
	background: #ffffff;
	color: #55565a;
	border-top: 3px solid #d61826;
}

#menu-item-890:hover .sub-menu a {
	border-top: none;
}

#menu-item-890 .sub-menu a:hover {
	color: #d61826;
}

.menu-item[class^="icon-"]:before, 
.menu-item[class*=" icon-"]:before {}

.main-navigation li ul.sub-menu li a,
.main-navigation li.current-menu-item .sub-menu li a,
.main-navigation li.lxb-base-menu-parent-item .sub-menu li.current-menu-item a {background: none;}

.main-navigation li.menu-item-search:hover {background: none;}

.main-navigation li.menu-item-search {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
max-width: 200px;
position: absolute;
right: 0;
top: 10px;
width: 24%;
}

.searchform {
background: #fff;
border-radius: 3px;
}

.searchform .s {
color: #999999;
font-weight: 400;
font-size: 13px;
}

#ie8 .searchform input[type='text'],
#ie8 .searchform input[type='search'],
#ie9 .searchform input[type='text'],
#ie9 .searchform input[type='search'] {
	padding-left: 5px !important;
	text-indent: 0 !important;
	left: 0 !important;
}


.header_wrapper {
padding-top: 10px;
padding-bottom: 30px;
}

.main-navigation li, .main-navigation li a {
position: relative;
display: inline-block;
vertical-align: baseline;
line-height: 41px;
}



/* Globalization menu */
.lxb-fsn-regions-menu {
	background: rgb(210,83,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(210,83,92,1) 0%, rgba(205,68,78,1) 17%, rgba(206,62,72,1) 20%, rgba(197,40,51,1) 37%, rgba(197,29,42,1) 44%, rgba(192,17,30,1) 57%, rgba(193,17,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,83,92,1)), color-stop(17%,rgba(205,68,78,1)), color-stop(20%,rgba(206,62,72,1)), color-stop(37%,rgba(197,40,51,1)), color-stop(44%,rgba(197,29,42,1)), color-stop(57%,rgba(192,17,30,1)), color-stop(100%,rgba(193,17,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(210,83,92,1) 0%,rgba(205,68,78,1) 17%,rgba(206,62,72,1) 20%,rgba(197,40,51,1) 37%,rgba(197,29,42,1) 44%,rgba(192,17,30,1) 57%,rgba(193,17,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(210,83,92,1) 0%,rgba(205,68,78,1) 17%,rgba(206,62,72,1) 20%,rgba(197,40,51,1) 37%,rgba(197,29,42,1) 44%,rgba(192,17,30,1) 57%,rgba(193,17,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(210,83,92,1) 0%,rgba(205,68,78,1) 17%,rgba(206,62,72,1) 20%,rgba(197,40,51,1) 37%,rgba(197,29,42,1) 44%,rgba(192,17,30,1) 57%,rgba(193,17,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(210,83,92,1) 0%,rgba(205,68,78,1) 17%,rgba(206,62,72,1) 20%,rgba(197,40,51,1) 37%,rgba(197,29,42,1) 44%,rgba(192,17,30,1) 57%,rgba(193,17,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2535c', endColorstr='#c1111c',GradientType=0 ); /* IE6-9 */

	color: #fff;
	width: 200px;
	border-radius: 3px;
	margin-top: 25px;
	z-index: 990;
	position: absolute;
	right: 0;

	font-weight: 600;
}

.lxb-fsn-regions-menu *,
.lxb-fsn-regions-menu *:hover {
	color: #fff;
}

.lxb-fsn-regions-menu-location-label {
	background: rgb(180,180,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,180,180,1) 0%, rgba(178,178,178,1) 13%, rgba(151,151,151,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,180,180,1)), color-stop(13%,rgba(178,178,178,1)), color-stop(100%,rgba(151,151,151,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(178,178,178,1) 13%,rgba(151,151,151,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(178,178,178,1) 13%,rgba(151,151,151,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(178,178,178,1) 13%,rgba(151,151,151,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,180,180,1) 0%,rgba(178,178,178,1) 13%,rgba(151,151,151,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#979797',GradientType=0 ); /* IE6-9 */

	display: inline-block;
	border-radius: 3px 0 0 3px;
	padding: 6px 10px 6px 10px;
}

.open .lxb-fsn-regions-menu-location-label {
	border-radius: 3px 0 0 0px;
}
.lxb-fsn-regions-menu-current {
    float: right;
    padding: 6px 10px 6px 0px;
}

.lxb-fsn-regions-menu-list {
	padding: 11px 14px;
}

.lxb-fsn-regions-menu-item {
	border-bottom: 1px solid #d2565f;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

.lxb-fsn-regions-menu-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.lxb-fsn-regions-menu-link:hover {
	color: #979797;
}

.lxb-fsn-regions-menu-current i {
	font-size: 10px;
	position: relative;
	bottom: 1px;
}

.lxb-fsn-regions-menu-control {
	cursor: pointer;
}


/*drop-down-----------------------------------------------------------------------------*/

.main-navigation .sub-menu {
    background: none repeat scroll 0 0 #FFF;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    height: 0;
    left: 0px;
    margin-left: 0;
    max-width: 240px;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px 0 14px;
    position: absolute;
    top: 48px;
    z-index: 999;
    transition: none;
}

#ie8 .main-navigation .sub-menu {
	    overflow: hidden;
}

.main-navigation li:hover .sub-menu, .main-navigation .sub-menu li  {
	width: auto;
	height: auto;
	opacity: 1;
}

.main-navigation .sub-menu li {
    border-left: none;
    border-right: none;
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
        border: none;
    display: block;
}

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

.main-navigation  .sub-menu li a {
    border-left: none;
    border-right: none;
    display: block;
    font-size: 11px;
    padding: 5px 5px;
    color: #898989;
    text-align: left;
    width: 165px;
    border: none;
    line-height: normal;

}

.sub-menu li.current-menu-item a,
.sub-menu li a:hover {color: #c3111e;}


.main-navigation  .sub-menu li:last-child a {
	border-bottom: none; 
	padding-bottom: 10px; 
}

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

.main-navigation  .sub-menu li:last-child a {border-bottom: none;}

*/

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

.main-navigation  .sub-menu li:last-child a {border-bottom: none}

.main-navigation  .sub-menu li:first-child a {border-top: none}



.main-navigation ul {
}


















/*========================================================================================
HEADER
========================================================================================*/

.blog_header_inner_wrapper {
    background-repeat: no-repeat;
    padding: 0 0px 44px 0;
}

.blog-header .blog-title a {
    display: inline-block;
    font-size: 47px;
    line-height: 1em;
    margin-bottom: 0.26em;
    padding-bottom: 0.16em;
    padding-top: 0.1em;
    color: #fff;
    font-family: 'ff-meta-serif-web-pro';
    font-weight: 700;
    text-transform: none;
 	   text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.81);
    
}


.blog-title .word_4 {
	font-weight: 400;
	font-style: italic;
}

.blog-description {
	color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1em;
        font-family: 'ff-meta-serif-web-pro';
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.71);
letter-spacing: -.01em;
}

.feedburner form,
.searchform {
	background: #fff;
}

.searchform input[type="text"] {
	text-indent: 10px;
}

.feedburner input,
.searchform input {border: none; background: none;}


#ie8 .feedburner input[type='text'],
#ie8 .feedburner input[type='email'],
#ie8 .searchform input[type='text'] {padding-top: 4px;}

#ie8 .feedburner input[type='submit'] {right: 5px;}



.searchform input[type="text"] {
padding-left: 5px;
right: 0;
}









/*main-wrapper*/
.sidebar {
	background: #fff; 
	padding: 10px 0 24px;
}

.main {
	background: #fff;
	padding: 0 24px 24px 30px;
}
















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

.sidebar {
	border-color: #ccc; 
	font-size: 14px;
	border-right: none;
}

.widget-title {
 color: #55565a;
font-size: 16px;
font-weight: 400;
font-family: 'ff-meta-serif-web-pro';
    line-height: 1em;
}

.sidebar .widget {
	line-height: 1.36em;
	overflow: hidden;
	padding: 15px 0 40px 0;
	margin: 0 30px;
	border-bottom: 5px solid #bbbbbd;
}

.sidebar .widget.no-border {
	border-bottom: none;
	padding-bottom: 5px;
}


.sidebar .widget:last-child {
	border-bottom: none;
}

.sidebar .widget:first-child {
    margin-bottom: 0;
     padding-top: 20px;
}

.sidebar .blog-network {
	background: url( images/blog-network.png ) no-repeat;
	height: 59px;
	background-size: contain;
	max-width: 100%;
	width: 201px;
}

.sidebar .disclaimer {
	font-size: 12px;
}

/*links*/
/*simple 1-color border*/

.links li {border-bottom: 1px dotted #7e7e7e; }

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

.links li a {
	font-size: 12px; color: #c00000;
}











.sidebar .widget.about {
	font-size: 11px;
	line-height: 17px;
}

.sidebar .widget.about a.contact {
	font-size: 12px;
	font-weight: bold;
}

.feedburner-widget-title {
	font-size: 12px;
	color: #333333;
}

body .blog-footer .connect li,
.connect li {
	margin-right: -2px;
}

.connect li.feedburner {
	margin-top: 10px;
	display: block;
	margin-right: 0;
}

.connect li.feedburner a {
	color: black;
}

.connect li.feedburner i {
color: #55565a;
font-size: 19px;
width: 19px;
}

.feedburner form {
	margin-top: 5px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.feedburner form input {
	color: #696d70;
}

.connect li a i, .feedburner a i, .post-footer .post-social.font-awesome a  {
	color: #55565a;
}

.connect li a:hover i, .feedburner a:hover i, .post-footer .post-social.font-awesome a:hover {
	color: #c00000;
}

.feedburner .widget-title {
	color: #55565a;
}

.feedburner input[type="submit"] {
font-weight: 600;
height: 22px;
margin-top: -1px;
padding-left: 12px;
width: 28px;
}

.feedburner input[type="email"] {
	font-size: 12px;
}

.lxb-fs-stay-connected-links {
	margin-bottom: 20px;
}

body .blog-footer .connect a,
.connect a,
.lxb-fs-stay-connected-link {
	display: inline-block;
	padding: 0 1px;
	margin: 0 10px 0px 0;
}

body .blog-footer .connect a,
.connect i,
.connect li i,
.lxb-fs-stay-connected-link i {
	font-size: 32px;
	color: #55565a;
}

.lxb-fs-stay-connected-link-title {
	position: absolute;
}

a.subscribe-link,
a.subscribe-link:hover {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	display: block;
	border-radius: 3px;
	background: #c00000;
	padding: 12px 10px;
	text-align: center;
}

.connect .textwidget > * {
	margin-bottom: 25px;
}
.connect .textwidget >:last-child {
	margin-bottom: 0;
}

.lxb-fsn-topics-list {
	font-weight: 600;
}






/*POST CONTENT==========================================================================*/
#breadcrumbs {
	border-bottom: 1px solid #ccc; 
	font-size: 11px; 
	font-weight: 400;
	margin: 20px 0; 
}

.main article {padding-bottom: 48px;}

.main .post-title {
    font-size: 25px;
    font-weight: 400;
    color: #c00000;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'ff-meta-serif-web-pro';
   
}

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

/*post header*/
.post-byline, .post-categories {
	font-size: 11px; 
	font-weight: 800; 
	line-height: 1.2em;
	text-transform: none;
}

.byline_wrap .post-byline {
	margin-top: 18px;
}

#ie8 .author_images_wrap img {
	width: auto;
	margin-right: 15px;
}

.post-categories, .post-byline, .post-social, .post-tools, .post-tags { color: #55565a;}

.post-content {color: #333333; font-size: 15px;}

.post-content ul li {
	list-style-image: url(images/red_bullet.png);
}

.post-content h2 {
	color: #CC9966;
	font-size: 19px;
}

.post-content h3 {
	color: #756E52;
	font-size: 16px;
}

.post-tools {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.post-footer {
font-size: 11px;
font-weight: 600;
position: relative;
border-bottom: 1px solid #ccc;
}


.post-tags {
	font-size: 11px;
	font-family: 'helvetica', sans-serif;
	font-weight: bold;
	float: left;
	padding: 12px 10px 8px;
	line-height: 16px;
	line-height: 14.5px;
	clear: none;
}

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

.post-content blockquote:before {left: 0; color: #333333; font-family: times, georgia, serif; top: 45px;}

.post-content blockquote {
    left: 0;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-top: 20px;
    width: 100%;
    color: #333333;
}

.post-content table th {
	border-bottom: 2px solid #ccc;
	font-weight: 600;
}

.post-content table td {border-bottom: 1px solid #ccc;}

.odd.row td {background: #efefef;}

table.guides td {
	vertical-align: top;
}
 
table.guides .odd.row td {
	background: white;
}

.post-content table .odd.row td {background: none;}

.post-content table.zebra .odd.row td {background: #eee;}

.post-content ol li ol li,
.post-content ol ol li {
	list-style-type: lower-alpha;
}

.post-content ul, .post-content ol {
position: relative;
left: 5%;
width: 88%;
padding-left: 0;
margin-left: 0;
}

.more-link {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}

.post-comments,
.print-wrapper {
	float: left;
	line-height: 14.5px;
	padding: 10px;
	color: #55565a;
	vertical-align: bottom;
	border-right: 1px solid #ccc;
}

.category .main #mc_embed_signup {
float: right;
width: 60%;
margin-top: 12px;
}

.category .main #mce-EMAIL {
	font-size: 12px;
	color: #55565a;
	border-radius: 3px;
	width: 100%;
	height: 29px;
}

.category .main .mc-field-group  {
float: left;
width: 48%;
}

.category .main #mce-responses {
	float: left;
}

.sidebar a.subscribe, .archive-header a.subscribe {
background: #be0000 url(images/submit-gradient.png) repeat-x top center;
border-radius: 3px;
border: none;
color: white;
font-size: 13px;
display: block;
padding: 5px 0 3px 25px;
}

.archive-header a.subscribe {
float: right;
text-align: center;
padding-right: 25px;
margin: 10px 0 0 0;
}

.sidebar a.subscribe {
	text-align: center;
padding: 5px;
}

.sidebar .connect {

}

.error404 .main {
	padding-top: 30px;
}

.main .searchform {
	border: 1px solid #ccc;
}

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

.pagination {border-top: 2px solid #ccc; font-size: 13px;}

.pagination a {font-weight: 600; color: #333333;}

.pagination a span {
	font-size: 18px;
	font-weight: 600;
}

.pagination a i {
	color: #c00000;
}

.blog-footer {
	border-top: 10px solid #dd2720;
	background-color: #e6e6e6;
}

.blog-footer-inner-wrapper {
	padding-top: 35px;
}






/*footer-contact*/

.footer-contact {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0px;
}

.footer-contact-left {
	float: left;
	width: 70%;
}
.footer-contact-right {
	float: right;
	width: 27.5%;
	text-align: right;
}

.blog-footer .widget {
    margin: 0 0 15px;
}

.footer_blogname {
	font-size: 25px;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.footer_blogname .lxb_base_alternate_word {
	font-weight: 400;
	font-style: italic;
}

.blog-footer .footer-blog-description {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-shadow: none;
	color: black;
}

.blog-footer .footer-blog-description {
font-weight: 700;
font-family: 'ff-meta-serif-web-pro';
}

.blog-footer .legal {
	float: none;
	display: block;
	clear: both;
	padding-top: 0;
}

.blog-footer .legal a {
	text-transform: none;
	border-right: 1px solid #55565a;
	padding-right: 4px;
	margin-right: 1px;
	font-size: 11px;
	line-height: 11px;
}

.blog-footer .legal li:last-child a {
	border-right: none;
}

.blog-footer .widget-title {
	padding-top: 0;
}








/*footer-extras*/

.footer-extras {
	width: 100%;
}

.footer-logo {
	background: url( "images/footer-logo.png" ) no-repeat left top;
	height: 43px;
	width: 393px;
	max-width: 100%;
	background-size: contain;
	margin-bottom: 25px;
}

.footer-extras .widget {
	display: block;
	margin: 0;	
	width: 100%;
	float: none;

}

.blog-footer .connect {margin-bottom: 10px; display: block; }

.footer-extras .widget_links {
font-size: 11px;
margin-left: 15px;
width: 52%;
}

.footer-extras .widget_links li a {
	display: inline;
}

.blog-footer .recent {
padding: 0 15px 30px 0;
margin-bottom: 10px;
border-right: 1px solid #cccccc;
}

.blog-footer .widget_links li {
	padding: 5px 0;
}

/*NRF Blogroll*/

.blog-footer .nrf_blogroll {
	padding: 20px 0 30px 0;
}

.blogroll_header {
font-family: 'ff-meta-serif-web-pro';
font-size: 19px;
padding-bottom: 20px;
width: 100%;
overflow: hidden;
}

.blog_network_title,
.blogroll_header a {
vertical-align: middle;
line-height: 45px;
display: inline-block;
}

.nrf_blogroll .blog_network_title img {
vertical-align: middle;
margin-left: 15px;
padding-left: 20px;
border-left: 1px solid #898989;
}

.nrf_blogroll img.nrf_logo {
vertical-align: middle;
margin-top: -10px;
	padding-right: 0;
}

ul.blog_network li {
	display: inline-block;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	border-bottom: 1px dotted #a1a1a1;
	width: 100%;
	padding: 6px 0;
	vertical-align: middle;
}

ul.blog_network img {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
	padding-bottom: 0;
}

ul.left_col {
		clear: left;
		width: 48%;
		float: left;
}

ul.right_col {
		width: 48%;
		float: right;
}

/*colophon*/
.colophon-inner-wrapper {padding: 0;}
.colophon {
	background-color: #000000;
}

.colophon a {

}

.widget.copyright {
float: left;
margin: 12px 30px 10px 0px;
color: white;
font-size: 11px;
}





/* sub colophon */
.legal li:first-child {

}

a.lexblog {
    margin: 10px 0 8px 30px;
}

a.lexblog_2014 span.lexblog_slogan { 
	color: #fff;
}

a.lexblog_2014 span.lexblog_logo {
    background: url("images/lexblog-gray.png") !important;
    height: 27px;
    width: 94px;
    background-size: auto !important;
}






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

.archive-header {border-bottom: 1px solid #ccc;}

.archive-header a.feed{float: none; margin-left:0; padding-left: 0; font-weight: 600;}

.archive-header h1 strong {}

.archive-header a.feed {
float: left;
WIDTH: 33%;
}

.archive-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    padding-top: 15px;
}

.grid-row {border-bottom: 1px solid #CCCCCC;}

.main .grid-row .post-header {
	padding-bottom: 12px;
}

body .main .grid-row img {
	display: block;
	clear: both;
	margin: 0 auto;
	float: none;
}

.main .grid-row .post-content{
	font-size: 11px; 
	line-height: 1.36em;
}

.main .grid-row .post-title {
	font-size: 15px; 
	line-height: 19px;
}

.main .grid-row .byline_wrap .post-byline {
	margin-top: 0px;
}

.grid-row .wp-post-image {margin-top: 5px;}

body.region-archive .archive-header {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.region-child-archive .archive-header,
body.region-archive .archive-header {
	margin-top: 30px;
	border-top: 5px solid #bbbbbd;
	padding-top: 10px;
}


body.region-child-archive h1.archive-title,
body.region-archive h1.archive-title,
body.region-single h1.archive-title  {
	padding-top: 15px;
	margin-bottom: 0;
	background-position: left top;
	background-repeat: no-repeat;
}


.region-child-archive.af .archive-title,
.region-single-af .archive-title,
.category-af .archive-title {
	background-image: url( images/af-archive.jpg );
}

.region-child-archive.asia .archive-title,
.region-single-as .archive-title,
.category-as .archive-title {
	background-image: url( images/as-archive.jpg );
}

.region-child-archive.au .archive-title,
.region-single-au .archive-title,
.category-au .archive-title {
	background-image: url( images/au-archive.jpg );
}

.region-child-archive.ca .archive-title,
.region-single-ca .archive-title,
.category-ca .archive-title {
	background-image: url( images/ca-archive.jpg );
}

.region-child-archive.eu .archive-title,
.region-single-eu .archive-title,
.category-eu .archive-title {
	background-image: url( images/eu-archive.jpg );
}

.region-child-archive.us .archive-title,
.region-single-us .archive-title,
.category-us .archive-title {
	background-image: url( images/us-archive.jpg );
}

/* staging version */
.region-child-archive.africa .archive-title,
.region-single-africa .archive-title,
.category-africa .archive-title {
	background-image: url( images/jan-2015/af-archive.jpg );
}

.region-child-archive.asia .archive-title,
.region-single-asia .archive-title,
.category-asia .archive-title {
	background-image: url( images/jan-2015/as-archive.jpg );
}

.region-child-archive.au .archive-title,
.region-single-au .archive-title,
.category-au .archive-title {
	background-image: url( images/jan-2015/au-archive.jpg );
}

.region-child-archive.ca .archive-title,
.region-single-ca .archive-title,
.category-ca .archive-title {
	background-image: url( images/jan-2015/ca-archive.jpg );
}

.region-child-archive.eu .archive-title,
.region-single-eu .archive-title,
.category-eu .archive-title {
	background-image: url( images/jan-2015/eu-archive.jpg );
}

.region-child-archive.us .archive-title,
.region-single-us .archive-title,
.category-us .archive-title {
	background-image: url( images/jan-2015/us-archive.jpg );
}

body.region-archive .read_more {
	display: block;
	margin-top: 12px;
	margin-bottom: 20px;
}

body.region-archive .read_more:after {
	content: " \f054";
	font-family: "FontAwesome";
	font-size: 12px;
}

body.region-archive article {
	margin-bottom: 0;
	padding-bottom: 36px;
}

.tag-archive-title,
.region-child-archive-title {
	font-size: 28px;
	font-family: "ff-meta-serif-web-pro";
	margin-top: 35px;
	font-weight: 400;
	font-style: italic;
	color: #55565a;
}

.tag-archive-title strong,
.region-child-archive-title strong {
	color: #c00000;
	font-style: normal;
	font-weight: 400;
}

.tag-archive-title {padding-top: 0;}



/*pages*/
body.page .main article {margin-bottom: 0; padding: 0;}







/*CONTACT PAGE===========================================================================*/
.wpcf7-form {
	background-color: #ececec;
	border: 1px solid #ccc;
}

.vcard img {
    margin-right: 10px !important;
    margin-top: 0 !important;
}




















/*SEARCH PAGE============================================================================*/
.search .main article {
	border-bottom: 1px solid #ccc;
}

.user_search_results.archive-header {border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

.search .archive-title {
	font-style: italic;
}










/*AUTHOR PAGE============================================================================*/
.author .main .author-info {
	border-bottom: 1px solid #ccc; 
}

.archive.author .main article {
	border-bottom: 1px solid #ccc;
}














/*SUBSCRIBE PAGE*/
#mc_embed_signup {
	padding: 0 20px;
}

#mc_embed_signup li, 
#mc_embed_signup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mc_embed_signup label,
#mc_embed_signup input {
	display: block;
	width: 100%;
}

#mc_embed_signup .input-group,
#mc_embed_signup input {
	margin-bottom: 20px;
}

#mc_embed_signup .input-group label,
#mc_embed_signup .input-group input {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}

#mc_embed_signup input[type='checkbox'],
#mc_embed_signup input[type='radio'] { margin-right: 5px; }

#mc_embed_signup input[ type="submit" ] {
	background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}



















/* home page */
.lxb-fsn-home-cats {
	padding-top: 30px;
	color: #55565a;
	font-size: 13px;
}

.lxb-fsn-home-cat {
	width: 47%;
	float: left;
	clear: left;
	border-top: 6px solid #bbbbbd;
	padding-top: 12px;
	margin-bottom: 50px;
}

.lxb-fsn-home-cat:last-child {
	margin-bottom: 0;
}

.lxb-fsn-home-cat:nth-child(even) {
	float: right;
	clear: right;
}

#ie8 .lxb-fsn-home-cat {
	margin-left: 20px;
	width: 290px;
}

.lxb-fsn-home-cat-title {
	background-size: cover;
}

body.region-child-archive .archive-title,
body.region-archive .archive-title,
body.region-single .archive-title,
.lxb-fsn-home-cat-title {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	font-size: 28px;
	line-height: 1.1em;
	padding: 119px 10px 10px 25px;
	width: 100%;
	position: relative;
	font-family: "ff-meta-serif-web-pro";
	font-weight: 400;
	margin-bottom: 20px;
}

.lxb-fsn-home-cat-title a {
	color: #fff;
}


.asia.lxb-fsn-home-cat-title {
	background-image: url( images/as.jpg );
}
.africa.lxb-fsn-home-cat-title {
	background-image: url( images/af.jpg );
}
.au.lxb-fsn-home-cat-title {
	background-image: url( images/au.jpg );
}
.ca.lxb-fsn-home-cat-title {
	background-image: url( images/ca.jpg );
}
.eu.lxb-fsn-home-cat-title {
	background-image: url( images/eu.jpg );
}
.us.lxb-fsn-home-cat-title {
	background-image: url( images/us.jpg );
}

/* staging version */

.asia.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/as.jpg );
}
.africa.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/af.jpg );
}
.au.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/au.jpg );
}
.ca.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/ca.jpg );
}
.eu.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/eu.jpg );
}
.us.lxb-fsn-home-cat-title {
	background-image: url( images/jan-2015/us.jpg );
}

body.region-child-archive .archive-title:before,
body.region-archive .archive-title:before,
.lxb-fsn-home-cat-title:before,
body.region-single .archive-title:before {
	content: "";
	width: 8px;
	height: 1.3em;
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #dd2720;
}

.lxb-fsn-home-cat-post {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #55565a;
}

.lxb-fsn-home-cat-first-post {
	margin-bottom: 14px;
	border-bottom: none;
}

.lxb-fsn-home-cat-post-title {
	display: block;
}

.lxb-fsn-home-cat-first-post-byline {
	font-size: 12px;
	margin-bottom: 8px;
}

.lxb-fsn-home-cat-first-post-title {
	font-size: 20px;
	font-family: "ff-meta-serif-web-pro";
	line-height: 1.2em;
	margin-bottom: 8px;
}


.lxb-fsn-home-cat-first-post-excerpt {
	line-height: 1.45em;
	margin-bottom: 8px;
}

.lxb-fsn-home-cat-continue-reading {
	display: block;

}












/* =======================================================================================
MEDIA QUERIES
======================================================================================= */

@media screen and (max-width: 1140px) {
	body .blog-footer-inner-wrapper, 
	body .super_header, .main-wrapper {
	    padding-left: 0;
	    padding-right: 0;
	}

	.header_wrapper,
	.super_header_first_inner_wrapper,
	.super_header_second_inner_wrapper {
		padding-left: 20px;
	    padding-right: 20px;
	}

	.lxb-fsn-regions-menu {
		right: 20px;
	}

	body .blog-footer-inner-wrapper {
	    padding-top: 30px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

}

@media screen and (max-width: 800px) {

	.super_header_first_inner_wrapper {
		padding-top: 20px;
	}

	.super_header_second {
		position: static;
	}

	body .super_header a.firm_logo,
	body .super_header a.network_logo,
	body .lxb-fsn-regions-menu {
		position: static;
		clear: both;
		float: none;
		display: block;
		margin: 0 0 20px;
	}

	body .super_header a.firm_logo {
		width: 262px;
		height: 30px;
	}

	body .super_header a.firm_logo:after {
		content: none;
	}

	body .super_header a.network_logo {
		margin-bottom: 24px;
	}

	.menu-toggle {
		display: block !important;
	}

	body .main-navigation li,
	.super_header_second_inner_wrapper {
    	padding-left: 0px;
    	padding-right: 0px;
	}

	.main-navigation a {
		border-bottom: 1px solid #a9a9a9;
	}

	.main-navigation .current-menu-item a {
		background: #c61220;
	}

	body .main-navigation li.menu-item-search {
		padding: 0;
	}

	.main-navigation li.menu-item-search form {
		border-radius: 0;
		height: 50px;
    	padding: 12px;
	}

	.main-navigation li.menu-item-search form input {
		font-weight: 600;
	}

	.main-navigation li.menu-item-search form input[ type='submit' ] {
		top: 12px;
	}

	body .header_wrapper {
	    padding-bottom: 40px;
	    padding-top: 0px;
	}

	.blog-header .blog-title a {
		font-size: 31px;
		line-height: 1.2em;
	}

	.blog-description {
		font-size: 14px;
	}

	body .main-wrapper {
		background-position: center -60px;
 		padding-left: 0px;
    	padding-right: 0px;
	}

	.main {
		overflow: hidden;
	}

	body .main-wrapper .sidebar {
		clear: both;
		border-left: none;
		padding: 0 20px;
	}

	body .main-wrapper .sidebar .widget {
		margin-left: 0;
		margin-right: 0;
	}

	.sidebar .blog-network {
		margin-left: auto;
		margin-right: auto;
	}

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

	.footer-contact-left,
	.footer-contact-right {
		float: none;
		clear: both;
		width: 100%;
		text-align: left;
	}

	.blog_network_title, .blogroll_header a,
	.nrf_blogroll img.nrf_logo,
	.nrf_blogroll .blog_network_title img {
	    display: block;	
	    float: none;	
	    margin: 0;
	    padding: 0;
	    border: none;
	}

	.nrf_blogroll img.nrf_logo {
		margin-bottom: 20px;
	}

	.archive-header a.subscribe,
	.archive-header a.feed {
		float: none;
		width: 100%;
	}

	body .author_images_wrap {
		display: none;
	}

}



@media screen and (max-width: 500px) {

	.lxb-fsn-home-cat {
	    border-top: 6px solid #bbbbbd;
	    clear: both;
	    float: none;
	    margin-bottom: 50px;
	    padding-top: 12px;
	    width: 100%;
	}

	ul.left_col,
	ul.right_col {
		float: none;
		width: 100%;
	}

}






/* print */
@media print { 
	.footer-extras,
	.super_header,
	img.lexblog-print { display: none !important; }
	.header_wrapper { padding: 0 !important; }

	.blog-footer { clear: both; }

}

