/************************************************

Stylesheet: Custom Stylesheet
Template Name: GGB News Custom Style

*************************************************/

body {
	vertical-align:top;
	background:#ddd;
	background-image: linear-gradient(#a5a1a1 1%,#fff);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.medium-gray {
   background:#cccccc;	
}

.padding-reset {
	padding-left:0;
	padding-right:0;
}

.display-inline {
	display:inline-block;
	vertical-align:top;
}

.display-none {display:none;}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 600;
}
/*
h1 span {font-size: 1.5em;}
h2 span {font-size: 1.25rem;}
h3 span {font-size: 1.1875rem;}
h4 span {font-size: 1.125rem;}
h5 span {font-size: 1.0625rem;}
  
@media print, screen and (min-width: 40em) {
    h1 span {font-size: 3rem; }
    h2 span {font-size: 2.5rem; }
    h3 span {font-size: 1.9375rem; }
    h4 span {font-size: 1.5625rem; }
    h5 span {font-size: 1.25rem; }
    h6 span {font-size: 1rem; } 
 }
*/
strong {	font-weight: 700;}

embed, iframe, object, video, img {
    max-width: 100%;
}

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

.row {
    max-width: 39rem; 
	background:#fff;
}

.no-left-right-padding {
	padding-left:0;
	padding-right:0;
}

@media print,screen and (min-width:40em) {	
	.row {max-width: 44rem; }	
}

@media print,screen and (min-width:57.8em) {
	
	.row {max-width: 59rem; }
}

@media print,screen and (min-width:64em) {
		
    .row {max-width: 70rem; /* 1120 px */}
}


/*  New class of width-breaks between medium and large */
@media print,screen and (min-width:57.8em) {
	
	.med-large-3 {
		width:25%
	}

	.med-large-4 {
		width:33.33333%
	}

	.med-large-5 {
		width:41.66667%
	}

	.med-large-6 {
		width:50%
	}

	.med-large-7 {
		width:58.33333%
	}

	.med-large-8 {
		width:66.66667%
	}

	.med-large-9 {
		width:75%
	}

	.med-large-10 {
		width:83.33333%
	}

	.med-large-11 {
		width:91.66667%
	}
}

.arrow-left {
   width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #e5c100; 
}

/*  Top Leaderboard */

#header-leaderboard {
	width:300px;
	height:140px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	background:transparent;
	display:block;
}

@media print,screen and (min-width:50em) {
	#header-leaderboard {
		width:720px;
	    height:110px;
		display:block;
	}
}

@media print,screen and (min-width:63.95em) {
	
	/* At screen width less than break point, 728 ad should be centered and not float */
	#header-leaderboard {
	/*	max-width:500px;
		float:right;
		padding-right:2%;   */
	}
}

/*  Header */

#logo-header {
	padding:20px 1%;
	padding-bottom:8px;
	 -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;

  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;

  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

#logo {
	width:100%;
    padding-right:30px;
}

#logo img {
	padding-top:0px;
}


@media print,screen and (min-width:40em) {
	#top-bar-menu {
         display:none;
    }
}

.off-canvas {
	background:#fff;
}

/* Top Subscribe */

#header-subscribe {
    width:100%;
	max-width:350px;
	margin-top:6px;
	/*background:#668014;*/
	  background-image:
    radial-gradient(
      circle ,
      #595959,
      #262626
    );
	color:#fff;
	padding:5px 3px;
	text-align:center;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}


#header-subscribe a{
	color:#fff;
}

#header-subscribe .subscribe-message {
    width:82%;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	display:inline-block;
	max-width:315px;
}



#header-subscribe .subscribe-now-arrow  {
    width:10%;
	margin-left:4%;
	display:inline-block;
	padding:3px;
}

#header-subscribe .subscribe-now-button  {
    display:none;
}
	
/* Top login form */

#top-login-form {
    width:30%;
	position:relative;
}

#top-login-form h5 {
    font-size:0.76rem;
	font-weight:400;
	position:absolute;
	width:310px;
	top:-84px;
	left:10px;
	background:#fff;
	border:1px dotted #000;
	padding:8px;
	-moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px; 
	 visibility: hidden;
}

#top-login-form h5 span {
    color:#880000;	
}

#top-login-form.columns {
	padding:0;
}

#top-login-form form {
    float:right;
	 width:310px;
     padding:5px 5px 0px 7px;
     background:#e0e0e0;
     border-top: 3px solid #e0e0e0;
     border-right: 10px solid #e0e0e0;
     border-bottom: 3px solid #e0e0e0;
     border-left: 10px solid #e0e0e0;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px; 
}

#top-login-form .rcp_form fieldset.rcp_login_data {position:relative;}

#top-login-form .rcp_form p {
	margin-bottom:3px;
    line-height:1.13;
}

#top-login-form .rcp_form label[for="rcp_user_login"], #top-login-form .rcp_form label[for=rcp_user_pass] {
	display:inline-block;
    vertical-align:middle;
	width:30%;
	text-transform:uppercase;
	font-size:0.8rem;
	margin:0;
     line-height:1.1;
}
/*
#top-login-form #rcp_login_form.rcp_form label[for="rcp_user_login"]:after {
    content:" OR EMAIL";
	font-size:0.8rem;
     line-height:1.1;
}
*/
#top-login-form .rcp_form input[type="text"], #top-login-form .rcp_form input[type="password"] {
    width:65%;
	display:inline-block;
	height: 1.5775rem;
    font-size:80%;
    padding:2px 4px;
}

#top-login-form .rcp_form input#rc_user_login, #top-login-form .rcp_form input#rc_user_pass {
	display:inline-block;
	width:67%;
	padding:0.1em 3%;
	margin-bottom:1px;
}

#top-login-form .rcp_form [type=checkbox] {
	margin-bottom:0;
	    margin-right:4px;
}

p.rcp_user_remember, p.rcp_lost_password {
	display:inline-block;
	width:47%;
}

#top-login-form .rcp_form label[for="rcp_user_remember"] {
	width:auto;
    font-size:80%;
}

#top-login-form .rcp_form span.user_remember label {
	width:auto;
	margin-right:10px;
}

#top-login-form .rcp_form p.rcp_lost_password {
    width: 50%;
    font-size: 0.79rem;
  /*  position: absolute;
    top: 64px;
    right: 1px; */

}

#top-login-form .rcp_form p.rcp_lost_password a {
    padding-top: 7px;
    padding-bottom: 5px;
}

#top-login-form .rcp_form span.rc_lost_password a {
	font-size:11px;
}

#top-login-form .rcp_form p#login_submit {
    text-align:center;
}

.rcp_form input[type="submit"] {
   border:0px solid blue;
   background-image: linear-gradient(#e50000, #9d0d0f);
   padding-left:20px;
   padding-right:20px;
   padding-top:5px;
   padding-bottom:5px;
	margin-left: 20px;
	text-transform:uppercase;
	font-size:12px;
    font-weight:bold;
    color:#fff;
}

#top-login-form .rcp_form input[type="submit"] {
   padding-left:80px;
   padding-right:80px;
   margin-left:40px;
}

#top-login-form p.rcp_error {
   font-size:0.9rem;
}

div.rcp_logged_in, #top-login-form p.rcp_check_email {
  background-image: linear-gradient(#ccc, #eee); 
  padding:5px 10px;
  border-radius:3px;
}

#top-login-form .rcp_check_email

/* Top lost password form */

#rcp_lostpassword_form:before {
	content:"Enter your user email address or user name.  A link for the password reset will be sent to your email.";
}

#top-login-form p, #top-login-form #rcp_lostpassword_form.rcp_form label[for="rcp_user_login"]:before, #top-login-form #rcp_lostpassword_form.rcp_form label[for="rcp_user_login"], #top-login-form #rcp_lostpassword_form.rcp_form input[type="text"] {
		font-size:0.8rem;
}

#top-login-form #rcp_lostpassword_form.rcp_form label[for="rcp_user_login"]:before {
   content:"Enter Your ";
}

#top-login-form #rcp_lostpassword_form.rcp_form label[for="rcp_user_login"], #top-login-form #rcp_lostpassword_form.rcp_form input[type="text"] {
	display:block;
	width:90%;
	text-transform:none;
	margin:0;
}

#top-login-form #rcp_lostpassword_form.rcp_form input[type="submit"] {
    margin-left: 20px;
   padding-left:20px;
   padding-right:20px;
} 

/*  Password reset form */

#top-login-form .rcp_form .rcp_change_password_fieldset label {display:block;}
	
#top-login-form .rcp_form .rcp_change_password_fieldset input[type="submit"] {margin-left:0;}

@media print,screen and (min-width:40em) {
	
	#logo-subscribe-combined {
	    display:inline-block;
		border-bottom:0px solid red;
		width:48%;
	}
	
	#logo {padding-right:0;}
	
	#header-subscribe {
	}
	
	#header-subscribe .subscribe-message {
		width:82%;
		text-align:center;
		font-size:80%;
	}
	
	#top-login-form {
		display:inline-block;
		float:right;
		width:50%;
	}
	
	#top-login-form:hover h5 {
		visibility: visible;
	}
	
	#top-login-form h5 {
		visibility: hidden;
	}
	
}

@media print,screen and (min-width:57.8em) {
	
	#logo-subscribe-combined {
		width:63%;
	}
	
	#logo {
		border-bottom:0px dotted orange;
		width:65%;
		display:inline-block;
		vertical-align:top;
	}
	
	#header-subscribe {
		width:33.5%;
		display:inline-block;
		vertical-align:top;
		padding-top:10px;
		 height:123px;
		margin-top:0;
	}
	
	#header-subscribe .subscribe-message {
		width:90%;
	}
	
	 #header-subscribe .subscribe-now-arrow  {
          display:none;
     }
	
	#header-subscribe .subscribe-now-button  {
          display:block;
		  margin-top:15px;
     }
	
	#header-subscribe .subscribe-now-button a {
		   width:70%;
		   margin:0 auto;
		   padding:6px 6px;
		   font-weight:800;
		   background-image:
           radial-gradient(
              circle ,
              #ffd700,
            #ccac00
            );
          display:block;
		  margin-top:6px;
		-webkit-border-radius: 2px; 
	    -moz-border-radius: 2px; 
	     border-radius: 2px; 
     }
	
	#top-login-form {
		width:30%;		
	}
	
    #logo img {
	   width:360px;
    }
}

@media print,screen and (min-width:64em) {
	#logo-subscribe-combined {
		width:67%;
	}
	
	#logo {
		width:57%;
		border-bottom:0px solid green;
	}
	
	#header-subscribe {
		width:41%;
	}
	
	#top-login-form {
		width:31.6%;
	}
	
    #logo img {
	   width:360px;
    }
}




/*  Non-mobile menu */

.top-bar.row {
	
}


.top-bar, .top-bar ul {
    background:transparent;
}

.top-bar {
	padding: 0.2rem  1%  0.0rem  1%;
}

#main-menu, #main-menu-inner {
	background:#9d0d0f;
}
.menu > li {
   padding-top:0.2rem;
   padding-bottom:0.4rem;
}

#main-menu .menu > li:hover {
 /*    background:#eee;
     padding-bottom:0.2rem;
     border-bottom:0.2rem solid #8c9fc4;  */
}

#main-menu .menu > li > a {
   border-right:1px solid #ddd;
    color:#fff;
    padding: .1rem 0.4rem;
	font-size:0.7rem;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-menu .menu > li > a:hover {
	text-decoration:underline;
}

/*  Slightly more right padding for menu dropdown li */
.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 0.7rem;
}

/*  color of triangle drop-down indicator */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border-color: #fff transparent transparent;}

/*  vertically position the drop-down menu */
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {    top: 110%; }

/* no border on sub-menu with black background */
.is-dropdown-submenu { border:0;}

/*  Don't highlight the active menu li */
.menu .active > a {
    background: none;
    color: #000;
}

/* Make the horizontal menu stay horizontal on mobile */

.menu.medium-horizontal > li {
	display: table-cell;
	text-align:center;
	vertical-align:top;
}

@media print,screen and (max-width:39.99em) {
	.menu.medium-horizontal > li.menu-item-352, .menu.medium-horizontal > li.menu-item-353 {
	    display: none;
	}
	
	#main-menu .menu > li > a {
		min-height:18px;
		/*background-image: linear-gradient(#b24041,#561516); */
		/*padding-bottom:2px;*/
	}
}

@media print,screen and (min-width:24em) {
	#main-menu .menu > li > a {
		font-size:0.86rem;
	}
}

@media print,screen and (min-width:40em) {
	#main-menu .menu > li > a {
	    padding: 0 0.6rem;
		margin:.3rem 0;
		font-size:0.86rem;
	}
	
	
	
}

@media print,screen and (min-width:57.8em) {
	#main-menu .menu > li > a {
	    padding: 0 0.9rem;
		margin:.3rem 0;
	}
}

/* Header Search */

.top-bar #search {
	min-width:200px;
	position:relative;
	top:0.15rem;
	padding-left:10px;
}

.top-bar #search form {height:29px;vertical-align:top;}

.top-bar #search label, .top-bar #search input.search-field[type="search"]{
    max-width: 150px;
    margin-right: .01rem;
	margin-bottom:0;
	padding: .2rem;
	line-height: 1.0;
	height: 1.56rem;
}

.top-bar #search label {
	padding:0 ;
	height:1.75rem;
}

.top-bar #search input.search-submit {
	margin:0;
	padding:1px;
	height:1.8em;
	width:2em;
	vertical-align:top;
	padding: 0;
    background-image: url(/wp-content/themes/JointsWP-CSS-master/assets/images/search_20_red_bg.png);
	background-size: 100%; 
    background-position: center;
	background-repeat: no-repeat; 	
}

#search input.search-submit.button {
   background-color:transparent;
}
	

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


#sub-head {
	padding:10px 2% 5px 1%;
    font-size: 0.8em;    
     color:#79003e;
	color:#000;
     font-weight:bold;
}

#sub-head div {
	border-top:1px double #ccc;
    border-bottom:1px double #ccc;
	padding:6px;
}

.print-option-link {float:right;}

.tax-issuem_issue h3.page-title {
    max-width: 320px;
    display: inline-block;
} 

.print-option-link a {
	font-weight:400;
	font-style:italic;
}

#top-of-site-message {
    font-size: 0.93rem;
    margin-top: -10px;
    margin-left: -4px;
	margin-right: -4px;
    margin-bottom: 10px;
    line-height: 1.3;
    background: #f8f8f8;
    padding: 5px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}

#text-2 {/*top widget*/
	display:none;
}
	

	/* Main */

@media print,screen and (max-width:57.799em) {
	#main {
           float:none;
    }
	
}

	
@media print,screen and (min-width:57.8em) {
	#main {
	   padding-left:0.7rem;
	   padding-right:0.7rem;
	   width:65.0%;
   }
	
	#sub-head > div {
		 width:65%;
	}
	
   .page-template-template-full-width #main, .page-template-template-full-width #sub-head > div {
	   width:100.0%;
   }
	
	  
}

#sidebar1.columns {
	padding-left: .325rem;
	padding-right: .325rem;
}

#sidebar1 h3 {
	font-size: 0.8rem;
	color: #880000;
	padding: 5px 0;
	padding-left:4px;
	margin: 0px;
	text-align: left;
	width: 100%;
	line-height: 1.2;
	 border-bottom:1px solid #000;;
}

#sidebar1 h3.red {
	background: #880000;
	color: #fff;
    border-bottom:none;
	text-align:center;
}

#sidebar1 h4 { display:none;}

#sidebar-left, #sidebar-right  {
	  display:inline-block;
	  vertical-align:top;
	  margin-top:15px;
}

#sidebar-left  {
      width:150px;
	  margin-left:2%;
}

#sidebar-right  {
      width:120px;
	  margin-left:5px;
}

/*  Sidebar calendar */
#casino-calendar-title, #casino-calendar {
      width:155px;
      margin-right:-13px;
      margin-left:-5px;
}

#casino-calendar {
      border:1px solid #ccc;
      height:500px;
      overflow-y:scroll;
      overflow-x:hidden;
	  font-family: Arial, Helvetica, sans-serif;
      font-size:0.74rem;
	  text-align:left;
      padding:5px;
      padding-top:10px;
	  margin-bottom: 20px;
}

#casino-calendar p {
	  line-height:1.4;
	  font-size:0.82rem;
}

#casino-calendar strong {
  /*    font-size:0.65rem;
	  letter-spacing:-0.01rem;*/
}

  /* To make the calendar scrollbar visible on mobile Safari browsers */
.casino-calendar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.casino-calendar::-webkit-scrollbar:vertical {
    width: 8px;
}

.casino-calendar::-webkit-scrollbar-thumb {
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
} 

#casino-calendar hr {
      display:block;
	  margin: 0.4rem auto;
      width:80%;
}

div.highlight-event {
	background:#d7ecff;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:20px;
	font-size:105%;
	border-top:4px solid navy;
	border-bottom:4px solid navy;
}

div.highlight-event a {
	color:navy;
}

.sidebar-ads-narrow  {
	 
      width:120px;
}

.sidebar-ads-narrow div {margin-bottom:25px;}



#sidebar1 a, .menu-sidebar-sections-container ul li  {
      /*  display:block;*/
        color:#000080;
        font-size:0.8rem;
    }

#sidebar1 a:hover  {
	color:#ccc;
}

#sidebar-features, #sidebar-columns {
	margin-left: -0.4rem;
}

#sidebar-features h3, #sidebar-columns h3 {
 /* color:#880000;
  font-size:0.8rem;
  background:transparent;
  border-bottom:1px solid #000; */
  text-align:left;
}

#sidebar1 #sidebar-features ul, #sidebar1 #sidebar-columns ul {
  list-style-type: none;
  background:#f8f8f8;
  padding-left:0.3rem;
  padding-right:0.5rem;
   margin-left:0;
}

#sidebar1 #sidebar-features li, #sidebar1 #sidebar-columns li {
  margin-left:0;
  padding-top:4px;
  padding-bottom:4px;
}

#sidebar-features a, #sidebar-columns a {
	display:block;
    color: #535353;
	font-weight:800;
   line-height:1.3;
   font-size:0.7rem;
	text-transform:uppercase;
}

@media print,screen and (min-width:57.8em) {
	#sidebar1.columns {
	    padding-left: .825rem;
	}
	
	#sidebar-right  {
		  margin-left:5%;
	}
}



	
/* At widest screen widths, remove #main right padding to add width  */
@media print,screen and (min-width:69em) {
	#main {
	    padding-top:0em;
		padding-left:1.075rem;
		padding-right:1.75rem;
		width:68.5%;
	}
	
	.home #main {padding-right:0.75rem;}
	
 /*   .home #main, .archive.tax-issuem_issue_categories #main {
	    padding-top:0.0em;
   }  */
}

		
	/* At screen width less than break point, sidebar should stack under #main and be ~ 300px wide */
	#sidebar1 {
		width:18.9rem;
		float:none;
	    margin:10px auto 0 auto;
	}

     #sidebar-right-ads {
		margin-top: 20px;
		width: 43%;
		float: right;
     }

	#sidebar1 .widget {
        max-width:300px;
        border:1px solid #ddd;
        margin-bottom:12px;
        padding-bottom:8px;
	}

	#sidebar1 #custom_html-6.widget {
        border:1px solid #000;
	}

    #sidebar1 h4.widgettitle {
      font-size: 0.8em;
	  font-weight:bold;
	  text-transform:uppercase;
      background: #ddd;
      border-top:0px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.3em 1px 0.2em 8px;
	  margin-top:0px;
	  margin-bottom:5px;
    }

    a.sidebar-listen-in-itunes {
		display:block;
	    margin-top:5px;
		text-align:center;
    }

   #sidebar1 li {
		padding-bottom:3px;
		padding-bottom:3px;
        border-top:1px solid #eee;
        margin-left:8px;
        margin-right:3px;
    }

    #sidebar1 li:first-child {
        border-top:none;
    }


     
    .menu-sidebar-sections-container .menu > li > a {
       font-weight:normal;
       line-height:1.6;
		border-right:0;
        padding:3px 0 3px 0;
    }

    #sidebar1 a, #sidebar1 .menu-sidebar-sections-container ul li a {
       margin-left:0;
    }

    #sidebar1 a:hover {
        color:#1779ba;
    }

	#sidebar1 .menu > li, #sidebar1 .menu > li:hover {
     background:none;
     border-bottom:0;
     padding:0;
	}

    #sidebar1 .widget .sidebar-image-link image {
       margin:0 auto;
    }
	


@media print,screen and (min-width:57.8em) {
	
	/*  Sidebar will adjust slightly at medium screen widths, ads will need to be re-sized */
	#sidebar1 {
		width:19.9rem; 
	}
	
	#sidebar1 {
		float:right;
		/* width:16rem; */
		border-left:0.05rem solid #ccc;
		padding-right:0.3rem;
		padding-left:0.7rem;
		margin-top:-50px;		
	}	
}

@media print,screen and (min-width:64em) {
	
	#sidebar1 {
		width:20.9rem;
		padding-left:1.2rem;
	}	
}

@media print,screen and (min-width:69em) {
	
	/* At widest screen widths, add left padding to sidebar  */
	#sidebar1 {
		width:21.2rem;
		padding-left:1.4rem;
	}
}

/* Home Page block styles */

.left-right {
     margin-top:30px;
}

.left-right:first-child {
     margin-top:10px;
}

/*  Sets a max width of columns on a 2-column page */
    .main-left, .main-right{ max-width:30rem;}

/*
.main-left article {
	background:#d7ecff; 
}

.main-right article {	
	background:#bde0ff;	
}  */

@media print,screen and (max-width:39.9em) {
	/*  At small screens, columns in a 2-column page should be stacked, centered, and not float  */
	.main-left, .main-right {
		float:none!important;
		margin:0 auto;
	}
}

@media print,screen and (min-width:40em) {

	/*  At this screen width and above, make the 2 columns of a 2-column page */
	/*   line up side-by-side  */
	/* Remove outer padding of columns for 2-column pages */
	/* Keep inner padding for spacing */
	.main-left {
		padding-left:0;
		padding-right:1.025rem;
		border-right:1px solid #ccc;
	}
	
	.main-left.background-border {
	    border-right:0;		
		background-image: url('/wp-content/themes/JointsWP-master/assets/images/alt-border-1.png');
        background-position: 100% 40px; 
		background-repeat: no-repeat; 	
	}
	
	.main-right{
		padding-left:1.025rem;
		padding-right:0;
	}
	
}


@media print,screen and (min-width:64em) {
	
	/* Increase spacing between columns on 2-column page at larger screen widths */
	.main-left {	
		padding-right:1.9rem;
	}

	.main-right{	
		padding-left:1.9rem;
	}
}

/*  Home Page section header styles */

/* .home h2.section-title, .archive.tax-issuem_issue h2.section-title {
      font-size: 0.8em;
	  font-weight:bold;
	  text-transform:uppercase;
      background: rgb(155,18,25);
      border-top:1px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.4em 1px 0.3em 8px;
	  margin-top:30px;
	  margin-bottom:15px;
}

*/

.home h2.section-title, .archive.tax-issuem_issue h2.section-title {
      font-size: 1.0em;
      font-weight:800;
      text-transform:uppercase;

}

.home h2.section-title, .archive.tax-issuem_issue h2.section-title {
      color:#ffffff;
      display:block;
      width:100%;
      background: url('/wp-content/themes/JointsWP-CSS-master/assets/images/ggb-column-title-bg.gif') no-repeat;
	  background-size:cover;
	  background-position: left center;
	  background-color: #9d0d0f;
      border-top:1px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.4em 1px 0.3em 28px;
	  margin-top:3px;
	  margin-bottom:4px;
	  padding-bottom:5px;
}

.home h2.section-title a, .archive.tax-issuem_issue h2.section-title a {
	 color:#ffffff;
	 font-weight:bold;
}

.home h2.section-title a:hover, .archive.tax-issuem_issue h2.section-title a:hover {
	 text-decoration:underline;
}

/*  If it's not the first section in a home_block, then add a top margin. */
.home h2.section-title.section-not-first, .archive.tax-issuem_issue h2.section-title.section-not-first {
	   margin-top:24px;
}

/*.home h2.section-title a, .archive.tax-issuem_issue h2.section-title a {
	  color:#fff;
} */

.home h2.section-title .see-all, .archive.tax-issuem_issue h2.section-title .see-all {
      display:none;	
}

@media print,screen and (min-width:57.8em) {
}

/*  Home Page article styles */

.home article, .archive.tax-issuem_issue article  {
	vertical-align:top;
	padding-top:10px;
	padding-bottom:0;
	border-top:3px double #ccc;
	margin-bottom:18px;
}

.home article.article-1, .home .large_left article.article-2, .archive.tax-issuem_issue article.article-1, .archive .large_left article.article-2  {
	padding-top:3px;
	border-top:0px solid #efefef;
}

.archive.tax-issuem_issue_tags article {
	border-top: 1px solid #ccc;
	padding-top:15px;
	padding-bottom:5px;
}

/*.home article .photo {
	float:left;
	width:35%;
	max-width:125px;
	vertical-align:top;
    margin-right:10px;
	
}

*/

.home article .photo, .archive.tax-issuem_issue article .photo, .archive.tax-issuem_issue_categories article .photo, .archive.tax-issuem_issue_tags article .photo {
	float:left;
	width:34%;
	max-width:100px;
	max-height:200px;
	overflow:hidden;
	vertical-align:bottom;
    margin-right:10px;
}

.archive.tax-issuem_issue_tags article .photo {
	max-width:200px;
}

.archive article .photo {
	display:table-cell;
	vertical-align:baseline;
}

.home #home_block_1 article .photo {
	max-height:90px;
}

.home article .photo img, .archive article .photo img {
	width:100%!important;
	margin-top:3px;
	padding-bottom:5px;
	height:auto;
}

.home #home_block_1.wide-image article .photo, .archive #home_block_1.wide-image article .photo {
	float:none;
	width:100%;
	max-width:330px;
	max-height:600px;	
}

.home article .preview, .archive article .preview {
	vertical-align:top;
}

.home article h2.entry-title, .archive article h2.entry-title {
	 font-size: 1.34em;
	  line-height:1.2;
	  margin-bottom: .4rem;
	  margin-top: .4rem;
}

.archive.tax-issuem_issue_categories article h2.entry-title {
      display:table;
}

.archive.tax-issuem_issue_tags  article h2.entry-title {
		 font-size: 1.84em;
}

.home article h2.entry-title a, .archive article h2.entry-title a {
	font-weight:bold;
	 color: #6f0405;
}

.home article h2.entry-title a:hover, .archive article h2.entry-title a:hover {
    color: #B88283;
}

.home .wide-image article h2.entry-title,  .archive .wide-image article h2.entry-title {
	font-size: 1.5em;
	margin-top:10px;
	 margin-bottom: .25rem;
}

.home article .entry-summary, .archive article .entry-summary {
	 font-size: 0.94rem;
	 line-height:1.35;
}


.home #home_block_1.wide-image article .entry-summary {
	 font-size: 0.85em;
	 line-height:1.3;
}

.home article:last-child, .archive article:last-child {
    border-bottom:0;
}

a.see-more {
	display:block;
	color:#404040;
	font-size: 0.92em;
	font-style:italic;
	margin-bottom:20px;
}

a.see-more:hover {color:#2b2ba6;}

@media print,screen and (min-width:40em) {	
     .home article.cover-article .entry-summary, .archive article.cover-article .entry-summary {
	          margin-top:6px;
       }
	
	.archive.term-global_gaming_business_podcasts article .photo {
		width:38%;
		display:block;
		vertical-align:baseline;
		max-height:139px;
		overflow:hidden;
	}
}	

@media print,screen and (min-width:64em) {	
    .home article, .archive.tax-issuem_issue article {
	       padding-right:8px;
     }
}

/* Home Cover Article */

.home  article.cover-article, .archive.tax-issuem_issue article.cover-article {
	/*background: url('/wp-content/uploads/2017/11/ggb-free-story.gif') no-repeat right top;*/
}

.home article.cover-article.article-1 h2.entry-title a, .archive.tax-issuem_issue article.cover-article.article-1 h2.entry-title a {
	font-size:1.4em;
}

.home article.cover-article .photo, .archive.tax-issuem_issue article.cover-article .photo {
    width: 48%;
    max-width: 350px;
    max-height: 260px;
	margin-right:20px;
}

.home article.cover-article .photo.portrait, .archive.tax-issuem_issue article.cover-article .photo.portrait {
    width: 35%;
}

@media print,screen and (min-width:40em) {	
	 .home article.cover-article .photo, .archive.tax-issuem_issue article.cover-article .photo {
	     width: 38%;
	}
	
	.home article.cover-article .photo.portrait, .archive.tax-issuem_issue article.cover-article .photo.portrait {
    width: 25%;
     }
}

/*  Footer  */

footer.footer {
    margin-top: 0em; 
	margin-bottom: 1em;
    padding:0;
	padding-bottom:20px;
}

#inner-footer {
	padding-top:1em;
	border-top:1px solid #880000;
    color: #fff;
    background: #fff;
    font-size: 0.75rem;
    padding-top: 1em;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.75rem;
		 -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;

  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#inner-footer .textwidget a {
    margin: 0px 00px 6px 00px;
    font-size: 0.6rem;
    padding: 0 0.5em;
}

#inner-footer, #inner-footer .textwidget a {
	color:#000;
	font-size:0.96rem;
}

#inner-footer, #inner-footer .textwidget a:hover {
        color:#1779ba;
}


/*  Single Article Page Styles */

.single-article #breadcrumbs {
	color: #999;
	font-size: 0.78rem;
	line-height: 1;
	padding-bottom:0.85em;
	border-bottom: 1px solid #e9e9e9;
}

.single-article article .article-header {
    border-top: 0px solid #cccccc;
    margin: 0 0 5px 0;
    padding-top: 0.3em;
    padding-bottom: 0.4em;

}

.single-article article h1.entry-title {
    padding-bottom: 0;
	font-size: 1.4rem;
}

.single-article article .entry-meta {
    margin-top: 3px;
    margin-bottom: 2px;
    text-transform: none;
    padding: 3px 0 4px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    display: block;
    color: #222;
    font-size: 0.80rem;
	font-weight:700;
}

.single-article article .entry-meta a {
	color:#333;
}

.single-article article .entry-author, .single-article .entry-date {
	font-size:90%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0em;
}

.single-article article .entry-author span.author {
    margin-right: 20px;
}

     /* Social Share buttons in articles */

.single .article .entry-meta .social-share-buttons {
    display:inline-block;
    margin-left:0%;
}

@media print,screen and (min-width:40em) {	
	.single .article .entry-meta .social-share-buttons {
             display:inline-block;
             margin-left:15%;
     }
}

span.share-share {
    font-size:16px;
     vertical-align:bottom;
     display:inline-block;
}

.single .article a.social-share-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    vertical-align:top;
}

.single .article .entry-meta .social-share-buttons a.social-share-link  {
    padding: 4px 8px 4px 8px !important;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
}
 
a.social-share-link:hover, a.social-share-link:active {
    color: white;
}
 
a.social-share-twitter {
    background: #00aced;
}
 
a.social-share-twitter:hover,a.social-share-twitter:active {
    background: #0084b4;
}
 
a.social-share-facebook {
    background: #3B5997;
}
 
a.social-share-facebook:hover,a.social-share-facebook:active {
    background: #2d4372;
}

a.social-share-linkedin {
    background: #0074A1;
}
 
a.social-share-linkedin:hover,a.social-share-linkedin:active {
    background: #006288;
}
 
a.social-share-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}


 .single-article article .entry-summary {
    color: #686868;
	font-size:0.8rem;
    font-style: italic;
    line-height: 1.25;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #e9e9e9;
}

.single-article article .entry-thumbnail {
    width: 45%;
    float: left;
    margin-right: 3%;
}

.single-article article .entry-thumbnail.portrait {
    max-width: 120px;
}

.single-article article .entry-thumbnail.headshot {
    width: 25%;
}

.single-article.postid-45729 article .entry-thumbnail.full-width {
     width:95%;
     max-width:640px;
}

.single-article article .entry-thumbnail img {
    width: 100%;
    height:auto;
	margin-bottom: 5px;
}

.single-article article .entry-content {position:relative;}

.single-article article .entry-content img.exclusive {
	float:right;
	height:10em;
}

.single-article article .entry-content p, .single-article article .entry-content p span, .single-article article .entry-content li, .page article .entry-content p, .page article .entry-content li {
    font-size:0.96rem!important;
	font-family: Arial,Helvetica,sans-serif!important;
}

caption {
	font-size: 0.8rem;
}

.single-article article .entry-content li {
    margin-bottom:0px;
}

.single-article article .entry-content ul.forty-under-forty li {
    margin-bottom:0px;
}


/*  Article Flickr Slideshow */

.flex-sub {
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
	
}

.single-article #cycle {
    margin: 0 auto;
    margin-bottom:10px;
    padding: 0;
    width: 100%;
    height: 100%; 
	/*width:100%;*/
	max-height:400px;
    padding-bottom: 10px;
}

.single-article #cycle:after {
    content:"";
	clear:both;
}

.single-article .fsDemo { height: 300px; width: 595px; }

.single-article #flickr-slide {
	padding: 10px 0 0 0 ;
	}

.single-article #cycle li { position: relative; list-style: none; margin: 0; margin-bottom: 3px; width:100%;max-height:400px;overflow: hidden;text-align:center;height:100%!important}

.single-article #cycle li img {height:100%;width:auto;max-height:350px;}

.single-article #cycle li div { position: absolute; bottom: 36px; left: 3px; padding: 3px; width: 99%; background: black; color: white; font-size: 12px; opacity: .8;display:block!important;}

.single-article.postid-33567 #cycle li div {
	display:none!important;
}

.single-article .flickr-prev-next {text-align:center;margin:0 auto 3px auto;width:100%;}

.single-article .flickr-prev-next span {display:inline-block;margin-right:10px;padding:4px 8px;font-size:1.0em!important;color:#fff;background:#007acc;border:1px solid #ccc;border-radius:1px;}

.single-article .article-footer {
	margin-top:20px;
}

@media print,screen and (min-width:35em) {
	.single-article div.flex-video.for-flickr {
	        padding-bottom:50%;
	}
	
	.single-article #cycle li img {height:100%;width:auto;max-height:300px;}
}

@media print,screen and (min-width:40em) {
	
	article.rcp-no-access form.rcp_form, p.member-login {
		max-width: 300px;
		margin-left: 250px;
		clear:both;
	}
}

@media print,screen and (min-width:64em) {
	.single-article #cycle li img {height:100%;width:auto;max-height:400px;}
}

.podcast_player audio {
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
}

.podcast_meta {position:relative}

.podcast_meta p.article-link-to-itunes {
    position: relative;
    top: -10px;
    margin-right: -15px;
}

.podcast_meta  p.article-link-to-itunes.spotify {
    top: -30px;
}

.podcast_meta p.article-link-to-itunes.spotify a, a.spotify-sidebar {
    color:#197919;
}

@media print,screen and (min-width:40em) {
	.podcast_meta p.article-link-to-itunes {
		position: absolute;
		top: 0;
		right: 0;
        width:auto;
		margin-right:0;
	}
	
	.podcast_meta p.article-link-to-itunes.spotify {
        top: 18px;
		right: 205px;
    }
}

.author-description {
	font-size:0.86rem;
	color:#333;
	font-style:normal;
    border: 1px solid #ccc;
	background:#eee;
    padding: 10px;
    margin-bottom: 20px;
}

.author-avatar {
	float:left;
    width: 35%;
    max-width: 110px;
    padding-right: 14px;
}

.author-bio br{
    margin-bottom:10px;
}

a.author-link {display:block;}

#article-footer-right {
	float:left;
	padding-top:10px;
}


/*
.carousel-loop .jcarousel {
    width: 100%;
    overflow: hidden;
}
.jcarousel {
    padding-left: 8px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single.layout-narrow .carousel-loop li {
    margin-right: 13px;
    width: 130px!important;
}
.layout-narrow .carousel-loop li {
    margin: 0;
    padding: 0;
    margin-right: 14px;
    padding-right: 13px;
    width: 143px;
    width: 133px;
    border-bottom: 0px solid #eee;
    max-height: 300px;
    overflow: hidden;
}
.layout-narrow .carousel-loop li {
    width: 182px;
}
.content-area ul li {
    list-style: none;
}
.carousel-loop li {
    border-right: 1px solid #e9e9e9;
    width: 222px;
    margin-right: 20px;
    padding-right: 19px;
}
.jcarousel li {
    float: left;
}
.carousel-loop li {
    list-style: none;
} 

.carousel-loop .hentry {
    position: relative;
}
.jcarousel article {
    text-align: center;
    height: 100%;
    border-bottom: 0px solid #ccc;
    position: relative;
}

.single .jcarousel article .photo {
    width: 119px;
    margin: 0 auto;
    line-height: 132px;
    vertical-align: bottom;
    text-align: center;
    height: 80px;
}
.jcarousel article .photo {
    width: 100%;
    height: 110px;
    height: 134px;
    overflow: hidden;
}
.photo {
    position: relative;
    overflow: hidden;
}
#carousel-1 .hentry a.video-thumbnail {
    display: block;
    position: relative;
}
.single .jcarousel article .photo img {
    width: auto !important;
    max-width: 100%;
    max-height: 80px;
    display: table-cell;
    vertical-align: top;
}
.jcarousel article .photo img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px;
    display: table-cell;
    vertical-align: middle;
}
.jcarousel article .preview {
    text-align: left;
    border: 0px solid blue;
    margin-top: 10px;
}
.carousel-loop .hentry .entry-title {
    font-size: 15px;
    margin-bottom: 10px;
}

*/

.newsletter-form h3{font-size:1.0rem;}
.newsletter-form .submit-container {width:100%;}
#ic_signupform .elcontainer .submit-container input[type="submit"]{font-weight:800!important;}

#ic_signupform .elcontainer .formEl input[type="text"] {color:#333!important;}

.rcp-no-access .newsletter-form {display:none;}

.paywall-subscribe {
	display: inline-block;
	padding:5px 10px;
	font-weight:800;
	background:#880000;
	color:#fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

/* Single Page */
.page ul li {
	margin-bottom:0.6rem;
}

/*  Section Archive  */

.archive .page-header, .page .archive-page-title, .page .article-header, .search-results .page-header, .archive.author .page-header {
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #1a1a1a;
    margin: 0 1% 30px 3%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 120%;
}



.archive .page-header h3, .page .article-header h3,  .search-results .page-header h3,  .archive.author .page-header h3 {
    font-size: 1.1em;
	line-height:1.2;
	margin-bottom:0;
}

@media print,screen and (min-width:40.0em) {
	
	.archive .page-header, .page .archive-page-title, .page .article-header,  .search-results .page-header,  .archive.author .page-header {
         margin: 0 6% 30px 0;
	}

.archive .page-header {
    margin-bottom:20px;
    }
}

.archive-row {
    position: relative;
    margin-bottom: 10px;
}

.archive-row.first {
    border-bottom: 3px double #ccc;
}

.archive-row.first article {
    max-width:400px;
}

.archive article, .archive.author article /*.author.tax-issuem_issue_categories article*/ {
	border-right:0;
	vertical-align: top;
	position:relative;
	font-size:90%;
    border-bottom: 3px double #ccc;
	margin-bottom:10px;
}

.archive article .photo img.wp-post-image {
	margin-bottom:20px;
}

.archive article .entry-meta, .archive.author article .entry-meta {
	
}

.archive article .entry-meta p {
      margin-bottom:4px;
}

.archive article .entry-meta .entry-date {
      display:none;
}

p.issue-linked  {
	margin-bottom:0;
	font-size:80%;
	text-align:right;
    margin-top:1em;
    margin-bottom:1em;
}

.archive .line_1 {
	display:none;
	width:47.4%;
	border-bottom: 3px double #ccc;
   /* display: inline-block;
    width: 46%;
    margin-right: 5%; */
}


/*  For Column archives that show a top photo and no article thumbs */
.archive .column-subheader {
    border-bottom: 2px solid #cccccc;
    padding-bottom:10px;
    margin-bottom: 20px;
}

.archive .column-subheader .photo {
    display: inline-block;
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.archive .column-subheader .photo img {
    padding: 2px;
    border: 1px solid #ccc;
    position: static !important;
    width:100%;
}

.archive .column-subheader .column-author {
    display: inline-block;
    font-size: 100%;
    margin-top: 10px;
    vertical-align: top;
}

/* Pagination */
#main-pagination, #main-pagination a {
    font-size: 13px;
}

#main-pagination a {
    display: inline-block;
}

@media print,screen and (min-width:40.0em) {
	
	.archive article, .archive.author article  {
	    /* min-height: 150px; */
		border-top:0;
		border-bottom:0;
		margin-bottom:0px;
		padding-bottom:40px;
	}
	
	.archive article .photo img.wp-post-image {
		margin-bottom:10px;
	}
	
	p.issue-linked  {
	   position:absolute;
	   bottom:10px;
	   margin-top:0;
   	   margin-right:15%;
	   margin-bottom:0;
   	   width:85%;
   }
   
   .archive .line_1 {
       display:block;
   }
	
   .archive .line_1.main-left {
        margin-right: 5%;
   }
}

/* Past Issues (list) and Digital Editions page */

.issuem_archive {
    float: none;
    width: 100%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 20px;
    vertical-align: top;
}

.issuem_archive a.archive_title {
    font-size: 1.15em;
    font-weight: 600;
}

.issuem_archive img {
    height: 200px;
    width: auto;
    margin: 0 auto 8px auto;
	display:block;
}

.issue_list_archive_item .photo, .issue_list_archive_item .preview {
	display:inline-block;
	vertical-align:top;
}

.issue_list_archive_item .photo {
	margin-right:10px;
}

.issue_list_archive_item {
	margin-bottom:20px;
	border-bottom:3px double #ccc;
}

.issue_list_archive_item .preview {
	width:70%;
	font-size:0.9rem;
}

.issue_list_archive_item .preview a:not(.archive_title) {
	color:#000;
	font-size:0.86rem;
}

.issue_list_archive_item .preview a:hover {
	color:#ccc;
}

#issue-archive-pagination li {display:inline-block;}
#issue-archive-pagination li a {font-size:0.9rem}


@media print,screen and (min-width:34.0em) {
	.issuem_archive {
	    width: 40%;
	}
}

/*  Search Results  */

.search-results .page-header {
	border:none;
}

.search-results article li {
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 1.0em;
    padding-left: 5px;
	line-height:1.3;
}

.search-results .entry-title {
    font-size: 100%;
    margin-bottom: 2px;
    font-weight: 500;
}

span.search-item-issue {
	font-size:90%;
	padding-left:2%;
}

/*  Author Archive */

.archive.author .page-header p {
	margin-bottom:0;
}     

/*  Back-to-top function */

#scrollup {
    background: url('/wp-content/themes/JointsWP-CSS-master/assets/images/scrolltotop-icon_top_2.png') no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: none;
    text-indent: -9999px;
}

/* Registration Page */

.page-template-template-full-width #main #post-27264 .entry-content {
		/*background:#eee;*/
		border-radius:5px;
		padding:10px 1%;
}

#post-27264 header, #post-27264 h3.rcp_header, post-40265 header, #post-40265 h3.rcp_header {
	display:none;
}

#post-27264 h3 {
	font-size: 1.8rem;
	padding-left:15px;
}

form#rcp_registration_form.rcp_form .rcp_user_fieldset p, p#rcp_discount_code_wrap {
    width:270px;
    display:inline-block;
    margin:0;
    margin-bottom:10px;
}

.rcp_form input[type="text"], .rcp_form input[type="password"], .rcp_form input[type="email"] {
    font-size: 0.9rem;
}

.register-image {
	margin-right:3%;
	margin-bottom:20px;
	padding-left:15px;
}

.register-list ul {
	list-style-type: none;
	list-style-position: outside;
}

/*.register-list ul li:before {
  content: "\2713";
	color:green;
	font-size:26px;
	z-index:-1;
}*/

.register-list ul li {
	background: no-repeat url('/wp-content/uploads/2018/04/green-check-1.png');
	padding-left:30px;
	padding-bottom:1px;
	font-size:90%;
}

.page article .entry-content .special-offer ul li, .page article .entry-content .special-offer p {
	font-size:1rem!important;
    margin-bottom: 0.2rem;
}

.page article .entry-content .special-offer p.spec {
	font-size:0.88rem!important;
	line-height:1.25;
	margin-left:10px;
}

.rcp_subscription_level.rcp_subscription_level_4 label {
    width: 90%;
}

.rcp_subscription_level.rcp_subscription_level_4 .rcp_level {
    margin: 5px 1px 0 0;
}

.rcp_subscription_level.rcp_subscription_level_4 {
	background:#efefef;
	padding:8px;
	border-left:1px solid #1779ba;
	border-right:1px solid #1779ba;
}
/*
li.rcp_subscription_level.rcp_subscription_level_4:after {
	content:"G";
	background:#efefef;
	vertical-align:top;
}
*/
/*
input#rcp_subscription_level_4:before {
	content:"SPECIAL G2E Offer - Select this option and enter discount code."
}		
*/
#post-27264 label[for="rcp_subscription_level_4"] .rcp_level_description:after {
	/*content:"IMPORTANT: Select the 6-month membership and enter discount code, below, for free 6-month offer";*/
	content:"SPECIAL DISCOUNT: For the GGBNews 6-Months Free offer, fill out the form above, select the 6-Months rate button, and enter your discount code below (discount is applied upon completion).";
	color:#000080;
	display:block;
	line-height:1.25;
}

.rcp_subscription_level.rcp_subscription_level_4 label .rcp_subscription_level_name {
	padding-left:8px;
}

/*label[for="rcp_subscription_level_4"]:after {
	content:" IMPORTANT: Fill in your information in the form, above, first, before applying the discount code.";
	font-size:0.9rem;
	font-weight:400;
	display:block;
	line-height:1.35;
	margin-left:10px;
} */

p#rcp_auto_renew_wrap {display:none!important;}

.register-list ul span {

}

.rcp_form label {
	font-size:85%;
}

#rcp_user_login_wrap label:after,#rcp_user_email_wrap label:after,#rcp_user_first_wrap label:after,#rcp_user_last_wrap label:after,#rcp_password_wrap label:after,#rcp_password_again_wrap label:after {
	content:"*";
	font-size: 0.9rem;
	font-family:"Times New Roman", Times, serif;
	color:#1779ba;
}

form#rcp_registration_form.rcp_form [type=text], form#rcp_registration_form.rcp_form [type=password] {
    height:1.9rem;   
	background:#fbfbfb;
	font-size:90%;
}

.rcp_form fieldset .rcp_subscription_message {
     margin-top:20px;
     font-weight:bold;
}

form#rcp_registration_form.rcp_form button#rcp_apply_discount {
     background:#000088;
     padding:3px 5px;
     color:#fff;
     border-radius: 2px;
     font-size:90%;
     font-weight:bold;
}

.rcp_login_link:before {
	font-size:1.1rem;
	content: "Create your account. ";
	padding-bottom:20px;
	font-weight:bold;
}

.rcp_login_link {
	padding-left:5px;
}

.page-id-40265 .rcp_login_link p {
	display:none;
}

.rcp_login_link, .rcp_login_link a {
	 font-size:0.8rem;
}

.rcp_login_link a {
	 text-transform:uppercase;
}

label[for=rcp_auto_renew]:after {
	content: " - select here for convenient auto-renew of your membership";
}

.rcp_login_link a {
	font-weight:800;
	text-decoration:underline;
}

.rcp_login_link:after {
	content:"  (* is required information)";
	color:#1779ba;
	display:block;
	margin-left: 10px;
}

.rcp_subscription_message {display:none;}

.rcp_subscription_fieldset {padding-top:15px!important;}

.rcp_form label[for=rcp_subscription_level_1], .rcp_form label[for=rcp_subscription_level_4] {
    font-size: 100%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rcp_separator {color:#fff;}

.rcp_level_duration {display:none;}

.rcp_level_description {font-size:0.9rem!important;}

table.rcp_registration_total_details {
    font-size: 100%;
}

#rcp_submit_wrap input#rcp_submit {
	padding:13px 40px 10px 40px;
	background:#880000;
	color:#fff;
	font-weight:800;
}

/*  Edit Profile Page */

form#rcp_profile_editor_form  div.rcp_change_name {display:none}

form#rcp_profile_editor_form.rcp_form p {
    width:270px;
    display:inline-block;
    margin:0;
    margin-bottom:10px;
	padding-left:20px;
}

.rcp_change_your_password {
	font-size:0.9rem;
	padding-left:20px;
	margin-top:20px;
	text-decoration:underline;
}

.rcp_password_change_notice {font-size:0.9rem;}

/*  Your Membership page */

/*.rcp_sub_details_renew.second {display:none;}*/
.rcp_sub_details_change_membership  {display:none;}

@media print,screen and (min-width:47em) {
	
	.page-template-template-full-width #main #post-27264 .entry-content {
		width:67%;
     }
	
	form#rcp_registration_form.rcp_form  .rcp_user_fieldset p {
		padding-left:20px;
	}
	
	form#rcp_registration_form.rcp_form  .rcp_user_fieldset p:nth-child(even) {
         margin-left:3%;
     }
}

/** Overlay ad **/
body { overflow-x: hidden;font-family: Arial,Helvetica,sans-serif; font-size: 12px; }
#netkevin-overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
#netkevin-popup { position:absolute; z-index:1002; }
.netkevin-popup-4, .netkevin-popup-3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 6px 5px 2px;
	border: 1px solid #404040;
	background-color: #404040;
	color: #333;
	position: relative;
  	/*  Border radius */
  -webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

.netkevin-popup-4 p { margin: 0; padding: 0;}
.netkevin-close { display: block; position: absolute; top: 1px; right: 7px; color: #fff; font-size: 24px; text-decoration: none; }
.netkevin-close::after {
    content: "\2716";
}

/*  Sidebar Poll */
#sidebar-poll {
	margin:20px 0 20px 20px;
}

#sidebar-poll > div {
	width:280px!important;
}

.OPP-div-around-poll {
    border-color: #880000!important;
    border-style: solid!important;
    border-width: 10px!important;
	background:#eeeeee!important;
	padding-top:20px!important;
	padding-bottom:16px!important;
}

#OPP-poll-question-text {
	padding-bottom:10px!important;
	border-color: #696969!important;
	border-style: solid!important;
	border-bottom-width: 1px!important;
}

.OPP-div-around-poll table tbody tr, .OPP-div-around-poll table tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #eeeeee!important;
}

.OPP-div-around-poll div, .OPP-div-around-poll div span, .OPP-div-around-poll label {
    line-height:1.3;
	color:#000000!important;
	font-size:11pt!important;
}

OPP-div-around-poll label {
	font-size:10pt!important;
}

.OPP-div-around-poll button {
    text-transform: capitalize;
	padding: 8px 16px !important;
	border: 1px solid #880000;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	font-size:18px!important;
	font-weight:bold;
	font-family: Verdana!important;
	background-color:#fff;
	margin-top:12px;
	margin-bottom:12px;
	background: linear-gradient(to bottom, #dedede 5%, #cccccc 100%)!important;
}

table.OPP-choices {
	margin-bottom:1px;
}

#OPP-powered-by {display:none;}

/* Special for virus coverage */
body.home article.cover-article .photo, body.archive.tax-issuem_issue article.cover-article .photo {max-width:140px}
body.home article.cover-article.article-1 .photo, body.archive.tax-issuem_issue article.cover-article.article-1 .photo {max-width:200px}

body.home article.cover-article img#free-story, body.tax-issuem_issue article.cover-article img#free-story /*.article-2 img#free-story, body.home article.cover-article.article-3 img#free-story, body.home article.cover-article.article-4 img#free-story, body.home article.cover-article.article-5 img#free-story */ {display:none;}
body.home article.cover-article.article-1 img#free-story, body.tax-issuem_issue article.cover-article.article-1 img#free-story {display:block;}



.home article.cover-article.article-2 h2.entry-title a, .home article.cover-article.article-3 h2.entry-title a, .home article.cover-article.article-4 h2.entry-title a, .home article.cover-article.article-5 h2.entry-title a, .home article.cover-article.article-6 h2.entry-title a, .home article.cover-article.article-7 h2.entry-title a, .home article.cover-article.article-8 h2.entry-title a, .home article.cover-article.article-9 h2.entry-title a, .home article.cover-article.article-10 h2.entry-title a {font-size:1.2em;}

.tax-issuem_issue article.cover-article h2.entry-title a {font-size:1.2em;}

/* Las Vegas Lockdown flickr article */
.postid-47833.single-article #cycle li div {display:none!important}

@media print,screen and (min-width:35em) {
	.postid-47833.single-article div.flex-video.for-flickr {
         padding-bottom: 60%;
	}
}
