/*
 * Theme Name:  Urban Land Theme
 * Description: Custom Theme for Urban Land Magazine
 * Author:      Lion Associates
 * Author URI:  http://lionassociates.com/
 * Version:     1.3
 * Template:    base_theme
 */
/*
 * 1. Base Element Styles
 * ========================================================================= */
a, a:focus, a:active, div {
  	outline: none;
}
a, a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
	color: #799A3D;
}
a:hover {
	color: #799A3D;
}
body {
	font-family: 'Roboto', sans-serif;
}
blockquote {
	width: 90%;
	display: block;
	clear: both;
	font-size: 17px;
	line-height: 23px;
	font-style: italic;
	color: #AC170F;
	background: #f7f7f7;
	margin: 20px 0;
	padding: 10px 5%;
	text-align: center;
}
blockquote p {
	margin: 0;
}
.pullquote {
	float: left;
	width: 230px;
	display: block;
	margin: 0 20px 20px 0;
	border-top: 1px solid #AC170F;
	border-bottom: 1px solid #AC170F;
	padding: 10px;
	font-size: 26px;
	line-height: 32px;
	font-style: italic;
	color: #AC170F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
ol {
	padding-left: 20px;
}
input[type="submit"] {
	height: 22px;
	line-height: 22px;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 0 14px;
	display: block;
	float: left;
	border: none;
	text-transform: uppercase;
}
textarea {
	max-width: 100% !important;
}


/*
 * 2. Stuctural Styles
 * ========================================================================= */
#site-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: white;
	font-size: 0;
}
#site-title, .index-title {
	display: none;
}
#site-header {
	height: 155px;
	position: relative;
	border-right: 1px solid #d1d0cf;
	border-left: 1px solid #d1d0cf;
	margin-bottom: 1px;
	font-size: 1rem;
}
#familyNavWrap {
	height: 30px;
	position: relative;
	z-index: 99999;
	border-bottom: 1px solid #ccc;
}
#familyNavWrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#familyNavWrap ul li {
	float: left;
	background-image: url(images/header-familynav-divider.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#familyNavWrap ul li:first-child {
	background-image: none;
}
#familyNavWrap ul li#join-link {
	background-image: none;
	float: right;
	position: relative;
}
#familyNavWrap ul li#join-link a {
	background-image: none;
	background: #799A3D;
	color: #fff;
	padding-left: 20px;
	padding-right: 25px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#familyNavWrap ul li#join-link a:after {
	content:'';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	z-index: 999;
	position: absolute;
	top: 10px;
	right: 15px;
}
#familyNavWrap ul li a:link, #familyNavWrap ul li a:visited {
	display: block;
	height: 30px;
	padding: 1px 10px 0 28px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	color: #333;
	line-height: 28px;
	background-image: url(images/logo-uli-tiny.png);
	background-position: 9px 6px;
	background-repeat: no-repeat;
}
#familyNavWrap ul li a:hover {
	color: #000;
	text-decoration: none;
}
#familyNavWrap ul li#activeLink a {
	background-image: url(images/logo-uli-tiny-hot.png);
	color: #000;
	position: relative;
}
#familyNavWrap ul li#activeLink a:after {
	background: url('images/header-familynav-arrow-white.png') transparent no-repeat;
	background-position: 9px 1px;
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 32px;
    z-index: 0;
    left: 50%;
    margin-left: -16px;
}
#home-link {
	display: block;
	width: 350px;
	height: 58px;
	position: absolute;
	top: 55px;
	left: 15px;
}
#search-box {
	position: absolute;
	top: 70px;
	right: 13px;
	width: 300px;
}
#search-box ul {
	margin: 0 0 5px;;
	padding: 0;
	list-style: none;
	float: right;
}
#search-box ul li {
	float: left;
}
#search-box ul li a {
	font-size: 11px;
	color: #000;
	padding: 1px 5px;
	border-left: 1px solid #000;
}
#search-box ul li a:hover {
	text-decoration: underline;
}
#search-box ul li:first-child a {
	border-left: none;
}
#search-box ul li a#login-link {
	color: #ac170f;
	font-weight: 700;
}
#search-box input#s {
	width: 246px;
	height: 20px;
	padding: 0 0 0 4px;
	border: 1px solid #d3d3d3;
	display: block;
	float: left;
	margin-right: 4px;
}
#search-box input#searchsubmit, input#filter-submit {
	height: 22px;
	line-height: 22px;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 0 14px;
	display: block;
	float: left;
	border: none;
	text-transform: uppercase;
}
#search-box input#searchsubmit:hover {
	background: #991f23;
}
#advancedSearch {
	float: right;
	margin: 4px 0 0;
	font-size: 10px;
}
#advancedSearch a {
	color: #787171;
}
#advancedSearch a:hover {
	color: #666;
	text-decoration: underline;
}

/* GOOGLE CUSTOM SEARCH */
.search-results-wrap {
	padding: 20px;
}
.search-results-wrap .page-title {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.search-again {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px 14px;
	margin: 0 0 20px;
	border-radius: 2px;
}
.search-again:after {
	content: '';
	display: table;
	clear: both;
}
.search-again h2 {
	margin: 0 0 7px;
	font-weight: normal !important;
	font-size: 12px !important;
	color: #555 !important;
	text-transform: uppercase;
}
.search-again .half {
	width: 46%;
	margin-right: 4%;
	float: right;
}
#scope-form {
	font-size: 12px !important;
}
#scope-form input {
	margin: 0 3px 5px 0;
}
#content .showing {
	color: #777;
	font-size: 16px;
	font-weight: 700;
}
#content .showing span {
	color: #78A22F;
	font-weight: normal;
}
p.powered {
	margin: 0;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
/* /\/\/\/\ Google's styles /\/\/\/\ */
.cse .gsc-resultsHeader, .gsc-resultsHeader {
	margin: 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
.gsc-webResult .gsc-result {
	padding-top: 0 !important;
}
.gsc-above-wrapper-area {
	padding: 0 !important;
	border-bottom: 1px solid #dad7d7 !important;
}
#content table.gsc-above-wrapper-area-container {
	margin: 0;
}
#content table.gsc-above-wrapper-area-container tr td {
	padding: 0;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 18px !important;
	text-decoration: none !important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	border-bottom: 1px dashed #ddd !important;
	margin-bottom: 11px !important;
}
.gsc-webResult .gsc-result {
	padding: 10px 0 20px !important;
}
#content table.gsc-table-result {
	margin: 0 !important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #000 !important;
}
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b {
	text-decoration: underline !important;
	color: #000 !important;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b {
	color: #004342 !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #999 !important;
}
.gsc-table-result {
	max-width: 74% !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#content .gsc-table-result tr td {
	padding: 0;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape, .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
	max-width: 150px !important;
	width: auto !important;
	padding-right: 16px !important;
	padding-top: 5px !important;
	height: auto !important;
	overflow: visible !important;
}
.gs-web-image-box-landscape img.gs-image, .gs-web-image-box-portrait img.gs-image {
	max-width: 150px !important;
	max-height: 150px !important;
	border: 3px solid white !important;
	-webkit-box-shadow: 0 0 2px 0 #bbb !important;
	box-shadow: 0 0 2px 0 #bbb !important;
	border-radius: 0 !important;
}
.gsc-results .gsc-cursor-box {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-right: 10px !important;
	display: inline-block !important;
	color: #000 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #AC170F !important;
}
form.gsc-search-box {
	height: 29px !important;
	margin: 0 0 5px;
}
table.gsc-search-box, table.gsc-search-box > tbody, table.gsc-search-box > tbody > tr {
	height: 29px !important;
	margin: 0;
	display: block;
}
table.gsc-search-box {
	position: relative !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: none !important;
}
.gsc-input-box, .gsc-search-box-tools .gsc-search-box .gsc-input {
	height: 29px !important;
	display: block;
	padding: 0 !important;
}
.gsib_a {
	padding: 0 !important;
}
.gsib_b {
	display: none !important;
}
.gsc-search-box .gsc-input input.gsc-input {
	height: 29px !important;
	background-color: #f9f9f9 !important;
	border: 2px solid #ADB6B6 !important;
    border-radius: 2px !important;
	padding: 2px 27px 2px 7px !important;
	box-shadow: none !important;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1) !important;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1) !important;
	font-size: 12px !important;
	line-height: 18px !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search-again .gsc-search-box .gsc-input input.gsc-input {
	border: 1px solid #ADB6B6 !important;
}
td.gsc-search-button, #content td.gsc-search-button {
	position: absolute !important;
	top: 2px !important;
	right: 2px !important;
	height: 25px !important;
	width: 25px !important;
	text-align: center !important;
	padding: 0 !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	background-color: #799A3D !important;
	border-color: transparent !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 13px !important;
	width: 13px !important;
	min-width: 13px !important;
	padding: 4px !important;
	margin: 1px !important;
}


.network-content-wrap h2 {
	margin: 24px 0 10px;
}
.network-content {
	list-style: none;
	margin: 0;
	padding: 0;
}
.network-content li {
	margin: 0 0 20px;
}
.network-content li span {
	display: block;
	font-style: italic;
	margin: 0 0 5px;
}
.network-content li h3 {
	margin: 0 0 5px;
}
.network-content li .post-thumb {
	max-width: 150px;
	height: auto;
	margin: 4px 10px 10px 0;
	float: left;
}


#main-nav {
	position: absolute;
	top: 117px;
	height: 38px;
	width: 100%;
	background: #58585B;
	margin: 0 -1px;
	padding: 0 1px;
}
ul#main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul#main-menu li {
	float: left;
	position: relative;
}
#main-nav ul#main-menu a {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: block;
	padding: 0 17px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
}
#main-nav ul#main-menu li:first-child a {
	border-left: none;
}
#main-nav ul#main-menu li a:hover, #main-nav ul#main-menu li.current-menu-item > a {
	background: #799A3D;
}
ul#main-menu > li ul.sub-menu {
	position: absolute;
	top: 38px;
	left: -1px;
	width: 200px;
	background: #58585B;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	display: none;
	z-index: 999;
}
ul#main-menu > li ul.sub-menu li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #fff;
}
ul#main-menu > li:hover ul.sub-menu {
	display: block;
}
.current-category-ancestor, ul#main-menu > li:hover > a {
	background: #799A3D;
}
ul#footer-menu .current-category-ancestor {
	background: none;
}
#mobile-nav {
	background: #58585B;
	height: 38px;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	display: none;
}
#mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-nav a {
	color: #fff;
}
#mobile-nav > ul > li:hover {
	background: #799A3D;
}
#mobile-nav > ul > li {
	width: 50%;
	text-align: center;
	line-height: 38px;
	float: left;
	display: block;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-nav > ul > li:first-child {
	border-left: none;
}
ul.mobile-menu.isOpen {
	display: block;
}
ul.mobile-menu {
	position: absolute;
	top: 38px;
	left: 0;
	background: #58585B;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
#sites ul.mobile-menu {
	left: auto;
	right: 0;
}
ul.mobile-menu li {
	float: none;
	border-top: 1px solid #fff;
}
ul.mobile-menu li a {
	display: block;
	line-height: 47px;
}
ul.mobile-menu li a:hover {
	background: #799A3D;
}
.home #recent-articles {
	display: none;
}

form#commentform .columns {
	margin: 0 0 10px;
}
form#commentform .columns label {
	display: block;
    float: left;
    width: 100px;
}
.comment-avatar {
	height: 32px;
	width: 32px;
	display: inline-block;
}
h1.comment-author {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 0;
}
.comment-date {
	display: block;
	clear: both;
	font-style: italic;
}
.comment-moderation {
	font-style: italic;
	color: #777;
	margin: 5px 0;
}
article img {
	max-width: 100%;
	height: auto;
}
#page article .post-content div {
	max-width: 100% !important;
}
.post-content iframe, .page-content iframe, .page-content textarea {
	max-width: 100% !important;
}

ul#category-sub-menu {
	list-style: none;
	margin: 0;
	padding: 11px 2%;
	width: 100%;
	background: #F6F5F4;
	height: 40px;
	float: left;
	border-bottom: 1px solid #d1d0cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#category-sub-menu li {
	float: left;
	font-size: 13px;
	border-left: 1px solid #d1d0cf;
}
ul#category-sub-menu li:first-child {
	border-left: none;
}
ul#category-sub-menu li a {
	padding: 3px 10px 4px;
	color: #000;
}
ul#category-sub-menu li a:hover {
	color: #AC170F;
	text-decoration: underline;
}
ul#category-sub-menu li:first-child a {
	padding-left: 0;

}

#page {
	border-top: 1px solid #d1d0cf;
	border-right: 1px solid #d1d0cf;
	border-left: 1px solid #d1d0cf;
	margin-top: 1px;
	position: relative;
}
#home-slideshow {
	width: 67.5%;
	float: left;
	background: #e4ebf1;
	position: relative;
	border-bottom: 1px solid #d1d0cf;
	border-right: 1px solid #d1d0cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.slide-content {
	background: rgba(0,0,0,0.5);
	width: 95%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	color: #fff;
	padding: 10px 2.5% 20px;
}
.slider-video {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 0;
	background: #000;
	z-index: 1000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.play-button {
	height: 97px;
	width: 97px !important;
	display: block;
	position: absolute;
	z-index: 98;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#close-video {
	position: absolute;
	z-index: 1001;
	top: 30px;
	left: 10px;
	height: 36px;
	width: 46px;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}
#close-video:hover {
	background-position: left -36px;
}
#slideshow-nav-wrap {
	width: 100%;
	height: 16px;
	position: absolute;
	padding: 4px 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
#slideshow-nav {
	position: relative;
	z-index: 999;
	float: right;
	padding: 0 18px;
	margin: 0 2px 0 0;
}
#slideshow-nav ul {
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
	float: left;
}
#slideshow-nav ul li {
	float: left;
}
#slideshow-nav ul li a {
	display: block;
	font-size: 11px;
	color: #000;
	background: #e6e8e3;
	height: 12px;
	width: 12px;
	padding: 2px;
	text-align: center;
	line-height: 12px;
	margin: 0 0 0 3px;
}
#slideshow-nav ul li.cycle-pager-active a {
	background: #799A3D;
	color: #fff;
}
a#next-slide, a#prev-slide {
	position: absolute;
	top: 0;
	height: 16px;
	width: 16px;
	display: block;
	background: #a5a496;
}
a#next-slide:hover, a#prev-slide:hover {
	background: #8b8a7e;
}
a#next-slide {
	right: 2px;
}
a#next-slide:after {
	content:'';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	z-index: 1111;
	position: absolute;
	top: 4px;
	left: 6px;
}
a#prev-slide {
	left: 2px;
}
a#prev-slide:after {
	content:'';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	z-index: 1111;
	position: absolute;
	top: 3px;
	right: 6px;
}
#home-slideshow .slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-slideshow-img {
	display: block;
	width: 100%;
	height: auto;
}
#home-slideshow h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
	display: inline-block;
}
#home-slideshow p {
	font-size: 13px;
	margin: 0 0 5px;
	width: 80%;
}
a.cat-link {
	color: #799A3D;
	font-size: 11px;
	font-weight: 700;
	padding-right: 7px;
	position: relative;
	margin: 0 0 6px;
	line-height: 11px;
}
a.cat-link span {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #799A3D;
	z-index: 999;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
a.cat-link:hover {
	text-decoration: underline;
}
.slide-content a.cat-link {
	position: absolute;
	top: 16px;
	right: 10px;
	color: #eee;
}
.slide-content a.cat-link:after {
	border-left-color: #eee;
}
.slide-content a {
	color: #fff;
}
.slide-content a:hover {
	color: #fff;
	text-decoration: underline;
}
.read-more {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin: 5px 0 0;
	display: inline-block;
	padding-right: 7px;
	position: relative;
}
.read-more:hover {
	text-decoration: underline;
}
.read-more:after {
	content:'';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	z-index: 999;
	position: absolute;
	top: 3px;
	right: 0px;
}
#columns-wrap {
	width: 67.5%;
	float: left;
	position: relative;
}
#columns-wrap.promo-present {
	padding-bottom: 90px;
}
.faux-column {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 33.33333%;
	border-right: 1px solid #d1d0cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}
#second-faux-column {
	left: 33.33333%;
}
#third-faux-column {
	left: 66.66666%;
}
#middle-wrap {
	width: 66.66666%;
	float: left;
	position: relative;
}
#new-dev, #new-dev-mobile {
	width: 100%;
	padding: 20px 20px 24px;
	clear: both;
	background: #fff;
	border-right: 1px solid #d1d0cf;
	border-bottom: 1px solid #d1d0cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#new-dev-mobile {
	display: none;
}
#new-dev h2, #new-dev-mobile h2 {
	font-size: 18px;
	margin: 0 0 12px;
}
#new-dev ul, #new-dev-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-dev ul li, #new-dev-mobile ul li {
	padding: 10px 0 0;
	margin: 10px 0 0;
	font-size: 13px;
	border-top: 1px solid #d1d0cf;
}
#new-dev ul li:first-child, #new-dev-mobile ul li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
#new-dev ul li h3, #new-dev-mobile ul li h3 {
	margin: 0 0 3px;
}
#new-dev ul li h3 a, #new-dev-mobile ul li h3 a {
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
#new-dev ul li h3 a:hover, #new-dev-mobile ul li h3 a:hover {
	text-decoration: underline;
}
#new-dev ul li span.the-date, #new-dev-mobile ul li span.the-date {
	color: #777;
	font-size: 11px;
	display: block;
	margin: 0 0 3px;
}
.home-column {
	float: left;
	width: 33.33333%;
	position: relative;
	z-index: 99;
}
.home-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-column ul li {
	display: block;
	clear: both;
	padding: 15px 0 30px;
	margin: 0 15px;
	border-top: 1px solid #d1d0cf;
}
.home-column ul li:first-child {
	border-top: none;
}
.home-post-thumb {
	display: block;
	margin: 0 0 8px;
	width: 100%;
	height: auto;
	border: 1px solid #dbdad9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-column ul li h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin: 0 0 7px;
}
.home-column ul li h2 a {
	color: #000;
}
.home-column ul li h2 a:hover {
	text-decoration: underline;
}
.home-column ul li p {
	font-size: 13px;
	margin: 0;
}
#center-column, #right-column {
	width: 50%;
}

#content-column {
	float: left;
	width: 67.5%;
}


#sidebar-column {
	width: 32.5%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 30px
}

#sidebar-column #tabs-wrap {
	position: relative;
	float: none;
	width: auto;
	height: auto;
}

#sidebar-column .email-signup {
  position: relative;
  float: none;
  width: auto;
  top: auto;
}

#sidebar-column .sidebar-promo {
  position: relative;
  float: none;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: 5px 5px 0;
}


.email-signup {
	height: 78px;
	width: 32.5%;
	position: absolute;
	top: 300px;
	right: 0;
	padding: 12px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}
.response-close {
	font-size: 11px;
	color: #991f23;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 99999;
}
.email-signup .wpcf7 p {
	margin: 0;
}
.email-signup .wpcf7 h2 {
	font-size: 16px;
	margin: 0 0 4px;
	color: #111;
}
.email-signup input.wpcf7-email {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.email-signup .wpcf7-form-control-wrap {
	display: inline-block;
	width: 74%;
	height: 22px;
}
.email-signup input.wpcf7-submit {
	width: 25%;
	height: 22px;
	font-size: 11px;
	font-weight: 700;
	margin-left: 1%;
	float: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background: #991f23;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.email-signup .wpcf7-response-output {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	margin: 0;
	height: 77px;
	padding-top: 10px;
	border: none !important;
	font-size: 15px;
	font-style: italic;
	background: #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
.email-signup #recent-articles .wpcf7-response-output {
	height: 76px;
}
.email-signup span.wpcf7-not-valid-tip {
	display: none !important;
}
#tabs-wrap {
	padding: 15px 0 20px;
	border-bottom: 1px solid #d1d0cf;
	position: relative;
}
#tabs-wrap.in-sidebar {
	padding: 10px 15px;
	height: 300px;
	width: 32.5%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs-wrap .panel {
	display: none;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	height: 220px;
}
.single-post #tabs-wrap .panel {
	height: auto;
}

#tabs-wrap .panel.current-panel {
	display: block;
}
ul#tabs-nav, ul#tabbed-post-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 2px;
	float: left;
}
ul#tabbed-post-nav {
	width: 100%;
}
ul#tabs-nav li, ul#tabbed-post-nav li {
	float: left;
}
ul#tabs-nav li a, ul#tabbed-post-nav li a {
	background: #f9f9f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f8 0%, #dadad8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f8), color-stop(100%,#dadad8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f8 0%,#dadad8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f8 0%,#dadad8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f8 0%,#dadad8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f8 0%,#dadad8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f8', endColorstr='#dadad8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	display: block;
	position: relative;
}
ul#tabs-nav li a.current-link:after, ul#tabbed-post-nav li a.current-link:after {
	content:'';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}
ul#tabs-nav li a.current-link, ul#tabbed-post-nav li a.current-link {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
#tabs-wrap .panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #7C7C7B;
}
#tabs-wrap .panel ul li {
	margin: 0 0 10px;
}
#tabs-wrap .panel ul li h3 {
	margin: 0 0 1px;
}
#tabs-wrap .panel ul li a {
	color: #000;
}
#tabs-wrap .panel ul li a:hover {
	text-decoration: underline;
}
.home .sidebar-com {
	position: absolute;
	top: 378px;
	right: 6px;
	clear: none;
}
.home .sidebar-com.slot2 {
	top: 708px;
}
.home .sidebar-com.slot3 {
	top: 1144px;
}
.home .sidebar-com.promo-present {
	top: 484px !important;
}
.home .slot2.promo-present {
	top: 814px !important;
}
.home .slot3.promo-present {
	top: 1144px !important;
}
.sidebar-com {
	position: relative;
	clear: both;
	padding: 6px 0 0;
}
.sidebar-com a.image-link, .sidebar-com a img {
	display: block;
}
.sidebar-com a img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.sidebar-com-inner {
	margin: 0 auto;
	width: 300px;
	padding: 0 0 20px;
	position: relative;
	font-size: 12px;
}
.sidebar-com-inner h1 {
	margin: 0;
	font-size: 20px;
	line-height: 1;
}
.sidebar-com-inner h2 {
	margin: 10px 0 5px;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
}
.sidebar-com-inner h3 {
	margin: 10px 0 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
}
.sidebar-com p.tag-label {
	bottom: 5px;
}
.sidebar-promo {
	width: 300px;
	height: 100px;
	position: absolute;
	right: 6px;
	top: 384px;
	overflow: hidden;
}
.sidebar-promo img {
	display: block;
	width: 100%;
	height: auto;
}

section#archive, article.page, section#index {
	width: 67.5%;
	float: left;
	padding: 15px 0 0;
	border-right: 1px solid #d1d0cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}
article.page {
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
}
.page-template-page-SEARCH-RESULTS-php article.page {
	width: 100%;
	border-right: none;
}

section#archive img, article.page img {
	max-width: 100%;
	height: auto;
	display: block;
}
h1.page-title, h1.single-title {
	font-size: 28px;
	margin: 0 0 20px;
	color: #000;
}
#respond textarea {
	width: 100%;
}

section#index {
	padding: 15px 15px 20px;
}
#index h1.page-title {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d0cf;
}
#index h2 {
	font-size: 14px;
	margin: 30px 0 10px;
}
ul#archives-articles {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
ul#archives-articles li {
	padding: 0 0 12px;
	margin: 0 0 15px;
	border-bottom: 1px solid #d1d0cf;
}
ul#archives-articles li span {
	display: block;
	font-weight: 700;
	float: left;
}
ul#archives-articles li p {
	margin: 0 0 0 66px;
}
ul#archives-articles li a {
	font-weight: 700;
	color: #000;
}
ul#archives-articles li a:hover {
	color: #000;
	text-decoration: underline;
}
#filter-wrap {
	padding: 10px 15px 20px;
	background: #F6F6F5;
	border-bottom: 1px solid #d1d0cf;
}
#filter-wrap h2 {
	font-size: 18px;
	margin: 0 0 10px;
}
#filter-wrap h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
#filter-wrap h4 {
	font-size: 12px;
	margin: 10px 0 0;
}
#filter-wrap form select {
	font-size: 13px;
	width: 200px;
}
#filter-wrap input#filter-submit {
	height: 30px;
	padding: 8px 14px;
	margin: 20px 0 0;
	font-size: 13px;
	float: none;
}

article.post-single {
	padding: 15px 15px 20px;
	font-size: 13px;
	line-height: 18px;
	border-right: 1px solid #D1D0CF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header.single-header {
	border-bottom: 1px solid #ddd;
	padding: 0 0 28px;
	position: relative;
}
h1.single-title, h1.not-found-title {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 12px;
}

.load-next-post {
	position: relative;
	display: block;
	margin: 1em 0;
	padding: 20px 0 40px;
	font-style: italic;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	border-top: 1px #ddd solid;
}

	@-webkit-keyframes spin {
		from { -webkit-transform: rotate( 0deg );   }
		to   { -webkit-transform: rotate( 360deg ); }
	}

	@keyframes spin {
		from { transform: rotate( 0deg );   }
		to   { transform: rotate( 360deg ); }
	}


	.load-next-post:after {
		content: '';
		position: absolute;
		display: block;
		left: 50%;
		bottom: 0;
		width: 30px;
		height: 30px;
		margin-left: -15px;
		background: url( 'images/loading.png' );
		-webkit-animation: spin 1s linear infinite;
		        animation: spin 1s linear infinite;
	}

	@media
	only screen and ( -webkit-min-device-pixel-ratio: 2 ),
	only screen and (    min--moz-device-pixel-ratio: 2 ),
	only screen and (      -o-min-device-pixel-ratio: 2/1 ),
	only screen and (         min-device-pixel-ratio: 2 ),
	only screen and (                 min-resolution: 192dpi ),
	only screen and (                 min-resolution: 2dppx ) {
		.load-next-post:after {
			background: url( 'images/loading@2x.png' );
			background-size: 30px auto;
		}
	}




/*.load-next-post {
	position: relative;
	display: block;
	text-align: center;
	background: #AC170F;
	color: #FFF;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	margin: 1em 0;
	font-size: 16px;
}

	.load-next-post:link,
	.load-next-post:visited {
		color: #fff;
	}

	@-webkit-keyframes spin {
		from { -webkit-transform: rotate( 0deg );   }
		to   { -webkit-transform: rotate( 360deg ); }
	}

	@keyframes spin {
		from { transform: rotate( 0deg );   }
		to   { transform: rotate( 360deg ); }
	}


	.load-next-post:after {
		content: '';
		position: absolute;
		display: none;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 50%;
		margin-top: -15px;
		margin-left: -15px;
		background: url( 'images/loading.png' );
		-webkit-animation: spin 1s linear infinite;
		        animation: spin 1s linear infinite;
	}

	.load-next-post.is-loading {
		direction: ltr;
		text-align: left;
		text-indent: -9999px;
	}

	.load-next-post.is-loading:after {
		display: block;
	}


	@media
	only screen and ( -webkit-min-device-pixel-ratio: 2 ),
	only screen and (    min--moz-device-pixel-ratio: 2 ),
	only screen and (      -o-min-device-pixel-ratio: 2/1 ),
	only screen and (         min-device-pixel-ratio: 2 ),
	only screen and (                 min-resolution: 192dpi ),
	only screen and (                 min-resolution: 2dppx ) {
		.load-next-post:after {
			background: url( 'images/loading@2x.png' );
			background-size: 30px auto;
		}
	}*/

h1.comments-title {
	font-size: 18px;
}
p#author, p#the-post-date {
	margin: 0;
}
ul#font-size {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 28px;
	right: 0;
	font-size: 11px;
}
ul#font-size li {
	float: left;
	margin: 0 0 0 4px;
}
ul#font-size li a {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
ul#font-size li a:hover {
	color: #AC170F;
}
ul#font-size li a#text-med {
	font-size: 16px;
}
ul#font-size li a#text-large {
	font-size: 21px;
}
ul#share-list {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 8px;
}
ul#share-list li {
	float: left;
	margin: 0 0 0 5px;
}
ul#share-list li a {
	display: block;
	float: left;
	color: #000;
	font-size: 11px;
}
ul#share-list li a:hover {
	color: #AC170F;
}
ul#share-list li a span {
	display: block;
	float: left;
	margin: 0 4px 0 0;
}
#respond {
	padding: 0 15px 30px;
}
#related-posts {
	width: 100%;
	padding: 10px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#related-posts h2 {
	font-size: 18px;
	margin: 0 0 10px;
}
#related-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#related-posts ul li {
	margin: 0 0 18px
}
#related-posts ul li p {
	margin: 0;
}
#related-posts ul li h4 {
	line-height: 14px;
	margin: 0 0 2px;
}
#related-posts ul li h4 a {
	color: #000;
}
#related-posts ul li h4 a:hover {
	text-decoration: underline;
}


#archive h1.page-title {
	margin-left: 2%;
}
#archive #columns-wrap {
	width: 100%;
}
#archive .faux-column {
	border-right: none;
	border-left: 1px solid #D1D0CF;
}
#archive .faux-column:first-child {
	border-left: none;
}
#archive-feature {
	float: left;
	width: 100%;
	background: #fff;
	padding: 0 2% 20px;
	border-bottom: 1px solid #D1D0CF;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
}
.archive-feature {
	border: 1px solid #dbdad9;
	float: left;
	margin: 0 20px 0 0;
}
#archive-feature h2 {
	font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
}
#archive-feature h2 a, .archive-column h3 a {
	color: #58585B;
}
#archive-feature h2 a:hover, .archive-column h3 a:hover {
	color: #000;
	text-decoration: underline;
}
#archive-feature p {
	margin: 0;
}
#archive .read-more {
	color: #799A3D;
}
#archive .read-more:after {
	border-left-color: #799A3D;
}
.archive-column {
	float: left;
	width: 33.33333%;
	position: relative;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 20px;
}
.archive-column h3 {
	font-size: 14px;
	margin: 0 0 3px;
}
.archive-column p {
	margin: 0;
}
#recent-articles {
	clear: both;
	padding: 15px 15px 20px;
	background: #fff;
	border-top: 1px solid #D1D0CF;
	position: relative;
	z-index: 99;
}
#recent-articles h1 {
	font-size: 18px;
	margin: 0 0 16px;
}
#recent-articles ul, ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recent-articles ul li, ul.page-numbers li {
	margin: 0 10px 18px 0;
	float: left;
}
#recent-articles ul li h4 {
	font-weight: 700;
	font-size: 12px;
	margin: 0;
}
#recent-articles ul li h4 a {
	color: #799A3D;
	font-size: 13px;
}
#recent-articles ul li h4 a:hover {
	color: #000;
	text-decoration: underline;
}
#recent-articles ul li p {
	margin: 2px 0 0;
}
span.the-date {
	font-size: 11px;
	color: #666;
}

#breadcrumbs {
	width: 100%;
	font-size: 11px;
	padding: 8px 2%;
	float: left;
	clear: both;
	border-bottom: 1px solid #D1D0CF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

section#not-found {
	clear: both;
	width: 100%;
	padding: 15px 2% 30px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section#not-found ul {
	margin: 0;
	padding: 20px 0 0 15px;
}
section#not-found ul li {
	margin: 0 0 10px;
	height: 22px;
	line-height: 22px;
}
section#not-found #searchform {
	display: block;
	padding: 0 0 0 10px;
	width: 250px;
	float: left;
}
section#not-found #searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: 250px;
}
span#search-text {
	display: block;
	float: left;
}


#footer-com, #header-com {
	height: 100px;
	width: 100%;
	background: #d8d8d8;
	padding: 14px 0 5px;
}
#footer-com-inner, #header-com-inner {
	width: 728px;
	margin: 0 auto;
	padding: 0 0 15px;
	position: relative;
}
#footer-com-inner a, #footer-com-inner img, #header-com-inner a, #header-com-inner img {
	display: block;
}
p.tag-label {
	font-size: 10px;
	color: #707070;
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#site-footer {
	background: #58585B;
	padding: 42px 2% 30px;
	height: 140px;
	position: relative;
}
#copyright-block {
	width: 100%;
	background: #d8d8d8;
	font-size: 11px;
	color: #000;
	text-align: center;
	height: 42px;
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#copyright-block a {
	color: #000;
}
#copyright-block a:hover {
	text-decoration: underline;
}
#site-footer h2 {
	color: #fff;
	font-size: 14px;
	margin: 30px 0 12px;
}
ul#footer-menu, ul#footer-page-menu {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	float: left;
}
ul#footer-menu li, ul#footer-page-menu li {
	float: left;
	margin-bottom: 5px;
}
ul#footer-menu li a {
	color: #fff;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	border-left: 1px solid #fff;
}
ul#footer-page-menu li a {
	color: #fff;
	display: block;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
	border-left: 1px solid #fff;
}
ul#footer-menu li:first-child a, ul#footer-page-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}
ul#footer-menu li a:hover, ul#footer-page-menu li a:hover {
	text-decoration: underline;
}
#site-info {
	clear: both;
	font-size: 10px;
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 2%;
}
#site-info a {
	color: #ccc;
}
#site-info a:hover {
	color: #fff;
}
#footer-logo {
	position: absolute;
	height: 30px;
	width: 105px;
	display: block;
	bottom: 20px;
	right: 2%;
}
ul#authored {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
}
ul#authored li {
	margin: 0 0 10px;
}
ul#authored li a {
	color: #000;
}
ul#authored li a:hover {
	text-decoration: underline;
}
#right-rail-feature {
	border-top: 1px solid #D1D0CF;
	padding: 10px 7px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home #right-rail-feature {
	width: 300px;
	position: absolute;
	padding: 20px 0;
	top: 1047px;
	right: 6px;
	font-size: 13px;
}
.home #right-rail-feature.promo-present {
	top: 1150px;
}
#right-rail-feature-img {
	width: 100%;
	height: auto;
	margin: 0 0 3px;
}
#right-rail-feature h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 3px;
}
#right-rail-feature p {
	font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
}

#right-rail-feature img {
	max-width: 100%;
	width: auto;
	height: auto;
}

img.alignleft {
	margin: 0 15px 10px 0;
}
img.alignright {
	margin: 0 0 10px 15px;
}
p.wp-caption-text {
	margin-top: 0;
	color: #777;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}


/* IMPORTED IMAGE STYLING */
.articleBodyImageLeft { float:left; margin:15px 15px 15px 0; }
.articleBodyImageRight { float:right; margin:15px 0 15px 15px; }
.imgLeftMargin5px { margin-left:5px; }
.imgLeftMargin10px { margin-left:10px; }
.imgLeftMargin15px { margin-left:15px; }
.imgRightMargin5px { margin-right: 5px; }
.imgRightMargin10px { margin-right: 10px; }
.imgRightMargin15px { margin-right: 15px; }
.imgLeftRightMargin5px { margin: 0 5px; }
.imgLeftRightMargin10px { margin: 0 10px; }
.imgLeftRightMargin15px { margin: 0 15px; }
.imgTopMargin5px { margin-top: 5px; }
.imgTopMargin10px { margin-top: 10px; }
.imgTopMargin15px { margin-top: 15px; }
.imgBottomMargin5px { margin-bottom: 5px; }
.imgBottomMargin10px { margin-bottom: 10px; }
.imgBottomMargin15px { margin-bottom: 15px; }
.imgTopBottomMargin5px { margin: 5px 0; }
.imgTopBottomMargin10px { margin: 10px 0; }
.imgTopBottomMargin15px { margin: 15px 0; }
.imgAlignLeft { float:left; }
.imgAlignRight { float:right; }

#recaptcha_table {
	margin-bottom: 10px !important;
}

#recaptcha_response_field {
	border: 1px #ddd solid !important;
	padding: 10px !important;
	width: 280px !important;
}

.show-comments,
.show-comments:link,
.show-comments:visited {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #799A3D;
	margin: 20px 0;
}

.show-comments:hover {
	background-color: #8c120c;
}



/*
 * 3. Module Styles
 * ========================================================================= */
/*
 * 4. Wordpress Built-in Styles
 * ========================================================================= */
.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

/*
 * 5. State Styles
 * ========================================================================= */
.is-hidden {
  display: none; }

.is-disabled {
  cursor: default;
  opacity: 0.8; }

/*
 * 6. Responsive Media Queries
 * ========================================================================= */
/*
 * 7. Retina Image Media Query
 * ========================================================================= */

.market-trend-ad{
	display: none !important;
}

.category-economy-markets-trends .market-trend-ad {
	display: block !important;
}

.category-economy-markets-trends .global-ad-banner {
	display: none !important;
}

.signup-title {
	font-size: 16px;
  margin: 0 0 4px;
  color: #111;
}

.signup-input {
	float: left;
	width: 72%;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.signup-submit {
	float: left;
  width: 25%;
  margin-left: 6px;
	background: #799A3D;
}

.signup-checkbox {
	font-size: 14px;
}

.signup-success {
	float: left;
	font-size: 14px;
	font-style: italic;
	margin: 3px 0;
	background: #f7f7f7;
  width: 100%;
  height: 96%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}

/*****************************/
/* RESPONSIVE AD STUFF BEGIN */
/*****************************/

#header-com-inner, #footer-com-inner {
	width: 100% !important;
}
#header-com,
#footer-com {
	display: inline-block;
	height: auto;
	padding: 0;
}
#header-com-inner,
#footer-com {
	padding: 0;
}

div[id^="div-gpt-ad"] {
	margin: 0 auto;
	/*padding: 15px 0;*/
}

div[id^="div-gpt-ad"].big-banner,
div[id^="div-gpt-ad"].mid-banner  {
	display: none;
}

@media only screen and (min-width: 500px) {
	div[id^="div-gpt-ad"].lil-banner {
		display: none;
	}
	div[id^="div-gpt-ad"].mid-banner {
		display: block;
	}
}

@media only screen and (min-width: 790px) {
	div[id^="div-gpt-ad"].mid-banner {
		display: none;
	}
	div[id^="div-gpt-ad"].big-banner {
		display: block;
	}
}

body.home #header-com {
	display: none !important;
}

#footer-com, #header-com {
	background-color: white;
}
/*****************************/
/*  RESPONSIVE AD STUFF END  */
/*****************************/


/***************************/
/*** SIDEBAR FIXES BEGIN ***/

#most-read {
  display: inline-block;
  height: auto;
}

#tabs-wrap.in-sidebar {
  height: 320px;
}

.email-signup {
  top: 320px;
}

.sidebar-promo {
  top: 406px;
}

.home div.sidebar-com.promo-present {
  top: 504px !important;
}

.home div.slot2.promo-present {
  top: 834px !important;
}

.sidebar-com-inner p.tag-label {
  display: none;
}


/* Ad spillages:*/ 

@media only screen and (min-width:680px) and (max-width:960px) {
	body #sidebar-column {
  		width: 42.5%;
	}	

	section#archive,
	article.page, 
	section#index {
  		width: 57.5%;
	}
}



@media only screen and (max-width: 800px) {
.home .sidebar-com.slot2.promo-present {
    top: auto !important;
}
.home div.sidebar-com.promo-present {
    top: auto !important;
}
}

#footer-com-inner {
	padding: 0;
}

/**** SIDEBAR FIXES END ****/
/***************************/

/**** ADDRESS LACK OF GREY BOX ****/
#familyNavWrap {
	border-top: 1px solid #ccc;
}

#page {
	border-bottom: 1px solid #ccc;
}
/**** /ADDRESS LACK OF GREY BOX ****/



/** MORE MORE OH GOD WHY **/

section#archive, article.page, section#index {}

#sidebar-column {
	border-left: 1px solid #d1d0cf;
	position: relative;
	left: -1px;
}
#right-rail-feature {
	border-top: none !important;
}

/** MEETING TEMPLATE **/

/*.page-template-page-MEETING #footer-com{*/
	/*display: none;*/
/*}*/

.meeting-update {
	border-bottom: 1px solid #d1d0cf;
    font-size: 11pt;
    padding: 0.5rem 1rem;
}

.meeting-update a {
	float: right;
}

@media only screen and (max-width: 1260px) {
	.side-banner,
	.fixed-side-banner {
		display: none;
	}
	.home-top-banner {
		display: none;
	}
}

@media only screen and (min-width: 981px) {
	body {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 680px) {
	/*.meeting-update a {*/
		/*float: left;*/
	/*}*/
	/*.meeting-update-text {*/
		/*float: left;*/
	/*}*/
}


.twitter-link {
	color: white !important;
	background-color: #00aced;
	padding: .5rem 1.5rem;
	border-radius: 1rem;
	/*display: flex;*/
	align-items: center;
	width: fit-content;
	justify-content: center;
	align-items: center;
	/*margin-top: 1.5rem;*/

	display: inline-block;
	margin-top: .5rem;
}

.twitter-link:hover {
	background-color:  #0084b4
}

.twitter-link-icon {
	font-size: 1rem;
	margin-right: .5rem;
	position: relative;
	top: 1px;
}
.twitter-link-text {
	font-size: .75rem;
}




#meeting_page_view_less {
	display: none;
}

#recent-articles.view_less #meeting_page_view_less {
	display: inline-block;
}

#recent-articles.view_less #meeting_page_view_more {
	display: none;
}


.loading-icon {
	display: none;
	justify-content: center;
	margin: 2rem 0;
}

#recent-articles.loading .loading-icon {
	display: flex;
}

.ajax_loading_button {
	padding: .5rem 1.5rem;
	background-color: #799A3D;
	color: white !important;
	border-radius: .25rem;
	margin-top: 1rem;
	display: inline-block;
}

.ajax_loading_button:hover {
	background-color: black;
}

#recent-articles.meeting_page {

}

#recent-articles.meeting_page  #recent-articles-list > li {
	float: none;
	display: block;
}


.top_banner-desktop {
	display: none;
}

.top_banner-mobile {
	display: block;
}

@media only screen and (min-width:768px) {
	.top_banner-desktop {
		display: block;
	}

	.top_banner-mobile {
		display: none;
	}
}




/* google custom search button fixes */
.gsc-search-box table.gsc-search-box {
    margin-bottom: 0;
    height: auto !important;
}

.gsc-search-box table.gsc-search-box .gsc-search-button {
    width: auto !important;
    top: 0 !important;
    right: 0 !important;
    height: 97% !important;
	cursor: pointer !important;
}

.gsc-search-box table.gsc-search-box .gsc-search-button .gsc-search-button.gsc-search-button-v2 {
    width: auto;
    border: none;
    height: 100%;
}

.uli14-cta a {
	font-size: 1rem;
}