/* Column & Gutter Widths
Desktop: 51, 30  (942)
Tablet: 35, 30 (750)
http://getbootstrap.com/customize/?id=209f5ee01a020b5cf99d
*/
body {
	font-family: 'PT Serif', serif;
	font-size: 19px;
	line-height: 130%;
	color: #2C2C2C;
	background: #FFF;
}
a {
	color: #6B0400;
	text-decoration: none;
}
a:hover {
	color:#000;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	text-decoration: none;
}
a.btn:hover {
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
}
ul {
	margin:0 0 0 0px;
}
ol {
	margin:0 0 0 5px;
}
li {
	line-height: inherit;
}
h1 {
	font-size: 200%;
	color:#2C2C2C;
	font-weight: normal;
	line-height: 100%;
	margin:0;
	padding:0;
}
h1.modalheadline {
	color:#FFF;
}
h1 a {
	color:#2C2C2C;
}
h1 a:hover {
	color: #6B0400;
}
h2 {
	font-size: 110.5%;
	color:#2C2C2C;
	font-weight: bold;
	line-height: 120%;
	margin:5px 0;
	padding:0;
}
div.category-desc.base-desc,
h3 {
	font-size: 105.25%;
	color:#6B0400;
	font-weight: normal;
	line-height: 133%;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
h4 {
	font-size: 105.25%;
	color:#6B0400;
	font-weight: normal;
	font-style: italic;
	line-height: 133%;
	margin:5px 0;
	padding:0;
}
.btn {
	font-family: 'Open Sans', sans-serif;
	background:#6B0400;
	color:#FFF;
	border-radius:0 !important;
	border:1px solid #FFF;
	outline:3px solid #DDD;
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
	line-height: 158.82%;
	font-size: 73.68%;
	letter-spacing: 1px;
	padding:10px 15px;
	text-transform: uppercase;
}
.btn:hover {
	color:#DDD;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	outline:3px solid #DDD;
}
.btn:focus {
	color:#DDD;
}
.btn.next {
	float:right;
}
blockquote {
	font-family:'Open Sans', sans-serif;
	color:#6B0400;
	font-size: 131.6%;
	line-height: 130%;
	font-weight: 300;
	padding: 25px 0px;
	margin:25px 0;
	border:0;
	border-top: 3px double #E8E8E4;
	border-bottom: 3px double #E8E8E4;
}
hr {
	margin:10px 0;
	border-top: 3px double #E8E8E4;
}
p.readmore {
	margin-top:25px;
}
hr#system-readmore {
	margin:0;
	border: 0;
}
span.wf_caption,
span.wf_caption span {
	max-width: 100% !important;
}
span.wf_caption span {
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 73.68%;
	padding:0 5px;
	line-height: 150%;
}
span.note {
	font-size: 80%;
	font-style: italic;
	color:#333;
}

/* Form Elements */
.rsform-block:hover {
	background: none !important;
}
form {
	font-family: 'Open Sans', sans-serif;
	margin-top:10px;
}
form.restart {
	margin-top: 0;
}
span.red {
	color:red;
}
span.form-label {
	display: inline-block;
	width:15%;
}
span.med {
	width:25%;
}
span.lg {
	width:35%;
}
#userForm label {
	font-weight: normal;
}
textarea,
input[type="password"],
input[type="text"] {
	padding:10px 15px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	width:70%;
}
textarea {
	border-color:#CCC;
}
select {
	margin-bottom:10px;
	font-size:100% !important;
	border-radius: 0;
	width:70%;
}
select.short {
	width:20%;
}

/* Pagination */
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul {
	display: inline;
}
.pagination ul > li {
	display: inline;
	font-size: 82%;
	font-weight: 300;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 9px;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.pagination ul > li > span {
	background-color: #6B0400;
	color:#FFF;
}
.pagination ul > li.pagination-prev > span, .pagination ul > li.pagination-next > span {
	background-color: #FFF;
	color:#666;
}
.pagination ul > li.pagination-start > a, .pagination ul > li.pagination-start > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left-width: 1px;
	background-color: #ffffff;
	color:#666;
}
.pagination ul > li.pagination-end > a, .pagination ul > li.pagination-end > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #ffffff;
	color:#666;
}
.pagination ul li a [class*="icon-"] {
	opacity: 0.3;
}
.pagination ul li a:hover [class*="icon-"] {
	opacity: 0.5;
}
.display-limit {
	margin: 20px 0px;
	color:#666;
}
/* start responsive pagination styles */
@media (max-width: 941px) {
.pagination ul > li {
	display: none;
}
.pagination ul > li.pagination-start,
.pagination ul > li.pagination-prev,
.pagination ul > li.pagination-next,
.pagination ul > li.pagination-end {
	display: inline;
}
/* end responsive pagination styles */
}

/* Logo Items */
.header-nav-wrapper {
	min-height: 130px;
}
.logo {
	position: relative;
	top:0;
	padding-left:11px;
	z-index: 9250;
}
.logo.affix {
   position:fixed;
   top:-95px;
   width: 100%;
   z-index: 1000001;
}
.logo-content {
	height: 0;
	min-height: 0 !important;
}
.navbar-brand {
	display: block;
	border: 0;
	text-shadow: none;
	padding: 0;
	height: 180px;
	width:77px;
}
.navbar-brand img {
	width: 100%;
}

/* Floating Tab */
.side {
	position: fixed;
	top:200px;
	left:0;
	width: 60px;
	z-index: 7000;
}
.side div.moduletable {
	background:#888;
	width:60px;
	-moz-box-shadow:2px 2px 3px 1px #333;
	-webkit-box-shadow:2px 2px 3px 1px #333;
	box-shadow:1px 1px 1px 1px #333;
	padding:1px 1px 1px 0;
}
.side div.moduletable div {
	border:2px solid #CCC;
	border-left:0;
	width:100%;
	padding:15px;
	text-align: center;
}
.side div.moduletable div img {
	display: block;
	margin:15px 0;
}
.side div.moduletable div img:hover {
	opacity: .8;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

/* Header Items */
.header {
	height: 95px;
	background: #2C2C2C url(../images/header_bg.gif) 0 0 repeat-x;
}
.header .container {
	position: relative;
}
div.moduletable.topmenu {
	float:right;
}
div.moduletable.topmenu li {
	font-family: 'Open Sans', sans-serif;
	font-size: 63%;
	line-height: 100%;
	padding:0 10px;
	display: inline-block;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 400;
	border-right:1px solid #FFF;	
}
div.moduletable.topmenu li:last-child {
	border-right:0;
	padding-right:0;
}
div.moduletable.topmenu li a {
	color:#FFF;
	line-height: 100%;
	padding:0;
}
div.moduletable.topmenu li a:hover {
	color:#CCC;
	background: none;
}
div.moduletable.title {
	font-size:105.25%;
	margin-top:60px;
	padding-left:87px;
	letter-spacing: 1px;
}
div.moduletable.title .custom {
	width:100%;
}
div.moduletable.title em {
	font-size:90%;
}
div.moduletable.title a {
	color:#FFF;
}
.header div.moduletable.signup {
	padding:0;
	font-size: 63.16%;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	text-align: right;
	margin-top:20px;
}
.header div.moduletable.signup .custom {
	width: 100%;
	padding:0;
}
.header div.moduletable.signup h3 {
	font-family: 'Open Sans', sans-serif;
	color:#E0DECF;
	font-size: 100%;
	display: inline;
}
.header div.moduletable.signup form {
	border:1px solid #444;
	display: inline-block;
	width:60%;
	margin-left:10px;
}
.header div.moduletable.signup input.inputbox {
	font-size: 100%;
	background:none;
	border:0;
	box-shadow: none;
	color:#FFF;
	width:75%;
	outline:none;
	padding:1px;
	margin:0;
}
.header div.moduletable.signup input.button {
	background:none;
	border:0;
	font-size: 100%;
	color:#E0DECF;
	margin-right:5px;
}

/* Navigation */
div.navigation {
	background: #191919;
	border-bottom:1px solid #2C2C2C;
}
.navigation.affix {
   position:fixed;
   width: 100%;
   top:0;
   z-index: 1000000;
}
.navigation .container {
	padding-left:109px;
}
.navbar-collapse {
	padding:0;
}
.navbar-default {
	background: none;
	border:0;
	border-radius: 0;
	box-shadow: none;
}
.navbar {
	min-height: 0;
	margin:0;
	padding:0;
}
.navbar .nav {
	margin-left:-12px;
}
.navbar .nav li {
	font-family: 'Open Sans', sans-serif;
	font-size: 73.7%;
	line-height: 300%;
	padding:0 12px;
	display: inline-block;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	border-top:1px solid #1A1A1A;
	border-bottom:1px solid #1A1A1A;
}
.navbar .nav li:hover {
	background: #333;
}
#searchicon {
	float:right;
	line-height: 44px;
	margin-right:-15px;
}
#searchicon:hover {
	background: #333;
}
#searchicon ul {
	padding:0;
	margin:0 5px 0 0;
	list-style: none;
}
#searchicon ul li {
	padding:0 15px;
}
#searchicon .maximenuck2 {
	box-shadow: 3px 3px 3px #333;
	background-color:rgba(51,51,51,0.95);
	width:400px;
	position: absolute;
	z-index: 1000;
	right:-3px;
}
#searchicon .maximenuck2 li {
	padding:0;
}
#searchicon .maxidrop-top, 
#searchicon .maxidrop-bottom {
	display: none;
}
#searchicon .floatck {
	right:0;
}
#searchicon .maximenuck_mod {
	padding:15px;
	font-size: 68.42%;
	line-height: 120%;
}
#searchicon .maximenuck_mod .search,
#searchicon .maximenuck_mod .finder {
	background:#FFF;
	border:2px solid #CCC;
	border-radius: 2px;
	padding:7px 15px;
}
#searchicon .maximenuck_mod form {
	margin:0;
	padding:0;
	line-height: 100%;
}
#searchicon .maximenuck_mod label {
	display: none;
}
#searchicon .maximenuck_mod input[type="text"] {
	border:0;
	padding:0;
	margin:0;
	color:#666;
	width:85%;
	line-height: normal;
}
#searchicon .maximenuck_mod input[type="text"]:focus {
	box-shadow: none;
	border:0;
	outline:0;
}
#searchicon .maximenuck_mod button {
	background: none;
	border:0;
	color:#6B0400;
	padding:0;
}
/*
.navbar .nav li:last-child {
	float:right;
	padding:0 12px;
	margin-right:-15px;
}
*/
.navbar .nav li.active {
	background: url(../images/nav_active_bg.png) 50% 0 no-repeat;
}
.navbar .nav li a {
	padding:0;
	color: #FFF;
}
.navbar .nav li.active a {
	box-shadow: none;
	color:#FFF;
}
.navbar .nav li.active a:hover,
.navbar .nav li a:hover {
	color: #CCC;
}
.navbar .nav li a:hover {
	background: none;
}
.navbar .nav-child {
	position: absolute;
	z-index: 1000;
	opacity:0;
	height: 0;
	min-width: 250px;
	overflow:hidden;
	border:0px;
	box-shadow: 3px 3px 3px #333;
	background-color:rgba(51,51,51,0.95);
	padding:0;
	margin:0 0 0 -13px;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.navbar .nav-child:hover {
	max-height: 999px;
}
.navbar .nav-child li {
	display: block;
	padding:5px 30px;
	font-size: 117%;
	line-height: 150%;
	margin:0;
	border:0;
	list-style: none;
	text-transform: none;
}
.navbar .nav-child li:first-child {
	margin-top:25px;
}
.navbar .nav-child li:last-child {
	float:none;
	margin:0;
	margin-bottom:25px;
	padding:5px 30px;
}
.navbar .nav-child li a {
	display: block;
	color: #FFF;
	white-space: nowrap;
}
.navbar .nav > li:hover > .nav-child,
.navbar .nav > li > a:focus + .nav-child {
	opacity:1;
	height:auto;
}
.navbar .nav-child li:hover {
	background: none;
}
.navbar .nav > li.active li a {
	color:#FFF;
}
.navbar .nav > li.active li {
	background: none;
}

/* Breadcrumb */
ul.breadcrumb {
	font-family: 'Open Sans', sans-serif;
	background: none;
	font-size: 63.16%;
	padding:0;
	margin:0;	
}
ul.breadcrumb>li+li:before {
	content:"";
	padding:0;
}
ul.breadcrumb li span.divider {
	margin:0 5px;
	color:#6B0400;
}

/* Content */
.mainbody {
	margin-top:2px;
	border-top:1px solid #2C2C2C;
	border-bottom:1px solid #CCC;
}
.mainbody .container {
}
.mainbody .container .row {
	position: relative;
	min-height: 800px;
}
#content {
	padding-right:0;
}
#content .padding {
	margin:20px 0 40px;
	padding:0;
}
#content .blog,
#content .item-page {
	margin-top:30px;
}
#content .page-header {
	padding:0;
	margin: 0;
	border:0;
}
#content ul li {
	margin-bottom:5px;
}
#content img {
	border:1px solid #CCC;
	padding:1px;
}
#content .item-image {
	width:98%;
	float:none !important;
	margin-bottom: 10px;
}
#content .item-image img {
	outline:1px solid #FFF;
	border-bottom:6px solid #08C1F0;
	width: 100%;
}
.blog .category-desc {
	border-bottom:3px double #CCC;
	padding-bottom:30px;
	margin-top:10px;
}
#content .category-desc img {
	width:100%;
	margin:0px;
}
.itemid-687 #content .category-desc {
	margin-top:20px;
}
.itemid-687 #content .category-desc img {
	width: 33%;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
.itemid-687 #content .category-desc div.moduletable {
	clear:both;
}
.itemid-687 #content .category-desc div.moduletable h3 {
	color:#000;
}
.itemid-687 #content .category-desc div.moduletable ul {
	-webkit-columns:3;
	-moz-columns:3;
	columns:3;
	padding:0;
	margin:0;
    -webkit-column-rule: 1px outset #CCC; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #CCC; /* Firefox */
    column-rule: 1px outset #CCC;
}
.itemid-687 #content .category-desc div.moduletable ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	line-height: 120%;
	margin-bottom:10px;	
}
#content .category-desc.categories {
	margin-top:20px;
	margin-bottom:0px;
}
#content .cat-children h2 {
	margin-top:30px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:3px double #CCC;
}
#content .cat-children ul {
	padding:0 0 0 20px;
}
#content .cat-children ul li {
	padding:0;
}
#content .blog .item-image {
	width:200px;
	float:left !important;
	margin:5px 10px 10px 0;
}
#content .blog .item-image img {
}
#content .item-page .create,
#content .blog .create {
	font-size: 93%;
	margin:10px 0;
}
div[class*="leading-"] {
	border-bottom:3px double #CCC;
	padding-bottom:30px;
	margin-bottom:30px;	
}
div[class*="leading-"]:last-child {
	border:0;
	margin-bottom:0;
}
div[class*="leading-"] h2 {
	font-size: 160%;
	font-weight: normal;
}
div[class*="leading-"] h2 a {
	color:#2C2C2C;
}
div[class*="leading-"] h2 a:hover {
	color: #6B0400;
}
div.tags {
	margin-top:15px;
	font-family:'Open Sans', sans-serif;
	font-size: 73.68%;
	font-weight: bold;
}
div.tags span {
	border-left:1px solid #000;
	padding-left:8px;
	margin-left:5px;
}
div.tags span.tag-list0 {
	border:0;
}
div.categories-list {
	clear:both;
}
div.catitem {
	width:30%;
	margin-right:15px;
	text-align: center;
	display: inline-block;
	margin-bottom:20px;
}
div.catitem img {
	width: 100%;
}
ul.tag-list {
	list-style: none;
	padding:0;
	margin:0;
}
ul.tag-list li {
	border-bottom: 2px solid #CCC;
	padding-bottom:0px;
	margin-top:20px;
}

/* Join */
#content div.moduletable.join {
	margin-top:20px;
	padding:20px 0;
	border-top:1px solid #BBB;
	font-size: 68.42%;
	color:#444;
	background: url(../images/module_join_bg.png) 0 24px no-repeat;
}
#content div.moduletable.join .custom {
	margin-left:77px;
	border-left:1px solid #444;
	padding-left:20px;
}
#content div.moduletable.join a {
	color:#6B0400;
	font-size: 123%;
}
#content div.moduletable.join a.facebook,
#content div.moduletable.join a.twitter,
#content div.moduletable.join a.archive {
	font-size: 84.6%;
	text-transform: uppercase;
}
#content div.moduletable.join a.twitter {
	margin-left:30px;
	padding-left:15px;
	background: url(../images/icon_twitter_sm.png) 0 4px no-repeat;
}
#content div.moduletable.join a.facebook {
	margin-left:30px;
	padding-left:13px;
	background: url(../images/icon_facebook_sm.png) 0 2px no-repeat;
}
#content div.moduletable.join a:hover {
	color:#444;
}
#content div.moduletable.join hr {
	border-top:1px dotted #CCC;
}
#content div.moduletable.ca-search-bot form {
	width: 100%;
}

/* left Column */
#left {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:1px;
	height:100%;
	position: absolute;
	top:0;
	bottom:0;
	width:30.57%;
	margin-right:25px;
}
#left .padding {
	background: #E8E8E4;
	height: 100%;
}
#left div.moduletable {
	margin-bottom:20px;
	color:#333;
	font-size: 63.16%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
#left div.moduletable h3 {
	font-size: 100%;
	color:#878787;
	padding:0;
	font-weight: normal;
	margin:0;
	padding:65px 16px 82px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#left div.moduletable ul {
	list-style: none;
	padding:0;
	border-top:1px solid #FFF;
}
#left div.moduletable ul li {
	font-weight: bold;
	border-bottom:1px solid #FFF;
	padding:12px 16px;
	text-transform: uppercase;
	line-height: 120%;
}
#left div.moduletable ul li a {
	color:#6B0400;
	padding:0;
}
#left div.moduletable ul li a:hover {
	color:#FFF;
	background: none;
}
#left div.moduletable ul li.active {
	background: #FFF;
}
#left div.moduletable ul li.active a:hover {
	color:#000;
}
#left div.moduletable ul ul {
	border:0;
	margin-top:5px;
}
#left div.moduletable ul ul li {
	font-size: 120%;
	font-weight: normal;
	padding:6px 0px;
	border-bottom:1px solid #E8E8E4;
	text-transform: none;
}
#left div.moduletable ul ul li a {
	color:#545454;
}
#left div.moduletable ul ul li a:hover {
	color:#000;
}
#left div.moduletable ul ul li.active a {
	color:#000;
	font-weight: bold;
}
#left div.moduletable ul ul ul {
	border:0;
	margin:5px 0 0 10px;
}
#left div.moduletable ul ul ul li {
	border:0;
}
#left div.moduletable ul ul ul li a {
	font-weight: normal !important;
	color:#6B0400 !important;
}
#left div.moduletable ul ul ul li a:hover {
	color:#000 !important;
}
#left div.moduletable ul ul ul li.active a {
	font-weight: bold !important;
	color:#6B0400 !important;
}
#left div.moduletable.ca-search form {
	width: 283px;
	height: 236px;
	background-size: contain;
}
#left div.moduletable.ca-search form fieldset {
	margin:0 20px;
	top:70%;
}
/* Search */
#finder-search,
#searchForm {
	width: 100%;
	margin-bottom:30px;
	border-bottom:2px solid #CCC;
}

#finder-search .form-control,
#searchForm .form-control {
	height:28px;
}
#finder-search .inputbox,
#searchForm .inputbox {
	width:50%;
}
#finder-search button,
#searchForm button {
	margin-top:-4px;
}
#finder-search button:hover,
#searchForm button:hover {
}
#finder-search .controls,
#searchForm .controls {
	margin-left:20px;
}
#finder-search .controls label,
#searchForm .controls label {
	display: inline-block;
	margin-right:30px;
	font-weight: normal;
}
#finder-search input[type="radio"],
#searchForm input[type="radio"] {
	margin-top:2px;
}
.search-results {
	margin-right:13px;
}
.search-results .highlight {
	/*background: yellow;*/
	background: none;
	font-weight: inherit;
	padding:0;
}
.search-results h2 {
	font-size: 160%;
	font-weight: normal;
}
.search-results h2 a {
	color:#2C2C2C;
}
.search-results h2 a:hover {
	color: #6B0400;
}
.search-results h3 {
	margin-bottom:0;
}
.search-results .result-text {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #CCC;
}
.search-pages-counter {
	font-size: 79% !important;
	margin-top: 15px !important;
}

/* Slideshow */

.slideshow {
	padding-bottom:3px;
	background:url(../images/slideshow_bg.gif) 0 0 repeat-x;
	height:476px;
}
.slideshow .container {
	width:1138px;
	padding:0;
}

/* Membership Options */
.membership {
	outline:1px solid #CCC;
	border:1px solid #FFF;
	width:33%;
	font-family: 'Open Sans', sans-serif;
	font-size: 73.68%;
	font-weight: bold;
	display: table-cell;
}
.membership .membership-padding {
	padding:20px;
}
.membership h2 {
	font-size: 135.71%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #777;
}
.membership.premium {
	background: #6C0200;
	color:#FFF;
}
.membership.premium h2 {
	color:#FFF;
	border-color:#FFF;
}
.membership.digital {
	background: #E8E8E4;
	color:#6C0200;
}
.membership.digital h2 {
	color:#777;
}
.membership.free {
	background: #FFF;
	color:#6C0200;
}
.membership.free h2 {
	color:#777;
}
.membership ul {
	list-style: none;
	padding:0;
}
.membership ul li {
	line-height: 130%;
	padding-bottom:10px;
}
.membership ul li.strike {
	color:#777;
	text-decoration: line-through;
}
.membership form {
	margin:20px 0;
}
.membership .btn {
	background:#FFF;
	color:#6B0400;
	font-size: 107.14%;
	font-weight: bold;
	border:3px solid #E8E8E4;
	outline:none;
	box-shadow:2px 2px 3px 1px #ccc;
	width: 100%;
	text-align: center;
}
.membership .btn:hover {
	color:#777;
}
/* Row 1 */
.row1 {
	margin-top:2px;
	border-top:1px solid #CCC;
	padding:28px 0;
}
.row1 .row1-content {
	padding:0;
}
.row1 div.moduletable {
	background: #262626;
	border:6px solid #FFF;
	-moz-box-shadow:2px 2px 3px 1px #ccc;
	-webkit-box-shadow:2px 2px 3px 1px #ccc;
	box-shadow:2px 2px 3px 1px #ccc;
	padding:0 0 10px 20px;
	margin:0 15px;
	width:30.8%;
	position: relative;
	z-index:100;
	font-family: 'Open Sans', sans-serif;
	font-size: 63%;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 120%;
}
.row1 div.moduletable:first-child {
	margin-left:0;
}
.row1 div.moduletable:last-child {
	margin-right:0;
}
.row1 div.moduletable .custom.col-sm-4 {
	width: 100%;
	padding:0;
}
.row1 div.moduletable img.ribbon {
	position: relative;
	z-index: 200;
	top:-10px;
	left:-10px;
}
.row1 div.moduletable img.main {
	margin-top:-61px;
	margin-left:-20px;
	width:278px;
}
.row1 div.moduletable a {
	color:#DFDFD0;
}
.row1 div.moduletable a:hover {
	color:#FFF;
}
.row1 div.moduletable h3 {
	padding:0;
	margin:5px 0 0 0;
	font-size: 150%;
	color:#FFF;
}

/* Row 2 */
.row2 {
	border-top:1px solid #CCC;
	border-bottom:1px solid #666;
}
.row2 .container {
}
.row2 .container .moduletable {
	padding:25px 0;
}

a.timelinelink,
.row2 div.moduletable {
	font-family:'Open Sans', sans-serif;
	font-size:73.68%;
	text-align: center;
}
.row2 div.moduletable img {
	margin-bottom:10px;
}
a.timelinelink,
.row2 div.moduletable a {
	color:#999;
	text-transform: uppercase;
}
a.timelinelink:hover,
.row2 div.moduletable a:hover {
	color:#222;
}
.row2 div.moduletable h3 {
	font-family: 'PT Serif', serif;
	font-size: 171.42%;
	letter-spacing: 1px;
	margin:0;
	font-weight: 500;
}
.row2 div.moduletable h3 span {
	color:#444;
}

/* Row 3 */
.row3 {
	background:#E8E8E4;
	margin-top:2px;
	margin-bottom:-2px;
	border-top:1px solid #CCC;
}
.row3-content {
	padding:25px 0;
}
.row3 div.moduletable {
	font-size:84.21%;
	color:#333;
	padding:0;
	padding-right:10px;
}
.row3 div.moduletable .col-md-6 {
	width:100%;
}
.row3 div.moduletable h3 {
	font-size:100%;
	color:#989898;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.row3 div.moduletable h3 span {
	font-family: 'PT Serif', serif;
	font-size:171.42%;
	color:#6B0400;
}
.row3 div.moduletable a {
	font-size:92.86%;
	text-transform: uppercase;
}
.row3 div.moduletable form {
	border:1px solid #BBB;
	display: inline-block;
	width:80%;
	background: #FFF;
	font-size: 75%;
	font-family: 'Open Sans', sans-serif;
	padding:4px 8px;
	position: relative;
	margin-top:5px;
}
.row3 div.moduletable input.inputbox {
	background:none;
	border:0;
	box-shadow: none;
	color:#999;
	width:83%;
	outline:none;
	padding:1px;
	margin:0;
}
.row3 div.moduletable input.button {
	background:none;
	border:0;
	color:#6B0400;
	position: absolute;
	right:5px;
}

/* Row 4 */
.row4 {
	background: #401000;
	background: -moz-radial-gradient(50%, circle farthest-side, #680000 0%, #680000 76%, #401000 100%);
	background: -webkit-radial-gradient(50%, circle farthest-side, #680000 0%, #680000 76%, #401000 100%);
	background: radial-gradient(50%, #680000 0%, #680000 76%, #401000 100%);
	padding:30px;
	margin-top:3px;
}
.moescroll_intro {
	text-align: center;
	color:#FFF;
	font-size: 152.63%;
	font-weight: 300;
	font-style: italic;
	line-height: 120%;
}
.moescroll_ml_navigationdiv {
	position: absolute;
	bottom:0;
	font-size: 63.16%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color:#B8B8B8;
	text-transform: uppercase;
	letter-spacing: 2px;
	width:100%;
}
.moescroll_ml_navigationdiv div {
	display: inline;
}
.moescroll_ml_navigationdiv span {
	margin:0 5px;
}
.moescroll_ml_navigationdiv a {
	color:#FFF;
}
.moescroll_ml_navigationdiv a:hover {
	color:#B8B8B8;
}
.moescroll_ml_navigationdiv a.moescroll_link {
	color:#B8B8B8;
}
.moescroll_ml_navigationdiv a.moescroll_link:hover {
	color:#FFF;
}
.moescroll_ml_navigationdiv a.moescroll_btnprev,
.moescroll_ml_navigationdiv a.moescroll_btnnext {
	cursor: pointer;
}

/* Row 5 */
.row5 {
	background: #444 url(../images/row5_bg.jpg) 0 5px repeat-x;
	margin-top:1px;
}
.row5 .container {
	padding:44px 0;
}
.row5 div.moduletable {
	font-size: 68.42%;
	font-family: 'Open Sans', sans-serif;
	width: 42.9%;
	margin-right:50px;
	color:#FFF;
}
.row5 div.moduletable .custom {
	width: 100%;
	padding:0;
}
.row5 div.moduletable h3 {
	font-family: 'PT Serif', serif;
	font-size: 161.54%;
	color:#FFF;
	text-transform: uppercase;
	border-bottom:1px solid #525252;
	padding-bottom:15px;
	margin-bottom:10px;
	position: relative;
}
.row5 div.moduletable.watch h3 {
	border:0;
	margin-bottom:0;
}
.row5 div.moduletable h4 {
	font-size: 100%;
	text-transform: uppercase;
	position: absolute;
	top:-50px;
	right:0;
	font-style: normal;
}
.row5 div.moduletable.watch h4 {
	top:-40px;
}
.row5 div.moduletable a {
	color:#E0DECF;
}
.row5 div.moduletable a:hover {
	color:#FFF;
}
.row5 div.moduletable li {
	list-style: none;
	padding:0;
	margin:0;
	text-transform: uppercase;
}
.row5 div.moduletable span.vb_video_title {
	text-align: left;
	font-family: 'PT Serif', serif;
	font-size: 123.07%;
	color:#FFF;
	font-weight: 300;
	font-style: italic;
}
.row5 div.moduletable ul {
	margin:0;
	padding:0 0 0 18px;
}
.row5 div.moduletable ul.listen {
	background: url(../images/icon_listen.png) 0 0 no-repeat;
}
.row5 div.moduletable ul.read {
	background: url(../images/icon_read.png) 0 0 no-repeat;
}
.row5 div.moduletable ul li {
	line-height: 140%;
}
.row5 div.moduletable a.more {
	color:#FFF;
	text-transform: uppercase;
	margin-left:18px;
}
.row5 div.moduletable a.more:hover {
	color:#E0DECF;
}

/* Row 6 */
.row6 {
	margin-top:3px;
	border-top:1px solid #CCC;
}
.row6 .container {
	padding:25px 0;
}
.row6 div.moduletable {
	font-size: 68.42%;
	font-family: 'Open Sans', sans-serif;
	width:30.8%;
	margin-right:30px;
	color:#999;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: bold;
}
.row6 div.moduletable:last-child {
	margin-right:0;
}
.row6 div.moduletable .custom {
	width: 100%;
	padding:0;
}
.row6 div.moduletable h3 {
	font-family: 'PT Serif', serif;
	font-size: 161.54%;
	color:#6B0400;
	text-transform: uppercase;
	border-bottom:1px solid #999;
	padding-bottom:15px;
	margin-bottom:10px;
	position: relative;
}
.row6 div.moduletable h4 {
	font-size: 100%;
	text-transform: uppercase;
	position: absolute;
	top:-50px;
	right:0;
	font-style: normal;
	color:#999;
}
.row6 div.moduletable h4 a {
	color:#999;
}
.row6 div.moduletable h4 a:hover {
	color:#6B0400;
}
.row6 div.moduletable.twtr {
	font-family: 'PT Serif', serif;
	color:#333;
	text-transform: none;
	font-weight: normal;
}
.row6 div.moduletable.twtr h4 {
	top:4px;
	right:15px;
	font-family: 'Open Sans', sans-serif;
}
.row6 div.moduletable.twtr h5 {
	font-size: 92.3%;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color:#999;
	font-weight: bold;
	background:url(../images/icon_twitter_red.png) 0 0 no-repeat;
	padding-left:27px;	
	line-height: 16px;
}
.row6 div.moduletable.twtr .col-md-4 {
	width:100%;
	padding:0;
}
.row6 div.moduletable.twtr .tweet {
	margin-bottom:20px;
	font-size: 115.38%;
	line-height:130%;
}
.row6 div.moduletable.twtr .tweet a {
	font-weight: bold;
}
.row6 div.moduletable.twtr .tweetby {
	display: none;
}
.row6 div.moduletable.twtr .tweetat {
	color:#6B0400;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 85%;	
}
.row6 div.moduletable.twtr .tweetfooter {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/* Finest Hour */
.finest-hour {
	background: url(../images/finest_hour_bg.jpg) 0 0 repeat-x;
	height:171px;
}
.finest-hour div.moduletable.text-content {
	padding:58px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 110.5%;
	color:#FFF;
	height:171px;
}
.finest-hour div.moduletable.text-content .custom {
	width:100%;
	padding:0;
}
.finest-hour div.moduletable.text-content span,
.finest-hour div.moduletable.text-content a {
	color:rgb(223,223,208);
	font-size: 66.67%;
	text-transform: uppercase;
}
.finest-hour div.moduletable.text-content a:hover {
	color:#FFF;
}
.finest-hour div.moduletable.text-content span {
	margin:0 10px;
}
.finest-hour div.moduletable.cover {
	padding:0;
	position: relative;
	left:5px;
}
.finest-hour div.moduletable.cover .custom {
	width:100%;
	padding:0;
}
.finest-hour div.moduletable.cover img {
	width:128px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	backface-visibility: hidden;
	-ms-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-moz-box-shadow:2px 2px 3px 1px #333;
	-webkit-box-shadow:2px 2px 3px 1px #333;
	box-shadow:1px 1px 1px 1px #333;
}

/* Social */
.social {
	background:url(../images/social_bg.jpg) 0 0 repeat-x;
	height:134px;
}
.social div.moduletable {
	padding:48px 0 0;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	height:134px;
}
.social div.moduletable img {
	margin:0 10px;
}
.social div.moduletable img:hover {
	opacity: .8;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.social div.moduletable a {
	color:#FFF;
}
.social div.moduletable a:hover {
	color:rgb(223,223,208);
}
.social .subscribe {
	margin:0 0 0 50px;
}
.social .contact {
	float:right;
}

/* Footer */
.footer {
	background: #555 url(../images/footer_bg.jpg) 0 100% repeat-x;
}
.footer .container {
	padding:40px 15px;
}
.footer div.moduletable {
	font-family: 'Open Sans', sans-serif;
	font-size: 73.7%;
	color:#FFF;
	padding:0 30px 0 0;
	font-weight: 300;
}
.footer div.moduletable .custom.col-sm-6,
.footer div.moduletable .custom.col-sm-3 {
	width: 100%;
	padding:0;
}
.footer div.moduletable h3 {
	font-family: 'PT Serif', serif;
	font-size: 164.28%;
	font-weight: 300;
	color:#FFF;
	padding:0;
	margin:0px 0px 20px 0px;
}
.footer div.moduletable.menu {
	margin-top:50px;
}
.footer div.moduletable.menu a {
	color:#FFF;
}
.footer div.moduletable.menu a:hover {
	color:rgb(223,223,208);
}

/* Copyright */
.copyright {
	background: #555;
}
.copyright .container {
	padding:40px 15px;
}
.copyright div.moduletable {
	font-family: 'Open Sans', sans-serif;
	font-size: 73.7%;
	color:#FFF;
	padding:0 30px 0 0;
	font-weight: 300;
}
.copyright div.moduletable span {
	margin:0 10px;
}
.copyright div.moduletable span.hd-date {
	margin:0;
}
.copyright div.moduletable a {
	color:#FFF;
}
.copyright div.moduletable a:hover {
	color:rgb(223,223,208);
}

/* start Collapsed Navigation styles */
@media (max-width: 941px) {
.navbar-collapse {
	width: 100%;
	margin:0 !important;
	padding:0 !important;
}
.navbar-toggle {
	border:0;
	border-radius: 0;
	margin:0;
	background: transparent !important;
	color:#FFF;
	position: relative;
	top:-37px;
	left:-140px;
	padding:0;
	height:14px;
	line-height: 12px;
	z-index: 9000;
}
.navbar-toggle:hover {
}
.navbar-toggle .icon-bars {
	float:left;
	margin-right:8px;
}
.navbar-toggle .icon-bar {
	background: #FFF !important;
	height: 3px;
	width: 15px;
	margin:1px 0;
	border-radius: 0px;
	border:0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 2px;	
}
.navbar-toggle .lbl {
	display:inline;
	font-family: Verdana, sans-serif;
	font-size: 68.42%;
	color:#FFF;
	text-transform: uppercase;
	position: relative;
}
.navbar-collapse {
	border:0;
	box-shadow: 3px 3px 3px #333;
	background-color:rgba(17,17,17,0.95);
	position: absolute;
	right:0px;
	z-index: 9000;
}
.navbar-collapse .navbar {
	margin-bottom:0;
}
.navbar .nav {
	padding:25px 130px 40px;
}
.navbar .nav li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	border:0 !important;
	padding:0px 15px !important;
	width: 100%;
	text-transform: none;
	font-size: 100%;
	line-height: 200%;
}
.navbar .nav li a,
.navbar .nav li.active a,
.navbar .nav li a:hover,
.navbar .nav li.active a:hover {
	color:#FFF;
	padding:0 10px;
}
.navbar .nav li.active {
	background: none;
}
.navbar .nav-child {
	display: none;
}
/* end Collapsible Navigation styles */
}

/* start intermediate desktop styles */
@media (max-width: 1138px) {
.slideshow {
	height:415px;
	background:url(../images/slideshow_bg.gif) 0 -58px repeat-x;
}
.slideshow .container {
	width:942px;
	padding:0;
}
}
/* end intermediate desktop styles */

/* start tablet width styles */
@media (max-width: 941px) {
.row {
	margin-left:0;
	margin-right:0;
}
.logo {
	top:-69px;
}
.logo .container {
	padding:0;
}
.logo.affix {
	position: relative;
	top:0;
}
.header-nav-wrapper {
	min-height: 70px;
}
.header {
	height: 80px;
	background: url(../images/header_bg_sm.gif) 0 0 repeat-x;
}
.header .container {
	padding:0;
}
div.moduletable.title {
	margin-top:40px;
	width:60%;
}
.header div.moduletable.pull-right {
	border-left:1px solid #FFF;
	width:40px;
	height:26px;
	margin-left:20px;
	margin-top:38px;
}
.header div.addthis_custom_sharing {
	margin-top:-2px;
}
div.navigation {
	height:15px;
}
.navigation .container {
	padding:0;
	width:100%;
}
.navigation-content.col-sm-12 {
	padding:0;
}
.navigation.affix {
	position: relative;
	top:auto;
}
#searchicon {
	line-height: inherit;
}
#searchicon:hover {
	background:none;
}
#searchicon .maximenuck2 {
	top:9px;
}
.slideshow {
	height:415px;
	margin-top:-15px;
}
.slideshow .container {
	width:inherit;
	padding:0;
	overflow-x: hidden;
}
.slideshow-content.col-sm-12 {
	padding:0;
}
.subnav {
	margin-top:2px;
	background: #E8E8E4;
}
.subnav .container {
	padding:0;
	width:100%;
}
.subnav .subnav-content.col-sm-12 {
	padding:0;
}
.subnav div.moduletable.submenu {
	font-family: 'Open Sans', sans-serif;
	
}
.subnav div.moduletable.submenu ul {
	list-style: none;
	padding:0;
	margin:0;
}
.subnav div.moduletable.submenu ul li {
	font-size: 84.21%;
	text-transform: uppercase;
	text-align: center;
	padding:0;
	margin:0;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom:1px solid #DDD;
}
.row3 div.moduletable .col-md-6 {
	padding:0;
}
.subnav div.moduletable.submenu ul ul {
	border-top:1px solid #DDD;
	margin:0;
	padding:5px 0;
	background: #FFF;
}
.subnav div.moduletable.submenu ul ul li {
	border-bottom:0;
	font-size: 93.75%;
	padding:5px 0;
}
.row3 div.moduletable:first-child {
	margin-bottom:35px;
}
.row3 div.moduletable {
	text-align: center;
}
.row3 div.moduletable form {
	width:55%;
	display: inline-block;
	margin-left:15px;
}
.row3 div.moduletable input.inputbox {
	position: relative;
	left:-25px;
}
.row1 div.moduletable {
	margin:0 10px;
	padding:0 0 10px 10px;
	font-size: 57.89%;
}
.row1 div.moduletable img.ribbon {
	left:0; 
}
.row1 div.moduletable img.main {
	margin-left:-10px;
	width:210px;
}
.row1 div.moduletable:last-child img.main {
	width:209px;
}
.row4 {
	padding:30px 15px;
}
.row4 .container {
	padding:0;
	width: 100%;
}
.moescroll_intro {
	font-size: 142.10%;
}
.row5 .container {
	width: 100%;
	display: table;
}
.row5-content {
	padding:0;
	width: 100%;
	display: table-row;
}
.row5 div.moduletable {
	margin-right:0;
	width: 48% !important;
	margin:0px !important;
	display: table-cell;
}
.row5 div.moduletable h3 {
	font-size: 141.54%;
}
.row6 .container {
	width: 100%;
	display: table;
}
.row6-content {
	padding:0;
	width: 100%;
	display: table-row;
}
.row6 div.moduletable {
	margin-right:0;
	width: 48% !important;
	margin:0px !important;
	display: table-cell !important;
}
.row6 div.moduletable.first {
	display:none !important;
}
.row6 div.moduletable.twtr {
	width:100% !important;
	display:block !important;
	margin-bottom:30px !important;
}
.row6 div.moduletable.twtr .abivia-multi-twitter {
	display: table-row;
}
.row6 div.moduletable.twtr .tweet {
	width:50%;
	display: table-cell;
}
.row6 div.moduletable.twtr .tweet:nth-child(2) {
	padding-left:15px;
}
.row6 div.moduletable.twtr .tweetfooter.col-md-4.twtr {
	display:none;
}
.finest-hour .container {
	width: 100%;
	display: table;
}
.finest-hour-content {
	padding:0;
	width: 100%;
	display: table-row;
}
.finest-hour div.moduletable {
	margin:0px !important;
	display: table-cell !important;
	vertical-align: top;
}
.finest-hour div.moduletable.text-content {
	padding:35px 0 0 30px;
}
.finest-hour div.moduletable.text-content span {
	display: none;
}
.finest-hour div.moduletable.text-content a {
	display: block;
	margin-top:5px;
}
.social {
	background:url(../images/social_bg.jpg) 0 100% repeat-x;
	height:114px;
}
.social .container {
	width: 100%;
	display: table;
}
.social-content {
	padding:0;
	width: 100%;
}
.social div.moduletable {
	padding:38px 0 0;
	font-size: 79%
}
.social div.moduletable img {
	margin:0 5px;
}
.social .subscribe {
	margin:0 0 0 45px;
}
.social .contact {
	margin-right:15px;
}
#content.col-sm-8 {
	width: 100%;
	left:0;
}
.copyright .container {
	padding:20px 15px;
}
/* end tablet width styles */
}


/* start smartphone width styles */
@media (max-width: 749px) {
.row {
	margin:0;
}
textarea, input[type="password"], input[type="text"] {
	width: 100%;
	border:1px solid #CCC;
}
.header-nav-wrapper {
	min-height: 81px;
}
.logo {
	top:-20px;
}
.logo-content {
	padding:0;
}
.logo.affix {
	position: relative;
	top:0;
}
.navbar-brand {
	width: 49px;
	position: absolute;
}
.header-nav-wrapper {
	min-height:0px;
}
.header {
	height: 81px;
	background: url(../images/header_bg_xs.gif) 0 0 repeat-x;
 	z-index: 9000 !important;
 	position: relative;
}
.header .container {
	padding:0;
}
.header div.moduletable.pull-right {
	height:22px;
	margin-left:20px;
	margin-top:42px;
}
.header div.moduletable.pull-right:nth-child(2) {
	margin-right:30px;
}
#searchicon {
	position: relative;
	top:-2px;
}
div.moduletable.title {
	font-size:89.47%;
	margin-top:8px;
	width:100%;
	padding-left:55px;
	padding-right:0;
	white-space: nowrap
}
div.moduletable.title .custom {
	padding:0;
}
div.navigation {
 	height:69px;
 	background:transparent;
 	border-bottom: 0;
 }
.navigation.affix {
	position: relative;
	top:auto;
}
.navbar-toggle {
	top:-27px;
	left:-165px;
}
.navbar .nav {
	padding:25px 0 40px;
}
.navbar-collapse {
	top:0px;
}
#searchicon .maximenuck2 {
	top:4px;
	right:-17px;
	width:320px;
	box-shadow:none;
	z-index: 9500 !important;
}
#searchicon .maximenuck_mod input[type="text"] {
	width:80%;
}
.slideshow {
	height:188px;
	background: #2C2C2C;
	margin-top:-69px;
}
.membership {
	width: 100%;
	display: block;
}
div.catitem {
	width:45%;
	margin-right:5px;
}
.row3 div.moduletable h3 {
	font-size:68.42%
}
.row3 div.moduletable h3 span {
	font-size: 200%;
}
.row3 div.moduletable form {
	width:100%;
	margin:0;
}
.row1 div.moduletable {
	width:100%;
	margin:0 0 20px 0;
}
.row1 div.moduletable:last-child {
	margin-bottom:0;
}
.row1 div.moduletable img.main {
	width:100% !important;
}
.row4 {
	padding:20px 0px;
}
.moescroll_containerdiv, .moescroll_wrapperdiv {
	height:200px !important;
}
.moescroll_intro {
	font-size: 121.05%;
	font-weight: 300;
}
.moescroll_ml_navigationdiv a.moescroll_btnprev,
.moescroll_ml_navigationdiv a.moescroll_btnnext {
	display: none;
}
.moescroll_ml_navigationdiv {
	text-align: center;
}
.moescroll_ml_navigationdiv span {
	display: none;
}
.moescroll_ml_navigationdiv a.moescroll_link {
	display: block;
}
.row5 .container {
	display: block;
}
.row5-content {
	display: block;
}
.row5 div.moduletable {
	display: block;
	width:100% !important;
}
.row5 div.moduletable.watch {
	border-bottom:1px solid #525252;
	padding-bottom:20px;
}
.row5 div.moduletable.speeches {
	padding-top:20px;
}
.row5 div.moduletable h3 {
	padding:0;
	margin-bottom:5px;
	border:0;
}
.row5 div.moduletable h4 {
	position: inherit;
	top:0 !important;
	padding-bottom:10px;
}
.row6 .container {
	display: block;
}
.row6-content {
	display: block;
}
.row6 div.moduletable {
	width: 100% !important;
	display: block !important;
	border-top:3px double #CCC;
	margin-top:20px !important;
	padding-top:20px;
}
.row6 div.moduletable.twtr {
	margin-top:0 !important;
	padding-top: 0;
	border:0;
}
.row6 div.moduletable.twtr .abivia-multi-twitter {
	display: block;
}
.row6 div.moduletable.twtr .tweet {
	width:100%;
	display: block;
	padding-left:0 !important;
}
.finest-hour {
	background: url(../images/finest_hour_bg_xs.jpg) 0 0 repeat-x;
	height:221px;
}
.finest-hour .container {
	padding:25px 0;
}
.finest-hour div.moduletable.cover img {
	width:71px;
}
.finest-hour div.moduletable.text-content {
	padding:0px 0 0 30px;
	font-size: 100%;
	height:auto;
	font-weight: 300;
}
.finest-hour div.moduletable.text-content a {
	line-height: 120%;
	margin-top:10px;
}
.social-content {
	text-align: center;
	padding-top:10px;
}
.social div.moduletable {
	padding:0;
	font-size: 75%;
}
.social .subscribe {
	margin-left:0;
	margin-top:5px;
	display: block;
}
.social .contact {
	float:none;
	margin:0;
	margin-top:5px;
	display: block;
}
.footer-content {
	padding:0;
}
.footer div.moduletable {
	padding:0;
}
.footer div.moduletable.menu {
	margin-top:0;
}
.footer div.moduletable.menu:nth-child(2) {
	margin-top:30px;
}
.copyright .container {
	padding:40px 0px;
}
.copyright div.moduletable {
	font-size: 64%;
}
#content div.moduletable.join {
	background: none;
}
#content div.moduletable.join .custom {
	margin-left:0px;
	padding-left:0px;
	border:0;
}
#content div.moduletable.join a.facebook,
#content div.moduletable.join a.twitter,
#content div.moduletable.join a.archive {
	display: block;
	margin-left:0;
}
/* end smartphone width styles */
}



















