@charset "utf-8";
/* CSS Document */

/*--------------------------SOLODEV RESET STYLES---------------------------*/
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}
a, p, span {
  line-height: 130%;
}
img {
  border: none;
}

a { color: #3366CC; }
a:hover { color: #C0392B; }

/*--------------------------SOLODEV RESET STYLES---------------------------*/

html {
  background: #CCC;
}
body {
  background: #FFF;
  /*background:url('../img/light-grunge-bg.jpg');*/
}

p { color: #000; }


h1 {
  font-family: 'Tahoma', sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

h4 {
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 10px 0px;
  margin-bottom: 3px;
}

.margin-5 { margin: 5px; }
.margin-10 { margin: 10px; }
.margin-15 { margin: 15px; }
.margin-20 { margin: 20px; }
.margin-25 { margin: 25px; }
.margin-30 { margin: 30px; }
.margin-t30 { margin-top: 30px; }
.padding-t5 { padding-top: 5px; }
.padding-t10 { padding-top: 10px; }
.padding-t15 { padding-top: 15px; }
.padding-t20 { padding-top: 20px; }
.padding-t25 { padding-top: 25px; }
.padding-t30 { padding-top: 30px; }
.padding-b5 { padding-bottom: 5px; }
.padding-b10 { padding-bottom: 10px; }
.padding-b15 { padding-bottom: 15px; }
.padding-b20 { padding-bottom: 20px; }
.padding-b25 { padding-bottom: 25px; }
.padding-b30 { padding-bottom: 30px; }
.padding-r5 { padding-right: 5px; }
.padding-r10 { padding-right: 10px; }
.padding-r15 { padding-right: 15px; }
.padding-r20 { padding-right: 20px; }
.padding-r25 { padding-right: 25px; }
.padding-r30 { padding-right: 30px; }
.padding-l5 { padding-left: 5px; }
.padding-l10 { padding-left: 10px; }
.padding-l15 { padding-left: 15px; }
.padding-l20 { padding-left: 20px; }
.padding-l25 { padding-left: 25px; }
.padding-l30 { padding-left: 30px; }

.float-left { float:left; }
.float-right { float: right; }
.main-wrapper {
  /*background-color: #fff;*/
}
/*--------------------------HEADER STYLES---------------------------*/

.noResultText { color: #FFF; }

.header-container {
  height: 106px;
  max-width: 960px;
  width: 100%;
}

.iright {
  float: right;
  padding:25px 25px 25px 0;
}

.lleft {
  float: left;
  padding:25px 25px 25px 0;
}

.logo {
  width: 325px;
  margin: -18px 0 -40px;
  position: relative;
  z-index: 3;
}
.login-button {
  background: #ddd;
  padding:10px;
}
.browNav {
  float: right;
  margin-left: -330px;
  padding-top: 6px;
}
.brow-search {}
.brow-search .form-search {
}
.brow-search .form-search input {
  width: 94%;
  border-radius: 0 !important;
  background: #FFF;
  height: 28px;
  border: 2px solid #AAA;
}

.style404Search .form-search .style404 {
  background: #FFF;
  background: rgba(255, 255, 255, 0.2);
  color: #111;
  height: 28px;
  border-radius: 0 !important;
  border: 2px solid #EEE;
}
.style404Search .form-search input:focus {
  background: #FFF;
}
.form-search button {
  border-radius: 0px !important;
  border: none;
  color: #FFF;
  margin: 0 0 0 -8px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: url('../img/search.png');
  position: relative;
  z-index: 2;
}
.brow-search .form-search .btn {
  padding: 7px 8px 9px 14px !Important;
  color: #000000;
}
.form-search button:hover {
}
.form-search {
  margin: 0;
}
.browNav a {
  color: #FFF;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: bold;
  margin-top: 11px;
  padding: 0px 7px 7px 7px;
  text-shadow: none;
}
.browNav .navbar {
  margin-top: 0px !important;
}

.browNav .navbar .nav {
  margin-right: 0;
}

.browNav .navbar .nav > li > a {
  box-shadow: none !important;
  color: #333;
  font-size: 12px;
  margin-top: 0px;
  padding: 0 8px !important;
  margin: 0px;
}
.browNav .navbar .nav > li > a:hover {
  text-decoration: underline;
}
.browNav .navbar .nav > li {
  float: left !important;
  margin: 4px 0 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
.browNav .navbar .nav > li:hover {
  /*text-decoration: underline;*/
}

.browNav .navbar .nav > li:first-child {
}

.browNav .navbar-inner {
  min-height: 20px !important;
  padding-bottom: 5px;
}
.nav-container {
	width: 100%;
	height: 39px;
}
.top-nav {
  width:100%;
  margin-top: 4px;
}

.top-nav .navbar .navbar-inner {
  margin-bottom: -25px;
  float: left;
}

.top-nav .navbar .navbar-inner-content {
  margin-bottom: 15px;
}

.top-nav .navbar .nav {
  margin: 0;
  width: 100%;
}

.top-nav .navbar .nav li {
  margin-top: 0 !important;
  /*width: 20%;*/
  width: 16.64%;
  text-align: center;
  margin-bottom: -1px;
}
.top-nav .navbar .navbar-inner {
  padding: 0px;
   width: 100%;
}

.top-nav .navbar .navbar-inner .nav a {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(top, #FFF, #EFEFEF);
  background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
  background-image: -o-linear-gradient(top, #FFF, #EFEFEF);
  background-image: linear-gradient(to bottom, #FFF, #EFEFEF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF', GradientType=0);
  /*background: url('../img/transparent_blue_40.png');*/
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 14px;
  margin-top: 0 !important;
  border: 1px solid #DDD;
}

.top-nav .navbar .navbar-inner .nav a:hover {
  background-color: #FFF;
  background-image: -moz-linear-gradient(top, #EFEFEF, #FFF);
  background-image: -webkit-linear-gradient(top, #EFEFEF, #FFF);
  background-image: -o-linear-gradient(top, #EFEFEF, #FFF);
  background-image: linear-gradient(to bottom, #EFEFEF, #FFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFFFFF', GradientType=0);
  color: #C0392B;
  border: 1px solid #AAA;
}

.top-nav .navbar .brand {
margin-left: 0px;
padding: 0 !important;
position: relative;
width: 100%;
}

.top-nav .navbar .brand img
{
width: 100%;
margin-top: -1px;
}


.nav .active a
{
color: #000000 !important;
}


.icon-home {
	position: relative;
	float: right;
	z-index: 50;
}
/*-------------------------------------------HOME CONTENT------------------------------------------------------*/


.read-more{
  height: 44px;
  width: 123px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}




.home-content-wrapper h5 {
  font-size: 17px;
  color: #000;
  padding: 0 0 8px;
}
.link-highlight a {
  color: #0083CA;
  font-style: italic;
}
.home-content-bottom {
  margin-top: 10px;
}
.social-icons {
}
.social-icons img {
  margin-right: 10px;
}
.homeContentLeftNav {
  float: left;
}
.homeContentLeftNav h2 {
  padding-bottom: 15px;
  color: #808285;
  font-weight: normal;
}
.homeContentLeftNav .navbar {
  margin-top: -11 !important;
}
.homeContentLeftNav .navbar .navbar-inner {
  padding-left: 0 !important;
}
.homeContentLeftNav .navbar .nav > li {
  float: left;
  width: 100%;
  border-right: none !important;
  margin-top: 0 !important;
}
.homeContentLeftNav .navbar .nav > li > a {
  float: left;
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 7px !important;
}
.top-news-section {
  margin-bottom: 10px;
}

.top-news-section h3 a {
  color: #FFFFFF;
  font-family: 'Tahoma', sans-serif;
  text-shadow: 1px 2px 4px #000;
}

h1 {
  font-size: 80px;
  line-height: 72px;
  padding-bottom: 0px;
  color: #000;
}
h3 {
  text-align: left;
  line-height: 25px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  padding: 20px;
}

.world-news {}


.world-news-header {
  background: #c4302d;
  min-height: 15px;
}

.world-news-header h3 {
  color: #FFF;
  padding: 7px 0 7px 15px;
}

.world-news-inner { }

.bottom-articles-section h3 { color: #000; }

.article-sub-text p {
  font-size: 17px;
  font-weight: normal;
  margin-top: -20px;
  padding: 0 20px 20px;
  text-align: left;
  width: 235px;
  color: #FFF;
}
.category-article-sub-text {
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 0 20px 8px;
  line-height: 130%;
}
.category-article-sub-text p { line-height: 130%; }

.box-padding-top { padding-top: 5px; }
.box-padding-left { padding-left: 5px; }
.box-padding-bottom { padding-bottom: 5px; }
.box-padding-right { padding-right: 5px; }
.box {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF 80%, #999 100%);
  background-image: -webkit-linear-gradient(top, #FFF 80%, #999 100%);
  background-image: -o-linear-gradient(top, #FFF 80%, #999 100%);
  background-image: linear-gradient(to bottom, #FFF 80%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#999999', GradientType=0);
  border: 2px solid #AAA;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 7px 10px -4px rgba(0,0,0,0.75);
}


.box-white {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF 80%, #EEE 100%);
  background-image: -webkit-linear-gradient(top, #FFF 80%, #EEE 100%);
  background-image: -o-linear-gradient(top, #FFF 80%, #EEE 100%);
  background-image: linear-gradient(to bottom, #FFF 80%, #EEE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
  /*width: 100%;*/
  background-size: 100%;
  border: 2px solid #AAA;
}

.hot-news-box {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E2E2', GradientType=0 );
  box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
  border: none;
}
	


.quarter-height { min-height: 20px; }

.single-height {
	min-height: 20px;
	/*min-height: 202px;*/
}
.double-height {
	min-height: 20px;
	/*min-height: 359px;*/
}
.triple-height {
	min-height: 20px;
	/*min-height: 413px;*/
}

.double-triple-height {
  min-height: 40px;
}









.fixed-quarter-height{
  min-height: 20px;
}
.fixed-single-height {
  height: 202px;
  background-position: center center;
  background-size: cover;
}
.fixed-double-height {
  height: 359px;
}
.fixed-triple-height {
  height: 413px;
  background-position: center center;
  background-size: 100% 100%;
}

.fixed-double-triple-height {
  height: 826px;
}



.category-box {
  min-height: 260px;
  position:relative;
}

.banner-box {}
.banner-box-horizontal {
  min-height: 96px;
  height: 96px;
}
.banner-box-square {
  min-height: 250px;
  height: 250px;
  max-height: 250px;
}



.video-section {
  border: 2px solid #5C5C5C;
  padding: 10px;
  min-height: 480px;
  margin-bottom: 20px;
}
.featured-video-thumbnail {
  min-height: 440px;
  border: 2px solid #5C5C5C;
  margin-top: 14px;
}
.featured-video-list {
}
.video-list-thumbnail {
  border: 2px solid #5C5C5C;
  min-height: 148px;
}
.bottom-articles-section {
  margin-bottom: 20px;
}
.discussion-box {
  border: 2px solid #5C5C5C;
  margin-bottom: 5px;
  min-height: 610px;
}

.article-links {
  padding-bottom: 50px;
}


.article-links li {
  list-style-image: url("../img/orange-bullet.png");
  font-weight: bold;
}
/*--------------------------CONTENT----------------------------------*/

.content-wrapper {
  margin-top: 15px;
}
.content-page-inner h3 {
  text-align: center;
  text-transform: none;
}
.content-page-inner {
  position: relative;
  /*background-color: #F7F7F7;*/
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 80%, #EEE 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 80%, #EEE 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 80%, #EEE 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 80%, #EEE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
  /*background-image: url('../img/content-page-bg.png');*/
  border: 2px solid #AAA;
  color: #000;
  padding: 15px 20px;
}
.content-page-inner h1 {
  color: #000;
  font-size: 2.8em;
  line-height: 110%;
  text-shadow: none;
  margin-top: 30px;
}
.content-page-inner p {
  color: #000;
}

.breadcrumb {
  background: none !important;
}

.breadcrumb li {
  text-shadow: none !important;
}

.fileTrail { font-size: 14px; }

.fileTrailDividers { color: #163065; font-size: 14px; }

.fileTrail:hover { text-decoration: underline; font-size: 14px; }

.fileTrailCurrent {
  font-size: 14px;
  white-space: nowrap;
  color: #C0392B;
}

.header-image {
	min-height: 237px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #9b9b9b;
	text-align: center;
}
/*--------------------------ACCOUNT PAGE----------------------------------*/



.my-account-wrapper {
	border: 2px solid #5C5C5C;
}
.my-account-top {
	background-image:url('../img/top-bg.png');
	min-height: 200px;
	/*background: #ccc;*/
    background-repeat: repeat;
	padding: 10px;
}
.my-account-top h3 {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 0 !important;
	text-align: left;
}
.my-account-content {
	background: none repeat scroll 0 0 #1C1E1C;
	border: 2px solid #626262;
	margin-bottom: 50px;
	margin-top: 60px;
	min-height: 200px;
	width: 100%;
}
.my-account-left {
}
.my-account-bottom {
	background-image:url('../img/bottom-bg.png');
	min-height: 242px;
	background-repeat: repeat;
}
/*--------------------------FOOTER STYLES---------------------------*/



.footer-wrapper {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  background-size: 100%;
  color: #000;
  width: 100%;
  border-top: 1px solid #CCC;
}


.content-footer-wrapper {
  width: 100%;
  background-size: 100%;
  padding-bottom: 30px;
  padding-top: 15px;
}


.footer-wrapper h3 {
  margin-top: 0 !important;
  padding: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 105%;
}
.footer-wrapper h4 {
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 105%;
  margin: 0;
  padding: 0;
}
.footer-wrapper h5 {
  color: #FFF;
}
.footer-header-bg {
  background: #0083CA;
  margin-top: 35px;
  padding: 15px 0 12px;
}
.footer-header-right {
  background: #A0BA31;
}
.footer-links li {
  border-bottom: 1px solid #B2D235;
}
.footer-links li a {
  padding: 6px 0px 6px 0px;
}
.footer-links a {
  color: #FFF;
  text-decoration:none;
}
.footer-container li {
  font-size: 11px;
  color: #999999;
}
.footer-nav {
  color: #000;
  text-align: left;
  padding: 8px 0 4px 12px;
  border-left: 1px dashed #CCC;
}
.footer-nav:first-child, .footer-nav:last-child {
  border-left: 0;
}
.footer-nav a {
  color: #000;
  font-size: 12px;
  line-height: 200%;
}
.footer-nav li {
  list-style-type: none;
}
.footer-text {
  text-align: left;
  color: #000;
  font-size: 11px;
}
.footer-copyright-bg {
  background: #0083CA;
}
.footer-copyright {
  color: #000;
  font-size: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.footer-signup {
  background-color: #2A343C;
  background-image: -moz-linear-gradient(top, #2A343C, #353E47 80%, #252F38 80%, #283646 100%);
  background-image: -webkit-linear-gradient(top, #2A343C, #353E47 80%, #252F38 80%, #283646 100%);
  background-image: -o-linear-gradient(top, #2A343C, #353E47 80%, #252F38 80%, #283646 100%);
  background-image: linear-gradient(to bottom, #2A343C, #353E47 80%, #252F38 80%, #283646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A343C', endColorstr='#283646', GradientType=0);
  color: #FFF;
  font-weight: bold;
  padding: 12px;
}
.footer-signup form {
  margin: 0;
}
.footer-signup label {
  color: #000;
  font-weight: bold;
}
.footer-signup input {
  height: 32px !important;
  border-radius: 0 !important;
  width: 93%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) inset;
}
.footer-signup .btn {
  width: 100%;
}
.footer-signup .submit-button {
  background-image:url("../img/submit.png");
  background-repeat: no-repeat;
  border: medium none;
  height: 38px;
  margin-left: 78px;
  width: 142px;
}



.footer-copyright a {
  color: #B2D235;
  text-decoration: underline;
}
.bold-caps {
  font-weight: bold;
  text-transform:uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.no-transform {
  text-transform: none;
}
/*--------------------------MISC STYLES---------------------------*/


.tabsHeader {
	font-size:14px;
	color:#666666;
	text-transform:uppercase;
}
.leftNav {
	background-color: #0083CA;
	min-height: 10px;
	margin-top: 10px;
}
.right-content {
	min-height: 10px;
	padding: 10px 15px 10px 15px;
}
.nav {
	float: right;
}
.tabbable .nav-tabs {
	float: none;
	border:0;
	margin:0;
	margin-top:10px;
}
.tabbable .tab-content {
	background:#FFF;
	padding:15px;
}
.tabbable .nav-tabs li a {
	font-size:11px;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	padding:8px 9px;
}
.tabbable .nav-tabs li.active a {
	border:none;
}
.navbar {
	margin-bottom: 0px;
	margin-top: 4px;
}
.navbar-inner {
	background: none;
	border: none;
	min-height: 44px;
	padding-right: 0!important;
	box-shadow: none !important;
}
.navbar .nav > li {
	/*border-right: 1px dotted !important;*/
	float: left !important;
	margin-top: 20px;
}
.navbar .nav > li > a {
  color: #0083CA;
  font-size: 12px;
  font-weight: bold;
  margin-top: 11px;
  text-shadow: none;
  box-shadow: none !important;
}
.navbar .nav > li > a:focus, .navbar .nav > li:hover {
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
}
.footer-nav .nav > li > a:hover {
  background-color: #0083CA !important;
  text-decoration: none;
}
#subMenu {}
#subMenu ul {
  margin: 0px;
}
#subMenu ul li {
  list-style-type: none;
}
#subMenu ul li a {
  background-color: #063654;
  text-decoration: none;
  width: 90%;
  display: block;
  padding-left: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#subMenu ul li a:hover {
  background-color: #0083CA;
  color: #063654;
}
.shadow-span {
  width: 100%;
  box-shadow: 0 10px 6px rgba(196, 196, 196, 0.5);
  margin-top: -20px;
}
.footer-content {
  padding-top: 10px;
  padding-bottom: 25px;
}
.top-button-span {
  float: left !important;
  width: 40% !important;
  color: #EC008C;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  margin-top: 33px;
  margin-left: 10px !important;
}
.header-wrapper {
  width: 100%;
  padding-top: 20px;
}
.search-wrapper {
  display: block;
}
.nav-wrapper {
  background: #063654;
  border-bottom: 5px solid #072a45;
}

.hot-news-h5 {
  margin-left: 8px;
  padding: 0px !important;
}

.source-image {
  float: left;
  width: 10%;
}

.source-text {
  float: left;
  width: 90%;
}
.source-text p { margin-left: 8px; }

.news-entry { padding: 10px; }
.news-entry p { color: #444; }

.article-detail {
  border: 1px solid #FFFFFF;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E2E2', GradientType=0 );
  /*width: 100%;*/
  box-shadow: 5px 7px 10px -4px rgba(0,0,0,0.75);
  padding: 15px;
}

.article-detail h1 {
}

.article-detail p {
  color: #000000;
}

.banner-box img {
  width: 100%;
  height: 100%;
}

.tab-content {
  float: left;
  padding-left: 2px;
  padding-right: 4px;
}



#right-bottom-tabs {
  border: none;
  margin-bottom: 0px;
  margin-left: 2px;
}

#right-bottom-tabs li {
  width: 32.2%;
  font-size: 8px;
  background: url('/resources/img/transparent_blue_40.png');
  background-size: 100%;
  border: 1px solid #485E60;
}

#right-bottom-tabs li a {
  color: #FFF;
  padding: 2px;
  margin: 0px;
  text-align: center;
  border-radius: 0px;
}
#right-bottom-tabs li a:hover {
  background: #009EAC;
  border: 1px solid #009EAC;
}
#right-bottom-tabs li.active > a {
  background-color: #F3B726;
  background-image: -moz-linear-gradient(top, #F3B726, #F3B726 50%, #EE6B2B 50%, #EB9527 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3B726), to(#EB9527), color-stop(.5, #F3B726), color-stop(.5, #EE6B2B));
  background-image: -webkit-linear-gradient(top, #F3B726, #F3B726 50%, #EE6B2B 50%, #EB9527 100%);
  background-image: -o-linear-gradient(top, #F3B726, #F3B726 50%, #EE6B2B 50%, #EB9527 100%);
  background-image: linear-gradient(to bottom, #F3B726, #F3B726 50%, #EE6B2B 50%, #EB9527 100%);
  text-shadow: 1px 1px 1px #FFF;
  border: 1px solid #F3B726;
}

.tab-pane {
  padding: 0 0 10px;
}

.tab-pane p {
  color: #FFFFFF;
  background: url('/resources/img/box-bg.png');
  background-size: 100%;
  border: 2px solid #485E60;
  padding: 10px;
}

.repeater-h1-a {
  color: #000;
  font-size: 26px;
  line-height: 115%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.repeater-h1-a:hover { text-decoration: none; }

.repeater-h2-a {
  color: #000;
  font-size: 31.5px;
  line-height: 115%;
}
.repeater-h2-a:hover { text-decoration: none; }

.repeater-h3-a {
  color: #000;
  font-size: 43px;
  line-height: 115%;
}
.repeater-h3-a:hover { text-decoration: none; }

.repeater-h4-a {
  color: #000;
  font-size: 22px;
  line-height: 115%;
}
.repeater-h4-a:hover { text-decoration: none; }

.top-left {
  float: left;
  width: 50%;
}

.top-right {
  float: right;
  width: 50%;
}

.home-content-wrapper {
  margin-top: 42px;
}
.home-content-wrapper2 {
  margin-top: 0;
}

.mobile-top-bar {
  font-size: 14px;
  visibility: hidden;
  display: none;
}

.brow-nav-desktop {
  margin-top: 16px;
  visibility: visible;
  display: block;
}

.diy-section {
}

.diy-h1 {
  font-size: 130px !important;
  line-height: 105px !important;
}
.diy-h2 {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.diy-header-p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.diy-box {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  float: left;
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #AAA;
}

.diy-section-one {
  margin-top: 50px;
}

.diy-inner-box {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  height: 296px;
  margin: 15px;
  padding: 15px;
  border: 2px solid #AAA;
  position: relative;
}

.diy-inner-box h3 {
  padding: 0px;
  font-size: 26px;
}

.diy-h4 {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
}

.diy-large-shield {
  width: 245px;
  position: absolute;
  margin-left: -105px;
  margin-top: -60px;
}

.small-shield {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


.diy-list-p {

}

.freebie-box {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  float: left;
  height: 185px;
  margin-bottom: 15px;
  border: 2px solid #AAA;
}

.freebie-right {
  text-align: center;
  border-left: 2px solid #AAA;
  height: 152px;
  padding-top: 35px;
}

.freebie-left {
  text-align: left;
  padding-left: 50px;
  padding-right: 25px;
}

.freebie-left h3 {
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
}

.freebie-h3 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.buttonDiv {
  padding-top: 65px;
  margin-left: 22px;
}

.buttonDiv2 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 94%;
}


.btn-warning {
  color: #FFF;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #F04B3A;
  background-image: -moz-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: -webkit-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: -o-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: linear-gradient(to bottom, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F04B3A', endColorstr='#EA2825', GradientType=0);
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EA2825;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.5);
  transition: none;
  -webkit-transition: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #F26D5C;
  background-image: -moz-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F26D5C), to(#EC4A47), color-stop(.5, #F26D5C), color-stop(.51, #EC4A47));
  background-image: -webkit-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: -o-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: linear-gradient(to bottom, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F26D5C', endColorstr='#EC4A47', GradientType=0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  outline: none;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #EA2825;
  background-image: -moz-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EA2825), to(#F04B3A), color-stop(.5, #EA2825), color-stop(.51, #F04B3A));
  background-image: -webkit-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: -o-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: linear-gradient(to bottom, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA2825', endColorstr='#F04B3A', GradientType=0);
}










.diy-section-inner {
  margin-top: 45px;
}

.diy-section-inner .diy-large-shield {
  margin-top: -35px;
}

/*-------------------------------------------------------ARTICLE OVERRIDE STYLES----------------------------------------------8*/

.content-page-inner .article-section .styleArticleContent {
  width: 90% !important;
}

.article-section {
  background: #FFFFFF !important;
  color: #FFF;
  border: 2px solid #AAA;
  *border: none;
}

.article-section .content-page-inner {
  background-image: none;
  padding: 0px;
  border: none;
}

.article-section h1 {
  text-shadow: 0 2px 1px #000;
  color: #A42126 !important;
}

.article-section table {
  width: auto !important;
}
.article-section table a { 
  word-break: break-all;
}

.article-section p, .article-section div {
  color: #000000;
}

.crumb-div {
  font-weight: bold;
  padding: 0 0 4px 3px;
  max-width: 770px;
}

.crumb-div td {
  white-space:normal !important;
}

.article-cat-title {
  padding:0;
  margin:0;
  line-height:normal;
  font-size:40px;
}



/*--------------------------POLL PAGES---------------------------*/
form.stylePoll {
  width: 700px;
  max-width: 100%;
  margin: 40px auto 0;
}
form.stylePoll a {
  color: #FFF;
  font-size: 14px;
}
form .stylePollOption {
}
form.has-js .stylePollOption .styleCheck {
  background-size: contain;
  width: 90px;
  max-width: 100%;
  height: 90px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
form.has-js .stylePollOption .styleCheck.off {
  background: url('/core/fileparse.php/14/urlt/poll-checkbox-off.png');
}
form.has-js .stylePollOption .styleCheck.on {
  background: url('/core/fileparse.php/14/urlt/poll-checkbox-on.png');
}
form.has-js .stylePollOption .styleCheck input {
  position: absolute;
  left: -99px;
}
form .stylePollOption .styleText {
  background: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF, #AAA);
  background-image: -webkit-linear-gradient(top, #FFF, #AAA);
  background-image: -o-linear-gradient(top, #FFF, #AAA);
  background-image: linear-gradient(to bottom, #FFF, #AAA);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#AAAAAA', GradientType=0);
  color: #111;
  font-size: 18px;
  vertical-align: middle;
  width: 566px;
  max-width: 100%;
  margin-left: 12px;
  padding: 12px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
form .stylePollOption .styleText .styleTitle {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
form .stylePollOption .styleQuote {
  font-size: 16px;
  font-style: italic;
  line-height: 115%;
  vertical-align: middle;
  width: 418px;
  max-width: 100%;
  margin: 8px 0 0 105px;
  padding-left: 12px;
  display: block;
}
form .stylePollOption .styleQuote span {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  display: block;
}
form .styleInputs {
  text-align: center;
}
form .styleInputs input[type="email"] {
  width: 280px;
  max-width: 100%;
  padding: 12px;
  border-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
}
form .styleInputs button {
  font-size: 18px;
  padding: 12px 16px;
}
.stylePollMiscText {
  background: url('../img/transparent_blue_40.png');
  margin: 0 -20px -35px;
  padding: 12px 0;
}
.stylePollMiscText div {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.triangle-border {
  position:relative;
  padding: 8px;
  border: 1px solid #4B686B;
  color: #FFF;
  background: #2F3B48;
  background-image: -moz-linear-gradient(top, #2F3B48, #181D23);
  background-image: -webkit-linear-gradient(top, #2F3B48, #181D23);
  background-image: -o-linear-gradient(top, #2F3B48, #181D23);
  background-image: linear-gradient(to bottom, #2F3B48, #181D23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F3B48', endColorstr='#181D23', GradientType=0);
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.triangle-border:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #4B686B transparent;
  display: block;
  width: 0;
}
.triangle-border:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #2F3B48 transparent;
  display: block;
  width: 0;
}
.triangle-border.top:before {
  top: -14px;
  left: 45px;
  border-width: 0 15px 14px;
}
.triangle-border.top:after {
  top: -13px;
  left: 47px;
  border-width: 0 13px 13px;
}
.triangle-border.left:before {
  top: 13px;
  left: -20px;
  border-width: 11px 20px 11px 0;
  border-color: transparent #4B686B;
}
.triangle-border.left:after {
  top: 14px;
  left: -18px;
  border-width: 10px 18px 10px 0;
  border-color: transparent #2A3642;
}

.poll-box {
  background-repeat: no-repeat !important;
  background-position: right top !important;
  color: #FFF;
  text-align: center;
  float: left;
  height: 320px;
  margin: 12px 36px !important;
  padding: 15px 20px;
  border: 2px solid #5C5C5C;
  position: relative;
}
.poll-box h1 {
  color: #FFF;
  font-size: 28px;
  line-height: 110%;
  padding: 0;
}
.poll-box h2 {
  font-size: 18px;
  line-height: 115%;
  padding: 16px 8px;
}
.poll-box h3 {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}
.poll-box h4 {
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}


/*--------------------------TESTIMONIALS & SUBMIT STORY---------------------------*/
.styleTestimonial {
  /*background: url('../img/content-page-bg.png');*/
}
.testimonialEntry {
  width: 85%;
  margin: 25px auto;
}
.opImageWrap {
  background-image: url('../img/content-page-bg.png');
  color: #FFF;
  max-width: 75%;
  float: left;
  margin: 0;
  padding: 0;
  border: 2px solid #5C5C5C;
}
.opContentWrap {
  /*background: url('../img/transparent_black_40.png');*/
  padding: 8px;
}
.opContentWrap h5 {
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}
.opContentWrap p {
  color: #FFF;
  font-size: 12px;
  line-height: 120%;
  margin-left: 24px;
  padding: 8px;
  border-left: 2px solid #5C5C5C;
}
.opContentWrap p .op {
  margin-top: 15px;
}
.topPager, .bottomPager {
  /*background: url('../img/content-page-bg.png');*/
  padding: 4px 8px;
}
.testimonial-form label {
  color: #FFF !important;
}

.styleStoryForm {
  background: #FFFFFF;
  background-image: -moz-linear-gradient(top, #FFF, #EFEFEF 70%, #CCC 70%, #FFF 100%);
  background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF 70%, #CCC 70%, #FFF 100%);
  background-image: -o-linear-gradient(top, #FFF, #EFEFEF 70%, #CCC 70%, #FFF 100%);
  background-image: linear-gradient(to bottom, #FFF, #EFEFEF 70%, #CCC 70%, #FFF 100%);
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  padding: 15px;
  margin: 0 0 20px 50px;
  text-align: left;
  box-shadow: 0 0 16px rgba(50, 50, 50, 1);
}

.styleStoryForm p {
  color: #000000;
}

.styleStoryForm input, .styleStoryForm textarea {
  background: #EFEFEF;
  color: #111;
  padding: 12px;
  width: 92%;
  border-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
}
.styleStoryForm input[type="file"] {
  padding: 8px 12px 0;
  border: 1px solid #CCC;
  box-shadow: none;
}
.styleStoryForm textarea {
  width: 92%;
  height: 200px;
}
.styleStoryForm button {
  margin: 0 auto;
  display: block;
}

.styleStoryForm .f1 {
  color: #000;
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.styleStoryForm .f2 {
  color: #000;
  font-size: 14px;
  margin: 0 0 0 8px;
  display: block;
}
.styleStoryForm .f2 span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  float: right;
}
.styleStoryForm .f3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 3px;
}
.styleStoryForm .f4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.styleStoryContent {
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
}
.styleStory {
  margin: 0 0 42px;
}
.styleStory .leftStory {
  float: left;
  margin: 0 16px 1px 0;
}
.styleStory .rightStory {
  min-height: 100px;
}
.styleStory .avatar {
  background: #FFF;
  width: 68px;
  height: 68px;
  border: 1px solid #C7E0E3;
}
.styleStory .timeStamp {
  color: #CCC;
  font-size: 10px;
  font-style: italic;
  line-height: 100%;
}
.styleStory p {
  font-family: "Verdana", Arial, sans-serif;
  line-height: 140%;
  padding: 0 0 0 8px;
}


/*--------------------------ARTICLE RELATED STYLES---------------------------*/
.styleArticleContent {
  font-size: 14px;
  width: 75%;
  margin: 0 auto;
}
.article-section h1 {
  background: #EFEFEF;
  background-image: -moz-linear-gradient(top, #FFF, #EEE);
  background-image: -webkit-linear-gradient(top, #FFF, #EEE);
  background-image: -o-linear-gradient(top, #FFF, #EEE);
  background-image: linear-gradient(to bottom, #FFF, #EEE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
  margin: 0 0 16px;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.styleArticleContent h1 {
  background: none;
  color: #111 !important;
  font-family: "Georgia", serif;
  font-size: 2.55em !important;
  line-height: 105%;
  text-align: left !important;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  text-shadow: none;
}
.styleArticleContent h2 {
  font-family: "Georgia", serif;
  font-size: 2.5em;
  line-height: 115%;
  text-align: left;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent h3 {
  color: #000;
  font-family: "Georgia", serif;
  font-size: 2.282em;
  line-height: 115%;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent h4 {
  color: #000;
  font-size: 1.41em;
  line-height: 115%;
  margin: 0 0 8px;
  padding: 0;
}
.styleArticleContent img {
  max-width: 94%;
  float: right;
  margin: 4px 8px;
  border: 2px solid #EFEFEF;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.styleArticleContent img.inlineImg, .styleArticleContent .box a img {
  float: none;
  margin: 0;
  border: none;
  box-shadow: none;
}
.styleArticleContent img.imgCenter {
  float: none;
  margin: 4px auto;
  display: block;
}
.styleArticleContent p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1.149em;
  line-height: 1.9em;
  margin: 1.4em 0;
}
.styleArticleContent p:first-child:first-letter {
  color: #444;
  font-family: "Georgia", sans-serif;
  font-size: 4.29em;
  line-height: 0.87em;
  float: left;
  padding: 0 4px 0 0;
}
.styleArticleContent div {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
}
.styleArticleContent ul, .styleArticleContent ol {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 1.149em;
  margin-left: 50px;
}
.styleArticleContent ul li, .styleArticleContent ol li {
  line-height: 1.6em;
  margin: 0 0 16px;
}
.styleArticleContent ul li ul, .styleArticleContent ol li ol {
  font-size: 1em;
}
.styleArticleContent .styleFootnote {
  font-size: 0.92em;
  line-height: 115%;
}
.styleArticleContent .styleFootnote a {
  line-height: 115%;
}
.styleContentLocked {
  background: #EFEFEF;
  background-image: -moz-linear-gradient(top, #EFEFEF, #FFF);
  background-image: -webkit-linear-gradient(top, #EFEFEF, #FFF);
  background-image: -o-linear-gradient(top, #EFEFEF, #FFF);
  background-image: linear-gradient(to bottom, #EFEFEF, #FFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFFFFF', GradientType=0);
  color: #F00 !important;
  font-weight: bold;
  text-align: center;
  margin: 12px 0 -40px;
  padding: 8px;
  border-top: 1px solid #CCC;
}


.styleArticleContent .imgCaption {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  line-height: 130%;
  float: right;
  max-width: 280px;
  margin: 4px;
  padding: 8px;
  border: 1px solid #EFEFEF;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.styleArticleContent .imgCaption img {
  float: none;
  margin: 0;
  border: 0;
  box-shadow: none;
}

/*************************************
Special table filters for old articles
*************************************/
.styleArticleContent table td {
}
.styleArticleContent table p, .styleArticleContent table div {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.styleArticleContent table p:first-child:first-letter {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  float: none;
  padding: inherit;
}
.styleArticleContent table ol, .styleArticleContent table ul {
  font-size: inherit;
  line-height: inherit;
}

.styleRelatedArticles {
  padding: 0 20px;
}
.styleRelatedArticles .span4 {
  position: relative;
}
.styleRelatedArticles b {
  text-align: center;
  margin-bottom: 12px;
  display: block;
}
.styleRelatedArticles h3 {
  background: #EFEFEF;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 115%;
  margin: 4px 0;
  padding: 8px;
  border: 1px solid #CCC;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.styleRelatedArticles .read-more {
  position: static;
  margin-top: 12px;
}
.styleRelatedArticles a {
  line-height: inherit;
}
.styleRelatedArticles .banner-box-square { min-height: 0; }

.styleBottomRelated .styleRelatedArticles h3 {
  background: #EFEFEF;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 115%;
  min-height: 64px;
  margin: 4px 8px 16px;
  padding: 8px;
  border: 1px solid #CCC;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.styleBottomRelated .styleRelatedArticles .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebarMemberBox {
  background: #EFEFEF;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 115%;
  margin: 4px 18px 20px;
  padding: 8px;
  border: 1px solid #CCC;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.styleContentLocked .styleRelatedArticles h3 {
  background: #F7F7F7;
}

.stylePrintLink {
  text-align: center;
  margin: 0 0 12px;
  padding: 2px 8px;
}
.stylePrintLink a {
  color: #444;
  font-size: 12px;
  word-break: normal !important;
}
.stylePrintLink a img {
  vertical-align: middle;
}

.styleLeftSidebar {
  background: #FFF;
  float: left;
  width: 60px;
  margin-right: 16px;
  padding: 8px;
  border-right: 1px solid #CCC;
  box-shadow: 8px 0 8px -8px #CCC;
}

/*-----------------------------FANCY INLINE-ADS-----------------------------*/

.styleInlineAd {
  margin: 0 -16px 16px;
  padding: 8px 16px;
  border: 1px solid #CCC;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.styleInlineAd h4 { color: #A42126; }
.styleInlineAd span {
  line-height: 140%;
  letter-spacing: .07em;
}
.styleInlineAd span a {
  letter-spacing: normal;
  font-weight: bold;
}
.styleInlineAd div a {
  font-size: 14px;
}


/*--------------------------ADDITIONAL ALP STYLES---------------------------*/

.top-news-section .box .styleArticleBox:hover {
  background: none;
}
.box .styleHomeArticleBox h3 {
  background: url('../img/transparent_black_60.png');
  padding: 8px 12px;
}
.box .styleArticleBox h3, .box .styleArticleViewed h3 {
  padding: 8px 12px;
}

.styleArticleBox {
  background: url('../img/transparent_white_80.png');
  height: 100%;
  position: relative;
}
.top-news-section .styleArticleBox {
  /*background: url('../img/transparent_black_60.png');*/
}
.styleArticleBox.styleTopLocked {
  background: url('../img/locked-article-bg.png');
  background-position: center center;
}
.styleArticleBox.styleTopLocked:hover {
  background: url('../img/locked-article-bg.png') repeat center center !important;
}
.styleArticleViewed {
  background: url('../img/recently-viewed-light-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
  height: 100%;
  position: relative;
}
.styleArticleBanner {
  position: absolute;
  top: -9px;
  right: -10px;
  width: 130px;
  height: 130px;
  background: url('../img/recently-viewed.png');
}
.top-news-section .box h3 {
  /*height: 100%;*/
}
.top-news-section .box:hover > h3 {
  background: none;
  height: auto;
}
.top-news-section h3 a:hover {
  color: #E74C3C;
  text-decoration: none;
}
.featured-box, .fr-box {
  background-color: transparent !important;
}
.free_banner_large {
  position: absolute;
  top: -21px;
  left: -21px;
  width: 300px;
}
.featured-box {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  color: #000;
  text-align: center;
  float: left;
  margin: 10px;
  margin-top: 15px;
  border: 2px solid #AAA;
  padding: 15px 20px;
  position: relative;
}
.featured-box button { float:right }
.featured-box h2 {
  color: #C0392B;
  font-family: 'Roboto Slab', serif;
  font-size: 54px;
  line-height: 54px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
}
.featured-box h3 {
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  line-height: 110%;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  padding: 0;
}
.featured-box h4 {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  line-height: 115%;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
}

.fr-box button {
  position: absolute;
  bottom: 15px;
  margin: auto;
  width: 150px;
  left: 0;
  right: 0;
}
.free_banner_small {
  position: absolute;
  top: -22px;
  left: -22px;
}
.fr-box .span12 { text-align: center; }
.fr-box {
  background: #DDD;
  background-image: -moz-linear-gradient(top, #FFF, #CCC);
  background-image: -webkit-linear-gradient(top, #FFF, #CCC);
  background-image: -o-linear-gradient(top, #FFF, #CCC);
  background-image: linear-gradient(to bottom, #FFF, #CCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
  color: #000;
  height: 350px;
  position: relative;
  margin: 10px 20px;
  border: 2px solid #AAA;
  padding: 15px 20px;
}

.fr-box h5 {
  text-align: center;
  font-family: 'Roboto Slab',serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  line-height: 120%;
  margin: 5px 0 10px;
  padding: 0;
}

.cover-image {
  width: 135px;
  margin-bottom: 15px;
}


.styleToTop {
  float: right;
}
.styleToTop a {
  color: #FFF;
}
.styleCatDesc {
  background: #FFF;
  line-height: 130%;
  margin: 0;
  padding: 8px;
  border: 1px solid #CCC;
}
.content-page-inner .styleCatDesc { margin: 8px 0; }

.styleContentBlock {
  font-size: 14px;
  width: 85%;
  margin: 0 auto;
}
.styleContentBlock .styleHeader {
  font-size: 2.29em;
  line-height: 115%;
  text-align: left;
  margin: 0 0 8px;
  padding: 0;
}
.styleContentBlock .styleSubHeader {
  font-size: 1.72em;
  line-height: 115%;
  text-align: left;
  margin: 0 0 8px;
  padding: 0;
}
.styleContentBlock .styleParagraph {
  font-size: 1.149em;
  line-height: 120%;
}

.locked-article {
  background: url(/resources/img/lock.png) no-repeat 0 0;
  list-style: none;
  padding: 2px 0 0 25px;
  margin: 0;
}
.unlocked-article {
  background: url(/resources/img/unlock.png) no-repeat 0 0;
  list-style: none;
  padding: 2px 0 0 25px;
  margin: 0;
}

.unlocked-article a {
  /*color: #F2B426;*/
}
.unlocked-article a:visited {
  color: #BBB;
}
.unlocked-article span {
  color: #E74C3C;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.styleFontBox {
  background: #FFF;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.styleFontBox button {
  background: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  color: #AAA;
  font-size: 22px;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  border: 1px solid transparent;
  display: block;
  cursor: pointer;
}
.styleFontBox button:focus {
  outline: 0;
}
.styleFontUp:hover, .styleFontDown:hover {
  background: #F7F7F7;
  color: #000;
  border-color: #CCC !important;
}

.styleIndent {
  margin: 0 0 12px;
  padding-left: 40px;
}

.styleContentRight {
  background: #FFF;
  padding: 12px 12px 12px 20px;
  border: 1px solid #CCC;
  box-shadow: 0 0 8px #CCC inset;
}

.welcomeText {
  color: #333;
  font-size: 14px;
  float: right;
}

.stylePopup {
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: contain !important;
  max-width: 100%;
  max-height: 90%;
  display: none;
}
.stylePopupClose {
  background: #111;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  float: right;
  margin: -8px -16px 0 0;
  padding: 0 4px 5px;
  border: 1px solid #333;
  border-radius: 3px;
  cursor: pointer;
}
.stylePopupClose:hover {
  background: #F3B726;
  color: #333;
}
.styleEmailPopup {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 98%;
}
.styleEmailPopup form {
  background: #2F3C49;
  background: rgba(47, 60, 73, 0.52);
  text-align: center;
  width: 68%;
  min-width: 265px;
  margin: 0 auto;
  padding: 12px 12px 0;
  border: 1px solid #BBB;
}
.styleEmailPopup form input {
  width: 93%;
}
.styleEmailPopup form button {
  width: 100%;
}
.styleEmailPopup form a {
  font-size: 14px;
  line-height: 160%;
}

.styleScrollTop {
  position: fixed;
  top: 50px;
  right: -95px;
  background: #FFF;
  padding: 0;
  border: 1px solid #CCC;
  transition: 0.42s right;
  -webkit-transition: 0.42s right;
}
.styleScrollTop:hover {
  background: #F7F7F7;
  border: 1px solid #AAA;
}
.styleScrollTop:hover > a {
  color: #000;
}
.styleScrollTop a {
  color: #AAA;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
}


#captchaSubmit {
  color: #FFF;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #F04B3A;
  background-image: -moz-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: -webkit-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: -o-linear-gradient(top, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  background-image: linear-gradient(to bottom, #F04B3A 49%, #F04B3A 50%, #EA2825 51%, #EA2825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F04B3A', endColorstr='#EA2825', GradientType=0);
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #EA2825;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.5);
  transition: none;
  -webkit-transition: none;
}
#captchaSubmit:hover {
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #F26D5C;
  background-image: -moz-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: -webkit-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: -o-linear-gradient(top, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  background-image: linear-gradient(to bottom, #F26D5C 49%, #F26D5C 50%, #EC4A47 51%, #EC4A47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F26D5C', endColorstr='#EC4A47', GradientType=0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  outline: none;
}
#captchaSubmit:active {
  background-color: #EA2825;
  background-image: -moz-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: -webkit-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: -o-linear-gradient(top, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  background-image: linear-gradient(to bottom, #EA2825 49%, #EA2825 50%, #F04B3A 51%, #F04B3A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA2825', endColorstr='#F04B3A', GradientType=0);
}

.styleBtnGreen {
 	color: #FFF;
	font-family: 'Impact', 'Arial Bold', Gadget, sans-serif;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #AED958;
	background-image: -moz-linear-gradient(top, #AED958, #78B20E);
	background-image: -webkit-linear-gradient(top, #AED958, #78B20E);
	background-image: -o-linear-gradient(top, #AED958, #78B20E);
	background-image: linear-gradient(to bottom, #AED958, #78B20E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AED958', endColorstr='#78B20E', GradientType=0);
	display: inline-block;
	padding: 8px 24px;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #EB9527;
	border-bottom: 6px solid #484;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1), 0 1px 4px rgba(0,0,0,0.2);
}
.styleBtnGreen:hover {
	background-color: #BFEA69;
	background-image: -moz-linear-gradient(top, #BFEA69, #89C31F);
	background-image: -webkit-linear-gradient(top, #BFEA69, #89C31F);
	background-image: -o-linear-gradient(top, #BFEA69, #89C31F);
	background-image: linear-gradient(to bottom, #BFEA69, #89C31F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFEA69', endColorstr='#89C31F', GradientType=0);
}
.styleBtnGreen:active {
  margin: 4px 0 0;
  border-bottom: 2px solid #484;
}
.styleBtnGreen:focus { outline: none; }

.styleLockedInput {
  background: #CCC;
  color: #777;
  text-shadow: 1px 1px 0 #FFF;
  width: 206px;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px solid #AAA;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4) inset;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.styleMemberTopNav {
  font-weight: bold;
  text-align: right;
  float: right;
}
.styleMemberTopNav a {
  text-decoration: underline;
}
.styleMemberTopNav span {
  color: #E74C3C !important;
}
#memberNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}	
#memberNav li {
  margin-bottom: 5px;
}
#memberNav ul li a {
  text-transform: uppercase;
  background: url(/resources/img/my_account_arrow.png) no-repeat 0 -5px;
  font-family: 'Roboto Slab', serif;
  display: block;
  font-weight: bold;
  text-align: left;
  padding: 12px 21px 12px 16px;
}
#memberNav ul li a.memberNavHighlight {
  background: url(/resources/img/my_account_arrow_highlight.png) no-repeat 0 -5px;
  color: #E74C3C;
}

.stylePromo {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(top, #FFF, #EEE);
  background-image: -webkit-linear-gradient(top, #FFF, #EEE);
  background-image: -o-linear-gradient(top, #FFF, #EEE);
  background-image: linear-gradient(to bottom, #FFF, #EEE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #CCC;
  z-index: 2;
}
.stylePromo a {
  color: #C0392B;
  font-size: 14px;
  text-decoration: underline;
  line-height: 32px;
  display: inline-block;
}
.stylePromo a:hover {
  color: #E74C3C;
}
.stylePromo .stylePromoInner {
  text-align: center;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.styleNotification {
  background: #F00;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 110%;
  width: 18px !important;
  height: 14px;
  float: right;
  margin: 3px 0 0px -2px !important;
  border: 1px solid #900;
  border-radius: 3px;
  *display: none;
}
.styleSearchBox  {
  position: relative;
  top: -42px;
  right: 20px;
  width: 240px;
  margin: 0 auto;
}
.styleSearchBox.homePromo {
  position: absolute;
  top: 24px;
  right: -32px;
  width: 355px;
  float: right;
  z-index: 1;
}
.span12Fix { position: relative; }

.social-buttons {
  float: right;
  margin-right: 0px;
  width: 132px;
}
.social-buttons-move {
  margin-top: -22px;
}
.fb-share-button {
  margin-right: 10px;
}

.styleFacebook {
  background: #3C599D;
  color: #FFF !important;
  line-height: 160% !important;
  margin: 4px 0 0;
  padding: 0 8px;
  border: 1px solid #4D6AAE;
  border-radius: 4px;
  display: inline-block;
}
.styleFacebook img {
  height: 16px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

/*-------------------------- Checkout Cart CSS -------------------------------*/
.cartBox {
  background: none repeat scroll 0 0 #2A343C;
  background-color: #2A343C;
  background-image: -moz-linear-gradient(top, #2A343C, #353E47 16px, #252F38 16px, #283646 100%);
  background-image: -webkit-linear-gradient(top, #2A343C, #353E47 16px, #252F38 16px, #283646 100%);
  background-image: -o-linear-gradient(top, #2A343C, #353E47 16px, #252F38 16px, #283646 100%);
  background-image: linear-gradient(to bottom, #2A343C, #353E47 16px, #252F38 16px, #283646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A343C', endColorstr='#283646', GradientType=0);
  color: #FFFFFF;
  vertical-align: top;
  max-width: 99%;
  margin: 0px 4px 6px 0px;
  padding: 4px 2px 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.cartBox .cartTitle {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px 4px;
}
.cartColumn {
  vertical-align: top;
  width: 49.5%;
  max-width: 99%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.styleSubCatNav {
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0 0 4px;
}
.styleSubCatNav:hover {
}
.styleSubCatBox {
  background: #FFF;
  padding: 4px;
  border: 1px solid #CCC;
}
.styleSubCatBox div {
  color: #163065;
}
.sub_cat_selector {
  background-color: #F7F7F7;
  color: #000;
  width: 88%;
  border: 1px solid #0D1C1E;
}

.hideMobile { display: block; }
.hideDesktop { display: none; }


.red { color: #F00 !important; font-weight: bold; }

/*------------------------Search-----------------------*/
.content-page-inner #output { margin: 16px 0 0; }
.content-page-inner #output p {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(top, #FFF, #DDD%);
  background-image: -webkit-linear-gradient(top, #FFF, #DDD);
  background-image: -o-linear-gradient(top, #FFF, #DDD);
  background-image: linear-gradient(to bottom, #FFF, #DDD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD', GradientType=0);
  text-indent: -24px;
  margin: 8px 0;
  padding: 4px 8px 4px 32px;
  border: 1px solid #CCC;
}
.content-page-inner #output p .searchLink { font-weight: bold; }










.header_signup { line-height: 110%; padding: 2px; width: 318px; }
.header_signup div { color: #000; font-size: 1em; font-weight: bold; text-align: center; }
.header_signup input[type="text"] { background: #FFF; color: #666; font-size: 0.9em; width: 69%; margin: 0; padding: 3px 8px; border: 1px solid #EEE; }
.header_signup input[type="button"] { background: #E74C3C; color: #FFF; font-size: 0.9em; font-weight: bold; line-height: 46px; float: right; width: 80px; padding: 4px 0; border: 1px solid #C0392B; box-shadow: 0 -28px 4px rgba(0, 0, 0, 0.1) inset; cursor: pointer; }
.header_signup input[type="button"]:hover { background: #F96E5E; }
.header_signup input[type="button"]:active { background: #C0392B; outline: none; }