/*======================================
Theme Name: divi-child-lsb
Theme URI: https://divicake.com/
Description: so we can customize the module html output
Version: 2.0
Author: Brian V
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/* latin */
@font-face {
  font-family: 'Contrail One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Contrail One'), local('ContrailOne-Regular'), url(https://fonts.gstatic.com/s/contrailone/v9/eLGbP-j_JA-kG0_Zo51noaftYkHs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  overflow-y: scroll;
}
.text-bold {
	font-weight: bold;
}
.custom-footer p.footer-heading{
                color:#fff !important;
                border-bottom: 1px solid #fff;
                padding-bottom: 7px !important;
                font-weight: bold;
}

ul.arrow_right {
  list-style: none;
                margin-left: 10px;
  }
  ul.arrow_right li:before {
  color: #fff;
  font-family: "ETmodules" !important;
  content: "\24 \0020";
  }


body {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.img-responsive {
	float: right;
}

.img-start-100 {
	width: 100px;
}

.img-start-150 {
	width: 150px;
}

.img-start-250 {
	width: 250px;
}

.img-start-350 {
	width: 350px;
}
.ul-top {
	margin-top: 2px;
}
.tagline {
	font-size: 130%;
	position: relative;
	top: -70px;
	left: 85%;
	width: 200px;
	text-align: center;
}
.tagline span{
	color: #ccc;
	display: block;
}

@media (max-width: 1080px){
	.tagline {display:none !important;}
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.text-bold {
	font-weight:bold;
}

.text-center {
	text-align:center !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.dropShadow {
-moz-box-shadow: 0 0 2px 2px #f1f1f1;
-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
box-shadow: 0 0 2px 2px #f1f1f1;
}

.table tr.table-success {
	background-color:#C3E6CB;
}

.normal-link {
	font-size:15px !important;
	font-weight:normal !important;
}

h1 span, .Heading-Text span {
	color:#c90101;
}

.et_pb_text_inner ul {
	margin-top:20px;
}

.img-top-margin-60 {
	margin-top: 60px !important;
}

/*used to style the toggle module over rides from the modules/Toggle.php file*/
p.et_pb_toggle_title {
	font-size: 16px;
}

h2 {
	font-size: 20px;
}

/*start font-awesome styles*/

/*end font-awesome styles*/

.et_pb_text_inner p {
	color:#666;
}

.et_pb_text_inner p.Heading-Text, h2.Heading-Text {
	color:#141652;
	border-bottom: 2px solid #c90101;
	padding-bottom:5px !important;
	margin-top:15px !important;
	margin-bottom:15px !important;
}

/*used to style the background color of the header*/
#main-header {
font-family: 'Jura', sans-serif;
    color: #e9e9e9;
	background-image:url("../../uploads/2019/10/header-bg.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	height: 100px;
	border-bottom: 1px solid #000;
}

p.Heading-Text {
    font-size: 16px;
    font-weight: bold;
}

p.widgettitle {
    font-size: 18px;
    color: #009;
}

#top-menu{
	height: 25px;
	margin-right: 100px;
	margin-top: 35px;
}

/*start main menu custom css*/
#top-menu .menu-item a {
   color:#fff !important;
}

#top-menu .menu-item:before{
 content: '|';
 position: absolute;
 right: 7px;
 top: -1px
}
 
#top-menu .menu-item:last-child:before{
 content:'';
}
 
#top-menu .menu-item-has-children .sub-menu .menu-item:before{
 content:'';
}

#top-menu .sub-menu {
   background-color: none; /* Background color dropdown */
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-top: -30px !important;
}
#top-menu .sub-menu li a {
   font-size: 14px; /* Font size dropdown */
   width: 100%;
   color:#333 !important;
   border-bottom: 1px solid #e5e5e5;
}

.sub-menuXX li:hover {
   background-color: #25313a; /* Hover color menu item */
}

.sub-menuXX .current_page_item {
   background-color: #25313a; /* Current menu item color dropdown */
}

#top-menu .sub-menu li {
   padding-left: 0px;
   padding-right: 0px;
   width: 100%;
}

#top-menu .sub-menu {
   padding-top: 0px;
   padding-bottom: 0px;
}

.sub-heading {
	border: none !important;
	margin-bottom: 0px;
}
/*end main menu custom css*/

/*start topbar above header custom css*/

 
#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
}
 
.cta {
width: 33.3%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.cta a {
background: #fff;
    color: #eb593c !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
}
 
.cta a:hover {
background: #555;
color: #fff !important;
}
 
#et-secondary-menu {
width: 33.3%;
float: left;
text-align: left;
}
 
@media (max-width: 980px){
#et-info {
    width: 50%;
    float: right;
    text-align: right;
}
	.img-top-margin-60 {
		margin-top: 0px !important;
	}
}
 
.section-min-margins {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.row-min-side-margins {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.highlight-caption {
	position: relative;
	padding: 0;
	margin: 0;
}

.highlight-caption img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid white;
	
}
.highlight-caption-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin-bottom: 24px;
	z-index: 2;
	padding-left:2px;
	padding-right: 2px;
}

.highlight-caption-text span {
	opacity: .9;
	position: relative;
	width: 100%;
	color: #fff;
	left: 0;
	top: 0;
	display: block;
	padding: 0.50em;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}


.highlight-caption:hover .highlight-caption-text span {
opacity: 1;
}


/*start cat-post-plugin styles*/
a.cat-post-title {
	display: block;
	font-weight: bold;
	color: #005ca3 !important;
}

.cat-post-date {
	font-size: 12px !important;
}

.cat-post-widget p {
	font-size: 12px;
	line-height: normal;
}
/*end cat-post-plugin styles*/

/*start sidebar link styles*/

.et_pb_widget_area_left {
  border-right: none;
	padding: 0px !important;
}
.et_pb_widget.widget_nav_menu {
    border-bottom: 1px solid #ccc;
}

.et_pb_widget.widget_nav_menu ul li {
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 7px;
	background: #FFFFFF;
}
.et_pb_widget.widget_nav_menu ul li:hover {
	background: #F5F5F5;
	cursor: pointer;
}

.et_pb_widget.widget_nav_menu ul li:hover a, .et_pb_widget.widget_nav_menu ul li:hover a:after {
	color: #000 !important;
}

.et_pb_widget.widget_nav_menu ul li a {
	color: #666 !important;
	font-size: 14px !important;
	font-family: 'Helvetica',Arial,sans-serif;
}

.et_pb_widget.widget_nav_menu ul li a:after {
	font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #000;
	font-size: 10px;
}

.et_pb_widget.widget_nav_menu ul li a:hover {
	color: #000 !important;
}

.et_pb_widget ul li {
    margin-bottom: 0;
}

/*This controls your active link color */
.widget_nav_menu ul li.current-menu-item a {
    color: #1E5799;
}
/* This is to select your font awesome icon and color for active link */
/* You can find the Unicode for desired font-awesome icon from the website*/
.widget_nav_menu ul li.current-menu-item a:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #1E5799;
}
/*This is to select your font awesome icon and color on hover */
.et_pb_widget li a:hover::after {
    font-family: FontAwesome;
    padding-right: 7px;
    float: right;
    color: #1E5799;
}
.widget_nav_menu {
	margin-bottom: 30px !important;
}

#nav_menu-1 .widgettitle, #nav_menu-2 .widgettitle, #nav_menu-3 .widgettitle,#nav_menu-4 .widgettitle,#nav_menu-5 .widgettitle,#nav_menu-6 .widgettitle,#nav_menu-7 .widgettitle,#nav_menu-91 .widgettitle,#nav_menu-9 .widgettitle,#nav_menu-10 .widgettitle,#nav_menu-11 .widgettitle, .rpwwt-widget .widgettitle, .sidebar_top_5_heading , #text-9 .widgettitle, #text-11 .widgettitle, #text-12 .widgettitle{
	color:#fff !important;
	text-decoration: none !important;
	text-align: center;
	border: 1px solid #141652;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: 'Jura', sans-serif;
    border-bottom: 3px solid #c90101;
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #222222 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px
}

/*end sidebar link styles*/

.et_pb_divider {
	
}
.et_pb_blurb_container .et_pb_blurb_description p {
	font-weight: normal !important;
	font-size: 15px;
	color:#666;
}

.et_pb_text_inner .box-list-highlights {
	padding:15px 10px;
}
.et_pb_text_inner .box-list-highlights li {
	padding-left:6px;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
}
.et_pb_text_inner .box-list-highlights li span{

	font-weight:bold;
	display:inline-block !important;
	width:110px !important;
}

.review-highlights
	{
		background-color: #F8F8F8 !important;
		border-radius: 3px; 
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		padding:10px 20px;
		border:1px solid #ccc;
	}
.review-highlights .inside-heading {
	background-color: #c90101;
	padding: 4px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.review-highlights p
	{
		border-bottom:1px dotted #ccc;
		line-height:2.4em !important;
		padding:0px;
		margin:0px;
	}

.review-highlights p img
	{
		height:26px;
		margin-right:10px;
		vertical-align:middle;
    	width: 45px;
	}

.review-highlights p:last-of-type
	{
		border-bottom:none !important;
	}
.review-highlights p span
	{
		font-weight:bold;
		display:inline-block;
		width:160px;
	}

.table {
			width: 100%;
			border-collapse: collapse;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
	font-size:14px !important;
	margin-top: 10px!important;
		}

	.table th:first-child {
    border-radius: 6px 0 0 0;
}

.table th:last-child {
    border-radius: 0 6px 0 0;
}

.table th:only-child{
    border-radius: 6px 6px 0 0;
}
		
		.table td, .table th{
			padding:2px 8px;
			text-align: left;
		}
		.table th{
			color: #fff !important;
		}
		.table tr{
			border-bottom: 1px solid #eee;
			line-height: 25px;
		}
		.table thead tr {
			background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(173,173,173,1) 0%,rgba(109,109,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
	font-weight:normal !important;
			line-height: 25px;
			font-weight: bold;
		}
		
		.table tbody tr:nth-child(odd) {background: #F6F6F6}

.box-link {
	display:inline-block;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin-right:10px;
	margin-left:10px;
}

img.format-thumb {
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 250px;
	max-width: 100%;
}

.article_subheading {
	font-size:16px !important;
	color: #000 !important;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight:bold;
}

.rpwwt-widget {
	font-size:12px;
	color:#999;
}
.rpwwt-post-title {
	font-size:13px;
	line-height:normal !important;
	color:#C12C2C;
}

.rpwwt-widget li {
	border-top: 1px dashed #ccc;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:8px;
}
.rpwwt-widget .widgettitle {
	font-size:14px;
	color:#005ca3;
	font-weight: bold;
	margin-bottom:10px;
}

.et_pb_sidebar_0 {
	margin-top:20px !important;
}

/*Styling for the posts*/
.ds-thumbnail-blogx .et_pb_post {
    background-color: #fff;
    margin-bottom: 30px;
}

.ds-thumbnail-blogx .et_pb_post p {
    /*font-size: 14px;
    margin-right: 30px;
	margin-bottom:15px;*/
}
.ds-thumbnail-blogx .post-meta {
	margin-top: 15px!important;
	border-top:1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 3px 10px !important;
	width:100%;
	float:left;
	clear:both;
}

.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    margin-top: 50px;
	margin-bottom: 30px;
}

/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 40%;
    height: auto;
    object-fit: cover;
    margin: 0px;
	border: 1px solid #ddd !important;
  	border-radius: 4px !important;
	padding:4px;
}

.ds-thumbnail-blog .et_pb_post p.entry-title a{
	font-weight: bold;
}

.ds-thumbnail-blog .et_pb_post .post-content
{
	float:left;
	width: 60%;
	padding: 0px 15px;
	margin-top: -30px !important;
}

.ds-thumbnail-blog .post-meta {
    padding-top: 0px!important;
	margin-top: 15px!important;
	border-top:1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 3px 10px !important;
	width:100%;
	float:left;
	clear:both;
}
article .et_pb_post 
{
	position: relative;
	height: auto;
}
article .et_pb_post .post-meta
{
	width:100%;
	padding: 0px 15px;
	position: absolute;
	top: -55px;
}

article .et_pb_post h2.entry-title a
{
	padding: 0px 10px 20px 10px;
}

article .et_pb_post .post-content
{
	padding: 25px;
}

@media (max-width: 1080px){
	.ds-thumbnail-blog .et_pb_post a img {
		float: left;
		width: 100%;
	}
	.ds-thumbnail-blog .et_pb_post .post-content
	{
		width: 100%;
		margin-top: 10px !important;
	}
}

/*end news page styles*/

/*start tabs styles*/
.et_pb_tabs_controls li {
background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(173,173,173,1) 0%,rgba(109,109,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
	font-weight:normal !important;
}

.et_pb_tabs_controls li.et_pb_tab_active, .et_pb_tabs_controls li.hover {

background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
/*end tabs styles*/

/*start blockqoutes styles*/
article blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}
/* -- create the quotation marks -- */
article blockquote:before,
article blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
article blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
article blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
}
/*end blockqoutes styles*/


/*start blurb styles*/
.et_pb_blurb_description p{
	
}
.et_pb_blurb {
    border-top-width: 0px;
}

.blurb-smaller
{
	/*background-color: #f5f5f5 !important;*/
    border-top-width: 0px;
	background-color: #555 !important;
 	background-blend-mode: overlay !important;
}
.blurb-smaller .et_pb_blurb_description
{
    padding-top: 20px;
}
.blurb-smaller .et_pb_blurb_description p
{
    line-height: normal !important;
    color: #fff;
}
.blurb-smaller .et_pb_blurb_description p a
{
    font-family: 'Contrail One', cursive;
    font-size: 125%;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #f00;
}
.blurb-smaller .et_pb_blurb_description p a:hover
{
    color: #ccc;
}

p.blurb-reviews-title
{
	font-weight: bolder!important;
}

.blurb-reviews {
	border-top: 2px solid #ff0000 !important;
	margin-bottom: 40px !important;
}

.blurb-reviews .blurb-reviews-title {
	font-weight: bold!important;
	padding-left: 10px;
	padding-right: 10px;
}

.blurb-reviews .blurb-reviews-highlight {
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
.blurb-reviews .blurb-reviews-summary {
		padding: 10px;
	}

.blurb-reviews .blurb-reviews-summary-large {
		padding: 10px;
	}

@media (min-width: 1050px) {
	.blurb-reviews .blurb-reviews-summary {
		min-height:325px;
		padding: 10px;
	}
}

.et_pb_blurb_description p.Heading-Text {
	color:#141652 !important;
	border-bottom: 2px solid #c90101;
	padding-bottom:5px !important;
	margin-bottom:15px;
	font-size: 14px !important;
    font-weight: bold !important;
}
.et_pb_blurb {
    border-top-width: 0px !important;
}
.et_pb_blurb:hover {
    opacity: .8;
    border-top-width: 0px;
}
/*end blurb styles*/

/*----pro-con-table-styles----*/
#pro-con .side-pro {
    width: 46px;
}
#pro-con {
}
#pro-con tr:hover {
	opacity: .7;
}
#pro-con th {
    font-size: 101%;
    text-shadow: 1px 1px #000;
    background-color: #c90101;
    color: #fff;
    text-align: center;
    padding: 9px 12px;
}
#pro-con td {
    font-family: 'Contrail One', cursive;
    background-color: #000;
    padding: 10px 12px;
    font-size: 110%;
    line-height: 20px;
    color: #fff;
    border-width: 0px !important;
    border-bottom: 1px solid #a1a1a1 !important
}
#pro-con .bold-r {
    text-align: left;
    color: #eadc1b;
    font-size: 71%;
    text-indent: 0px;
}
#pro-con .bold-c {
    text-align: center;
    font-weight: bold;
    color: #61bfff;
    font-size: 111%;
}

/*---end-pro-con-table-styles----*/
.wp-post-image {
	border: 1px solid #ddd!important;
  	border-radius: 4px!important;
	padding: 3px;
}

/*start homepage slider styles*/
.et_pb_slider, .et_pb_slider .et_pb_container {
height: 380px !important;
}
.et_pb_slider, .et_pb_slider .et_pb_slide {
	max-height: 380px;
	
}

.et_pb_slide {
	max-height: 380px;
	text-align: left !important;
	
}
.et_pb_post_slider_0 .et_pb_slide .et_pb_slide_description { 
	text-align: left; 
}
.et_pb_post_slider_0 .et_pb_slide_description, .et_pb_slider_fullwidth_off.et_pb_post_slider_0 .et_pb_slide_description { 
	padding-top: 8%; 
}
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a { 
	color: #fff !important;
	font-size: 28px;
}
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content .post-meta { 
	
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px !important; 
	margin-bottom: 8px;
}
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content .post-meta, .et_pb_post_slider_0.et_pb_slider .et_pb_slide_content .post-meta a { 
	font-size: 14px !important; 
}
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content, .et_pb_post_slider_0.et_pb_slider .et_pb_slide_content div { 
	font-size: 14px !important; 
}
@media only screen and ( max-width: 767px ) {
	.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a { 
		font-size: 20px !important; 
	}
	.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content, .et_pb_post_slider_0.et_pb_slider .et_pb_slide_content div { 
		font-size: 14px !important; 
	}
	
}

/*end homepage slider styles*/

/*start newsletter styles*/
.et_pb_module.et_pb_signup_0 {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 0px 0px 30px 0px !important;
	padding: 10px !important;
	background: -moz-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1D1F7A), color-stop(100%, #141652));
    background: -webkit-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
    background: -o-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
    background: -ms-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
    background: linear-gradient(180deg, #1D1F7A 0%, #141652 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1F7A', endColorstr='#141652',GradientType=0 );
    background-color: #141652;
}

.et_pb_signup_0 .et_pb_module_header {
	border-bottom: 3px solid #c90101;
	margin-bottom: 18px;
	padding-bottom: 10px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}


.et_pb_signup_0 .et_pb_newsletter_form p input[type="text"] { 
	padding: 7px !important; 
}
/*end newsletter styles*/

/*start trending homepage styles*/
.no-space {
	padding: 0px !important;
	margin: 0px !important;
}

@media (max-width: 576px) {
		
	#top-header {
		display: none;
	}
	.img-responsive {
			float: none;
			width: 100% !important;
			text-align: center !important;
		margin-bottom: 15px;
		}
	
}

/*end trending homepage styles*/

.inner-padding-20 {
	padding: 20px 10px;
}

.et_pb_blurb_description p.Heading-Text {
	color:#141652 !important;
	border-bottom: 2px solid #c90101;
	padding-bottom:5px !important;
	margin-bottom:15px;
	font-size: 14px !important;
    font-weight: bold !important;
}

.image_and_content_box {
		-moz-box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
		-webkit-box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
		box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
		height: auto;
		float: left;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	.image_and_content_box p{
		float: left;
	}
	
	.image_and_content_box p img{
		object-fit: cover;
    	overflow: hidden;
		width: 100%;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	.image_and_content_box p.Heading-Text{
		color:#141652 !important;
		border-bottom: 2px solid #c90101;
		padding-bottom:5px !important;
		margin-left:20px;
		font-size: 14px !important;
    	font-weight: bold !important;
	}
	
	.image_and_content_box p.para_content{
		
		margin: 5px 20px !important
	}

.btn {
    text-align: center;
    margin: 21px 0px;
}
.btn a {
    color: #fff !important;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
    border-radius: 3px;
    padding: 6px 15px;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 1px 3px 7px -3px #000;
    text-transform: capitalize;
	display: inline-block;
	text-decoration: none !important;
}
.btn a:hover {
    color: #ccc;
    background: -moz-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D0101), color-stop(79%, #aa0202), color-stop(100%, #DB0202)); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* ie10+ */
background: linear-gradient(180deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D0101', endColorstr='#DB0202',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
}

/*start responsive table*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
  margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

.wrap-table100 {
  width: 100%;
	margin-bottom: 20px;
}

.limiter table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.limiter table * {
  position: relative;
}
.limiter table td, .limiter table th {
  padding-left: 8px;
}
.limiter table thead tr {
  height: 50px;
  border-bottom: 3px solid #c90101;
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #222222 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  color: #fff !important;
}
.limiter table tbody tr {
  height: 40px;
}
.limiter table tbody tr:last-child {
  /*border: 0;*/
}
.limiter table td, .limiter table th {
  text-align: left;
}
.limiter table td.l, .limiter table th.l {
  text-align: right;
}
.limiter table td.c, .limiter table th.c {
  text-align: center;
}
.limiter table td.r, .limiter table th.r {
  text-align: center;
}


.table100-head th{
  font-size: 15px;
  color: #fff !important;
  line-height: 1.2;
}

.limiter tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

.limiter tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.1;
  font-weight: unset;
  border-bottom: 1px solid #ccc;
}

.limiter tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.limiter .column1 {
    width: 80px !important;
	text-align: center;
	padding: 0px;
}

.limiter tbody tr td.column1 {
  background-image: url("../../uploads/2021/10/rankings-green-bg3.png");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.3em;
   text-align: center!important;
    border-right: none !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-family: Georgia;
	color: #fff;
	padding-right:7px;
	padding-bottom:4px;
}

.limiter .column2 {
  width: 185px;
  text-align: center;
}

.limiter .column2 img {
	padding-top: 2px;
}

.limiter .column3 {
    width: 350px;
	text-align: center;
}

.limiter .column3 a{
    display: block;
    font-size: 15px !important;
    
	font-weight: bold;
}


.limiter .column5 {
    text-align: center;
	width: 190px;
}

.limiter tbody tr td .column5 {
  border-right: 1px solid #ccc;
}

.limiter .column5 a {
    display: inline-block;
    box-shadow: 0px 5px 7px -3px #2c539e;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    background-color: #aa0202 !important;
    color: #000 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 180px;
    max-width: 180px;
    line-height: 22px;
    width: 70%;
    font-weight: bold;
}
.limiter .column5 a:hover {
    background: -webkit-linear-gradient(top,#f3cf78,#e0ac2b);
	background: linear-gradient(to bottom,#f3cf78,#e0ac2b);
}
@media screen and (max-width: 992px) {
  .limiter table {
    display: block;
  }
  .limiter table > *, .limiter table tr, .limiter table td, .limiter table th {
    display: block;
  }
  .limiter table thead {
    display: none;
  }
  .limiter table tbody tr {
    height: auto;
    /*padding: 37px 0;*/
  }
  .limiter table tbody tr td {
	text-align: center;
    /*margin-bottom: 14px;*/
  }
  .limiter table tbody tr td:last-child {
    margin-bottom: 0;
  }

  .limiter .column4,
  .limiter .column5,
  .limiter .column6,
  .limiter .column1,
  .limiter .column2,
  .limiter .column3 {
    width: 100%;
	/*text-align: left;*/
  }
	
.limiter tbody tr td.column1 {
  background-image: url("../../uploads/2021/10/table_ranking_horizontal_green_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100% !important;
  padding: 5px 0px 20px 0px !important;
  text-align: center;
}
	
.limiter tbody tr{
  border-bottom-color: orange !important;
}
	
.limiter tbody tr td.column5 a{
    text-align: center;
	margin-top:5px;
	margin-bottom:5px	
}

.limiter tbody tr {
    font-size: 15px;
  }
	
.hide-on-medium {
	display: none;
}
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
	.fl-page-header-container {
		background-image: none !important;
	}
}
/*end responsive table*/

.pros_and_cons {
		-moz-box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
		-webkit-box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
		box-shadow: 0 10px 60px 0px rgba(71,74,182,0.12);
}

.pros_and_cons .et_pb_text_inner {
		padding: 10px 20px;
}

.pros_and_cons .et_pb_text_inner ul.list {
	list-style-type: none;
}

.pros_and_cons .et_pb_text_inner .list li {
  border-bottom: 1px solid #ccc;
  background: url(/wp-content/uploads/2019/02/green-tick.fw_.png) no-repeat left 15px;
  background-size: 30px 29px;
  padding-left: 60px;
  padding-top: 10px;
	padding-bottom: 10px;
}

.pros_and_cons .et_pb_text_inner .cons li {
  
  background: url(/wp-content/uploads/2019/02/red-tick.png) no-repeat left 15px;
}

.pros_and_cons .et_pb_text_inner .list li:last-of-type {
  border-bottom: none;
}

.pros_and_cons .et_pb_text_inner .list li:hover {
  background-color: #fff !important;
}

.pros_and_cons .Heading-Text {
	text-align: center !important;
}

.imgspace {
	margin:20px 30px;
}

.news-heading, .post h2 {
	font-size:22px !important;
	margin-bottom:15px;
	margin-top:15px;
	padding-bottom:3px;
	font-weight:bold !important;
}

.page-section-one {
	border-bottom:1px solid #e5e5e5 !important;
	background-color:#f9f9f9 !important;
}

.page-section-two {
	border-bottom:1px solid #e5e5e5 !important;
	background-color:#fff !important;
}

.page-section-grey {
	border-bottom:1px solid #e5e5e5 !important;
	background-color:#f9f9f9 !important;
}

.page-section-red-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.page-section-red-gradient p{
color: #fff !important;
	font-size: 18px;
	text-align: center;
}

.page-section-red-gradient p a{
color: #fff !important;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	margin-top:25px !important;
	display: block;
	text-decoration: none;
}

.page-section-white {
	border-bottom:1px solid #e5e5e5 !important;
	background-color:#fff !important;
}

.page-section-blue {
	border-bottom:1px solid #000 !important;
	background-color:#001E56 !important;
}
.page-section-blue .Heading-Text {
	color: #fff !important;
	border-color: #AAAAAA !important;
}
.page-section-blue .Heading-Text span {
	color: #AAAAAA !important;
}
.page-section-blue p {
	color: #fff !important;
}

.page-section-black {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/4782538-black-background-wallpaper.jpg");
	background-position: top center;
}
.page-section-black p {
	color: #fff !important;
}
.page-section-black .Heading-Text, .page-section-black h1 {
	color: #9DC14D !important;
	border-color: #9DC14D !important;
}
.page-section-black .Heading-Text span, .page-section-black h1 span{
	color: #AAAAAA !important;
}

.page-section-black p a {
	color: #ccc;
}

.page-section-dark-green-checked {
background: #004000;
	color: #fff;
	background-image: url("../../../images/backgrounds/page-section-dark-green-checked.jpg");
	background-position: top center;
}

.page-section-dark-blue {
background: #002346;
	color: #fff;
	background-image: url("../../../images/backgrounds/page-section-dark-blue-waves-background.png");
}

.page-section-dark-blue p {
	color:#fff;
}
.page-section-dark-blue p a{
	color:#00A3D9;
}

.page-section-dark-blue p.Heading-Text {
	color:#00A3D9;
	border-bottom: 2px dashed #00A3D9;
	padding-bottom:5px !important;
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.page-section-dark-blue p.Heading-Text span{
	color:#f1f1f1;
}

.blurb-grey-top-border {
	border-radius: 3px 3px 0 0 !important;
	overflow: hidden !important;
	border-top-style: solid !important;
	border-top-width:3px !important;
	border-top-color:#0c71c3 !important;
	padding-top: 15px !important;
	padding-right: 10px !important;
	padding-bottom: 15px !important;
	padding-left: 10px !important;
	box-shadow:  0px 12px 18px -6px rgba(0,0,0,0.3) ;
}

.blurb-grey-top-border ul{
	margin: auto !important;
	max-width: 200px;
	width: 100%;
}

.text-grey-boxout {
	border-radius: 3px 3px 0 0 !important;
	overflow: hidden !important;
	padding: 15px !important;
	-webkit-box-shadow: 1px 12px 28px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 12px 28px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 12px 28px 0px rgba(0,0,0,0.3);
	margin-bottom: 40px !important;
}

.bg-med-grey {
	background-color: #eee !important;
}

.state_revenue_totals .review-highlights{
	background-color: #c90101 !important;
}
.state_revenue_totals .review-highlights p{
	color: #fff !important;
}
.state_revenue_totals .review-highlights p span{
	width:140px;
}

.state_revenue_totals .review-highlights p.totalrev {
	border: none !important;
	background-color: #141652;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
}

.state_revenue_totals .review-highlights p.desc {
	border: none !important;
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 10px;
}

.img-border {
	border: 1px solid #000;
	padding: 2px;
}
.Green-Legal-bg {
	background-color: #11F728;
	padding: 15px;
	border: 2px solid #999;
}
.Yellow-Legal-bg {
	background-color: #FFFF00;
	padding: 15px;
	border: 2px solid #999;
}
.Grey-Legal-bg {
	background-color: #E6E6E6;
	padding: 15px;
	border: 2px solid #999;
}

.remove_spacing {
	margin: 0px !important;
}

.red-gradient-header, ul.list-grid li.list-grid-title, .prop-box.prop-box-full .tips_heading, .first-item-title li:first-of-type, h3.first-item-title {
	color: #fff !important;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
}

h3.first-item-title {
    font-size: 15px;
    margin-right: 2px;
    margin-left: 0px;
    padding: 6px 11px;
    margin-bottom: 0px;
    border-left:none;
    border-right:none;
    clear: left;
}

table.threeColData {
	width: 100% !important;
}

table.threeColData thead tr th{
	color: #fff !important;
	text-wrap:none;
}

table.threeColData tbody tr td, table.threeColData tfoot tr td{
	font-size: 14px;
}

table.threeColData tbody tr:nth-of-type(even) {
	background-color: #f5f5f5 !important;
}

table.threeColData tfoot tr {
	background-color: #ccc !important;
}

@media only screen and (max-width: 1180px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}


.et_pb_ajax_pagination_container .entry-title {
	padding-top: 0px !important;
	margin-top: -30px !important;
	font-size:15px;
}

.states_news {	
		color: #999;
}

.states_news .et_pb_button{	
		font-size: 15px !important;
}

.dpdfg_filtergrid_0 .dp-dfg-overlay span.et_overlay{
	background-color:rgba(0,0,0,0.3) !important;
}

.states_news .entry-title a{	
		font-size: 15px !important;
		color: #333 !important;
		display: block !important;
		max-height: 4.0em !important;
	    min-height: 4.0em !important;
		overflow: hidden !important;
		font-weight: normal !important;
	    line-height: normal;
}

.dp-dfg-item {
	background-color:#f9f9f9 !important;
}

.dp-dfg-meta.entry-meta .published {
	font-size: 13px;
}

.dp-dfg-more-button {
	background-color:#C12C2C !important;
	color: #fff;
}

#custom_html-2 .textwidget.custom-html-widget #nav_menu-91{
	margin-bottom: 0px !important;
	text-align: center;
	border-bottom: none !important;

}

.no-border {
	border: none !important;
}

#snippet-box {
	margin:auto !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

@media (max-width: 981px){
	.et_pb_sidebar_0 {display:none !important;}
}

@media only screen and (min-width:1080px) and (max-width:1360px) {
  .hide-small {
		display:none !important;
	}
}

@media only screen and (max-width:1079px) {
  #top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    display:none!important;
  }
  #et_mobile_nav_menu, .et_mobile_nav_menu { 
    display: block!important;
  }
}

/* start over ride width of primary menu drop downs */
.nav li ul {
   width: 260px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 260px !important; /* Use the same size as above */
}

#top-menu li li a {
   width: 220px; /* Make this 40 less then the width of the dropdown menu */
}
/* end over ride width of primary menu drop downs */

.et_pb_toggle_title:before{
	color:#C90101  !important;
}
.trending ul li {
    border-bottom: 1px dotted #7a7a7a;
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    line-height: 1.3em;
}

.icon-blue .et-pb-icon {
	color: #1d1f7a !important;
}

.et_pb_contact_submit {
	background-color: #1d1f7a !important;
	border-color: #1d1f7a !important;
	color:white !important;
}

p.Heading-Text-unique {
	/* font-family: 'Raleway',sans-serif; */
	font-size: 26px  !important; 
	/*font-weight: 800; */
}

.skill {
    width: 90%;
    margin: 0 auto;
}
.algn-rt {
    text-align: right;
    font-size: 100%;
    font-weight: bold;
    font-family: arial;
}
.algn-cen {
    text-align: center;
    font-size: 64%;
    font-weight: bold;
    font-family: arial;
}
.algn-rt td {
    border-bottom: 1px solid #ccc;
}
.rating-bar {
    padding: 1px;
}
.rating-bar-header {
    font-family: 'Armata', sans-serif;
    padding: 1px;
    font-size: 12px;
    color: #696969;
    margin-top: 9px;
}
.rating-bar span {
  display:block;
    height: 20px;
    text-align: right;
}
.rating-bar, .rating-bar span {
  border-radius:4px; 
    padding-right: 10px;
    color: #fff;
    line-height: 20px;
}
.blue{ background:blue; }
.red{ background: #0b74cd; }
.green{ background: #39932e; }
.rate-a{ width:98%; }
.rate-b{ width:17%; }
.rate-c{ width:12%; }
.rate-d{ width:8%; }
.rate-e{ width:100%; }
.rate-f{ width:19%; }
.rate-g{ width:30%; }
.rate-h{ width:8%; }
.rate-i{ width:19%; }
.rate-j{ width:8%; }
.rate-k{ width:31%; }
.rate-l{ width:8%; }
.rate-m{ width:12%; }
.rate-n{ width:8%; }
.animate{
  animation: progress 2s linear;
  -moz-animation: progress 2s linear;
  -webkit-animation: progress 2s linear;
  -ms-animation: progress 2s linear;
  -o-animation: progress 2s linear;
}
@-webkit-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-moz-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-o-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@keyframes progress {
  from { width:0% }
  to { width:100%; }
}

.et_pb_module.et_pb_team_member img
{
  border-radius: 50%;
	width:160px;
	height:160px;
	text-align:center;
}

.et_pb_module.et_pb_team_member .et_pb_module_header
{
  text-align: center;
	font-weight: bold;
}

.et_pb_module.et_pb_team_member .et_pb_member_position
{
  text-align: center;
	color:#474444;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	margin-bottom: 10px;
}

.heading-centered {
	font-size:40px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline
}

/*----revenue-table-styles----*/
#numbers {
    border-radius: 4px
}
#numbers tr:hover {
	opacity: .7;
}
#numbers th {
    font-family: 'Contrail One', cursive;
    font-size: 120%;
    text-shadow: 1px 1px #000;
    background-color: #c90101;
    color: #fff;
    text-align: center;
    padding: 9px 12px;
    border-collapse: collapse;
}
#numbers td {
    background-color: #000;
    padding: 4px 12px;
    font-size: 71%;
    line-height: 17px;
    color: #fff;
    border-width: 0px !important;
    border-bottom: 1px solid #a1a1a1 !important
}

#numbers td a {
    background-color: #c90101;
    padding: 4px 12px;
    font-size: 75%;
    border-radius: 5px;
    text-decoration: none;
    line-height: 17px;
    color: #fff;
    border-width: 0px !important;
}
#numbers .bold-r {
    text-align: left;
    color: #eadc1b;
    font-size: 71%;
    text-indent: 0px;
}
#numbers .bold-c {
    text-align: center;
    font-weight: bold;
    color: #61bfff;
    font-size: 111%;
}

/*---end-revenue-table-styles----*/
.ul-align-left ul{
	text-align:left;
}
.center {
	text-align: center;
}

p.provided-by {
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

p.provided-by span {
	color:#c90101 !important;
}

.article-special span
{
	font-weight:bold;
	color: #c90101 !important;
}

p.FAQ-Heading-Text {
	font-size: 1.6em;
	line-height:normal;
	display:block !important;
	color: #fff !important;
	text-align:center;
	background-color: #141652;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.row-split-section {
	margin-top: -100px;
}

.bottom-padding-75 {
	padding-bottom: 75px !important;
}

.blurb-hover {
	background-color:#fff;
}

.table-blue th {

    background-color: #00315C;
    color: #fff !important;
    text-align: left;
	padding: 4px 12px;
}

.blurb-reviews-title {
	
}
.st-title {
}
.ses-end {
}
.ses-end-title {
    font-size: 100%;
    background-color: #c90101;
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
}
.bill-title {
    font-size: 140%;
    line-height: 50px;
    font-weight: 600;
    color: #c90101 !important;
}
.sponsor {
    font-weight: bold;
    margin-top: -20px;
}
.bill-tbl {
    width: 48%;
    margin: 18px 8px 0px 0px;
    float: left;
}
.bill-tbl table th {
    text-align: center;
    background-color: #efefef;
    font-size: 13px;
    line-height: 14px;
}
.bill-tbl table td {
    font-size: 77%;
    line-height: 15px;
}
.bill-tbl ul {
    margin-top: 0px;
}
.bill-tbl li {
    list-style: none;
    margin-left: -20px;
    line-height: 20px;
    font-size: 82%;
}
.st-title a {
    font-size: 130%;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    padding-bottom: 4px;
}
.bill-ttl {
    font-size: 12px;
    background-color: #fff;
    line-height: 40px;
    padding: 9px 7px 5px 7px;
    border-radius: 4px;
    color: #848383;
    font-weight: 400;
}
.clear {
	float: none;
}
.horizontal-news-list{
		width:100% !important;
	    float: left;
		clear:left !important;
	    margin-top:20px !important;
	    margin-bottom:20px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
		}
.horizontal-news-list img {
			max-width:30%;
	        float:left;
			border: 1px solid #000;
			padding: 2px;
	        margin-right:20px;
		}
.horizontal-news-list table {
		border: none !important;
		float: left !important;
		max-width:65%;
		}
.horizontal-news-list table tr td{
	border: none !important;
	padding: 3px!important;
	vertical-align: top;
		}
.horizontal-news-list table tr td:first-of-type{
	font-weight: bold;
	min-width: 150px;
		}
.horizontal-news-list ul li span{
			font-weight: bold;
			display: inline-block;
			min-width: 120px;
		}

@media only screen and (max-width:1079px) {
  .horizontal-news-list img {
			max-width:400px;
	        float:none;
	        margin-right:0px;
		}
	.horizontal-news-list table {
		float: none !important;
		max-width:100%;
		}
}

.image-caption {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	font-style: italic !important;
	color: #5F5E5E;
}

.box-white {
	background-color: #ffffff;
	padding: 15px;
}

.box-white .Heading-Text {
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
  background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%);
	color: #fff !important;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.blurb-contests {
	border-radius: 3px 3px 0 0 !important;
	overflow: hidden !important;
	padding: 0px !important;
	padding-bottom: 15px !important;
	box-shadow:  0px 12px 18px -6px rgba(0,0,0,0.3) ;
}

.blurb-contests p{
	padding:10px 20px;
}

.blurb-contests ul{
	margin-left:20px;
}

.blurb-contests .contest-row {
	width: 100% !important;
	margin-bottom: 25px !important;
	float: left;
}

.blurb-contests .contest-block {
	width:50%;
	min-height: 65px;
	float:left;
	box-shadow:  0px 12px 18px -6px rgba(0,0,0,0.3) ;
	margin-bottom:5px;
	background-color: #ddd;
	padding-bottom:5px;
	padding-top:10px;
}

@media only screen and (max-width:1079px) {
  .blurb-contests .contest-block {
			width:100%;
	        height: auto !important;
		}
}

.blurb-contests .contest-block p:first-of-type{
	text-align:center;
	font-size:16px !important;
	font-weight:bold !important;
	margin: 0px;
	padding: 0px;
}

.blurb-contests .contest-block p:last-of-type{
	text-align:center;
	font-size:14px !important;
	margin: 0px;
	padding: 0px;
}

.blurb-contests p.content-heading{
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
  background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */

  background-color: #aa0202 !important;
	color: #fff;
	font-weight: bold;
}

.blurb-contests p.content-heading-black{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	font-weight: bold;
}

p.grey-bg {
	background-color: #f5f5f5;
	padding:10px !important;
	border: 1px solid #ccc;
}

.box-row {
		width: 100%;
		border: 1px solid #ccc;
		border-bottom: none;
		overflow: auto;
	}
	
	.box-row .col-xs-12, .box-row .col-md-6, .box-row .col-lg-4{
	  box-sizing: border-box;
	  padding: .5em;
	  border-bottom: 1px solid #ccc;
	}
				
	.col-md-6 {
		max-width: 50%;
		width: 50%;
		float: left;
	  }
		
	.col-lg-4 {
		max-width: 33.33%;
		width: 33.33%;
		float: left;
	  }
		
		
	
@media only screen and (max-width: 1024px) {
  .col-md-6 {
		max-width: 50%;
		width: 50%;
		float: left;
	  }
}
	
@media only screen and (max-width: 520px) {
  .col-xs-12 {
		max-width: 100%;
		width: 100%;
		float: left;
	  }
	.box-row .hide-small {
		display:none !important;
	}
	}

.sidebar_top_5 {
	overflow: auto;
}

.sidebar_top_5_row {
	width: 100%;
	float: left;
	clear: left;
	border-bottom:1px solid #ccc;
}

.sidebar_top_5_row div{
	float: left;
}

.sidebar_top_5_row div:first-of-type {
	  width: 40px;
	  color: #ffffff;
	  padding-left: 5px;
}

.sidebar_top_5_row div:first-of-type p{
	text-align: center;
	border-radius: 25px;
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7400+0,e46500+100 */
background: #ff7400; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ff7400 0%, #e46500 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ff7400 0%,#e46500 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ff7400 0%,#e46500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#e46500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	  height: 35px;  
	  width: 35px;
	  padding:6px;
	  margin-top: 6px;
	  color: #ffffff;
}

.sidebar_top_5_row div:nth-child(2){
	float: left;
	text-align: center;
	width: 145px;
}
.sidebar_top_5_row div:nth-child(2) img{
	height: 25px;
	margin:10px 5px 8px 5px;
}
.sidebar_top_5_row div:last-of-type{
	  width: 75px;
	  margin-top: 3px;
	  float: left;
}
.sidebar_top_5_row div:last-of-type a{
	color: #fff !important;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
    border-radius: 3px;
	text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 1px 3px 7px -3px #000;
    text-transform: capitalize;
	display: block;
	font-size: 13px;
	margin-top: 7px;
	margin-right: 4px;
}

@media only screen and (max-width:1610px) {
	  .sidebar_top_5_row div:last-of-type{
		  width:100%;
		}
	    .sidebar_top_5_row div:last-of-type a{
		  	float: none;
			width: 75px;
		  	margin-left: auto;
		  	margin-right: auto;
			margin-top: 3px;
			margin-bottom: 10px;
		}
			.sidebar_top_5_row div:nth-child(2){
			width: 100%;
		}
			.sidebar_top_5_row div:first-of-type {
			  width:100%;
		}
		.sidebar_top_5_row div:first-of-type p{
			  margin-left: auto;
		  	margin-right: auto;
		}
}

.sidebar-popular-pages {
	overflow: auto;
	padding: 10px 5px;
}
.sidebar-popular-pages ul{
	list-style-type: none;
}
.sidebar-popular-pages ul li{
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
.sidebar-popular-pages ul li a{
	display: block;
}

.sidebar-popular-pages ul li:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar-popular-pages ul li img{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	max-width: 100px;
	width: 40%;
}

.sidebar-popular-pages ul li span{
	margin-left: 15px;
	display: inline-block;
	float: left;
	max-width: 165px;
	width: 50%;
	line-height: normal;
}

.widgettitle {
	color:#fff !important;
}
.et_pb_widget .widgettitle {
	color:#fff !important;
	text-decoration: none !important;
	text-align: center;
	border: 1px solid #141652;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: 'Jura', sans-serif;
    border-bottom: 3px solid #c90101 !important;
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #222222 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px
}

@media only screen and (max-width:1476px) {
	  .sidebar-popular-pages ul li img{
		    max-width: 300px;
		    margin: 5px 1%;
			width: 98%;
		}

		.sidebar-popular-pages ul li span{
			margin: 10px 5%;
			max-width: 300px;
			width: 90%;
			text-align: center;
		}

}

.breadcrumb-row .et_pb_row{
	padding: 3px 0px;
}
.breadcrumbs {
	font-size: 13px;
	text-transform: capitalize;
}

.min-box-height {
	min-height: 350px;
}

img.thumbnail-round-small {
	border-radius: 50%;
	width:100px;
	height:100px;
}

.et_pb_text_inner a {
	text-decoration: underline;
}

.blurb-shadow-box {
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0 !important;
	overflow: hidden !important;
	border-top-style: solid !important;
	border-top-width:3px !important;
	border-top-color:#0c71c3 !important;
	padding-top: 15px !important;
	padding-right: 10px !important;
	padding-bottom: 15px !important;
	padding-left: 10px !important;
	box-shadow:  0px 12px 18px -6px rgba(0,0,0,0.3) ;
	margin-bottom: 30px !important;
}
.blurb-shadow-box-title {
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 20px;
	background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #ffffff !important;
	padding: 5px;
	text-align: center;
}
.blurbs-regular .blurb-smaller 
{
    border-top: 2px solid #c90101 !important;
	background-color: #f5f5f5 !important;
}
.blurbs-regular .blurb-smaller .et_pb_blurb_description
{
    padding-top: 0px;
}

.blurbs-regular .blurb-smaller .et_pb_blurb_description p
{
    line-height: normal !important;
    font-size: 14px;
    color: #666;
}
.blurbs-regular .blurb-smaller .et_pb_blurb_description p a
{
    font-family: 'Verdana';
    font-size: 16px;
    color:#c90101;
    text-align: left;
    border-bottom: none;
	font-weight: bold;
}

/*start new header ticker styles*/
.logo_container {
	float: left !important;
}

#et-top-navigation {
	float: left !important;
}

nav#top-menu-nav {
	margin-top: -25px;
}

nav#top-menu-nav #top-menu a{
	color: #000 !important;
}

#et-top-navigation {
	float: left !important;
}

.et_menu_container {
	padding: 0px;
	height: 100%;
	background-image:url("../../uploads/2019/10/header-inner-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}

@media only screen and (max-width:1401px) {
	  .et_menu_container {
		background-image:none;
	}
		#main-header {
		background-position: top left;
	}
	.tagline {
		font-size: 130%;
		top: -70px;
		left: 85%;
		width: 200px;
		color: #001E56;
		font-weight: bold;
	}
	.tagline span{
		color: #E40000;
	}
}

@media only screen and (max-width:1079px) {
	
	#et-top-navigation {
		float: right !important;
	}

}

.slider {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin: 20px auto;
    text-align: center;
	
}
	.slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.ticker-spacing {
	width: 50px;
	background: #000000;
	height: 75px !important;
	float: left;
	border-right: 1px solid #fff;
}
.ticker-spacing-next {
	width: 50px;
	background: #000000;
	height: 107px !important;
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	border-left: 1px solid #fff;
}
.slick-prev {
  		left: 0px!important;
  		z-index: 9999!important;
		opacity: 1!important;
	}
.slick-next {
	    right: 18px!important;
  		z-index: 9999!important;
		opacity: 100!important;
	}
.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px !important;
    line-height: 1;
    color: white;
    opacity: 1.00 !important;
}

	  
#ticker {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: "Arial";
	font-weight: normal;
	background: #000000;
	color: #fff;
	/*height: 76px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#ticker *{
	margin: 0px;
	padding: 0px;
}
	  
#ticker div{
	height: 76px;
}
	  
#ticker ul.ticker-date {
	width: 90px;
	font-size: 15px;
	height: 98%;
	padding-top: 14px;
	float: left;
	list-style: none;
}
	  
#ticker ul.ticker-date li{
	font-size: 15px;
	text-align: center;
	margin-top: 3px;
}

#ticker ul.ticker-dateXX:first-of-type {
	margin-left: 30px;
}


#ticker ul.ticker-game {
	background: #262626;
	height: 100%;
	list-style: none;
	width: 146px;
	margin: 0px 2px;
}

#ticker ul.ticker-game li.ticker-time{
	padding: 0px 10px;
	width: 100%;
	line-height: 25px;
	border-bottom: 2px solid #000;
}

#ticker ul.ticker-game li.split{
	width: 35px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#ticker ul.ticker-game li.split:nth-child(even){
	color:#4CD025;
	text-align: right;
}

#ticker ul.ticker-game li.futures-split-team{
	width: 155px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#ticker ul.ticker-game li.futures-split-odds{
	width: 45px;
	float: left;
	color:#4CD025;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right:5px;
}

#ticker ul.ticker-game li.ticker-over{
	width: 56px;
	float: right;
	text-align: center;
	padding-top: 18px;
}	  

#ticker .slick-prev:before, #ticker .slick-next:before{
	color: #fff;
	font-size: 30px;
}
@media (max-width: 1080px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }

	#top-header {
		display: none;
	}
	#main-header {
		background-image:url("../../../images/header/header-bg-mobile.jpg");
		background-position: top right;
	}
}
/*end new header ticker styles*/

/*start new countries info box sidebar table styles*/
table.countries-info-box {
	font-size: 13px;
	-moz-box-shadow: 0 0 2px 2px #f1f1f1;
-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
box-shadow: 0 0 2px 2px #f1f1f1;
}
table.countries-info-box thead tr {
	height: 40px;
	font-weight: bold;
	background-image:url("../../../wp-content/uploads/2019/10/blue-table-header-background.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.countries-info-box thead tr td{
	height: 50px;
}

table.countries-info-box thead tr .table-heading::before {
	font-family: FontAwesome;
    content: "\f059";
    padding-right: 10px;
	vertical-align: middle;
    color: #c90101;
	font-size: 25px;
}

table.countries-info-box thead tr .table-heading {
	font-size: 15px;
}

table.countries-info-box tbody tr td{
	vertical-align: top;
	padding: 2px 5px;
	background-color: #FCFCFC;
}

table.countries-info-box tbody tr td:first-child{
	font-weight: bold;
}
/*end new countries info box sidebar table styles*/

/*start odds table styles*/
.red-gradient-background {
	color: #fff !important;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
}
.table-responsive {
	  max-width:100%;
	  overflow-x: auto;
	}
	a.oddstablelink {
		text-decoration: none;
	}
	table.oddstable tbody tr:nth-child(4n),table.oddstable tbody tr:nth-child(4n-1){
		background-color:#f5f5f5;
	}
	table.oddstable {
		margin-top: 10px;
	}
	a table.oddstable {
		color:  #333 !important;
	}
	table.oddstable thead tr{
		background-color:#f5f5f5;
		font-weight: bold;
	}
	table.oddstable td{
		text-align: center;
		white-space: nowrap;
	}
	table.oddstable tbody td{
		font-size: 13px !important;
		padding: 3px 2px;
		border-right: 1px solid #eee;
	}

	table.oddstable tbody td img{
		vertical-align: middle;
		margin-right: 10px;
		margin-left: 5px;
	}
	table.oddstable tbody td.odds-team{
		text-align: left;
		min-width: 200px;
	}
	table.oddstable tbody td.odds-spread, table.oddstable tbody td.odds-teamtotal{
		width: 60px;
	}
	table.oddstable tbody td.odds-team{
		text-align: left;
		min-width: 200px;
	}
	table.oddstable td.odds-time{
		text-align: center;
		width: 90px;
	}
@media only screen and (min-width:1080px) and (max-width:1360px) {
  .table-hide-small {
		display:none !important;
	}
}
/*end odds table styles*/
.betting-revenue-background
{
	background-image: url("../../../images/backgrounds/betting-revenue.jpg");
	background-position: top center;
}

.page-section-customer-service
{
	background-image: url("../../../images/backgrounds/customer-service-bg.jpg");
	background-position: top center;
}

.horse-racing-background
{
	background-image: url("../../../images/backgrounds/horse-racing-bg.jpg");
	background-position: top center;
}

.political-background
{
	background-image: url("../../../images/backgrounds/political-betting.jpg");
	background-position: top center;
}

.usa-blue-background
{
	background-image: url("../../../images/backgrounds/usa-blue-bg.jpg");
	background-position: top center;
}

.usa-blue-background p, .usa-blue-background p.Heading-Text
{
	color: #fff;
}

.page-section-sportsbook-revenue {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/sportsbook-revenue-bg.jpg");
	background-position: top center;
}
.page-section-cfp {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/cfp-2020-background.jpg");
	background-position: top center;
}
.page-section-mobile-apps {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/mobile-sports-betting-apps-background.jpg");
	background-position: center center;
}
.page-section-mobile-apps img {
	margin-left: 15px;
	margin-top: 25px;
}

.page-section-preakness {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/preakness-stakes-2021.jpg");
	background-position: top center;
}

.page-section-cbb {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/college_basketball_background.jpg");
	background-position: top center;
}
.page-section-xfl {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/xfl-returns-background.jpg");
	background-position: top center;
}
.Heading-Text-sub {
	font-size: 16px;
	background-color: #006BB6;
	color: #fff!important;
	position: relative;
	margin-bottom: 20px;
	padding: 5px 5px 5px 15px;
	border-bottom: 3px solid #000;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	float: left;
	clear: left !important;
	width: 100%;
}
.Heading-Text-sub:after {
	  content: "";
    position: absolute;
   top: 100%;
   left: 10px;
   border-top: 10px solid #000;
   border-top-color: #000; 
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
}

.dark-inner-box {
	background-color:#111;
	padding: 0px;
	/*-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;*/ 
	/*-moz-box-shadow: 0 0 2px 2px #000;
	-webkit-box-shadow: 0 0 2px 2px#000;
	box-shadow: 0 0 2px 2px #000;*/
}
.dark-inner-box p.Heading-Text{
	border: none;
	background-color: #006BB6;
	padding: 5px 20px 5px 30px !important;
	margin: -18px 2px 20px 0px !important;
}
.dark-inner-box p{
	color: #fff;
	padding: 0px 30px 20px 30px!important;
}.dark-inner-box p a{
	color: #ccc;
}

.dark-inner-box .heading-icon-outside
{
	position: absolute;
	top: -5px;
	left: -25px;
}


img.heading-icon-outside
{
	position: absolute;
	top: -5px;
	left: -25px;
}
p.heading-icon-outside{
	border: none;
	background-color: #006BB6;
	padding: 5px 20px 5px 30px !important;
	margin: -13px 2px 20px 0px !important;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width:500px) {
  .clear-mobile {
	float: left;
	width: 100%;
	text-align: center;
}
}

/*start countries grid styles*/
.countries-grid {
	width: 100%;
	float: left;
}
.countries-grid div{
	width: 20%;
	min-width: 180px;
	float: left;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 4px;
	margin-left: -1px;
	margin-top: -1px;
}
.countries-grid div a{
	display: block;
	text-decoration: none;
}
.countries-grid div > a:hover{
	background-color: #ccc;
}
.countries-grid div img{
	width: 30px;
	float: left;
	border-radius: 50%;
	margin-left: 6px;
	margin-right: 10px;
	max-height: 30px;
}
.countries-grid p.Heading-Text-sub{
	padding-bottom: 5px;
}
@media only screen and (max-width:1135px) {

	.countries-grid div{
		width: 25%;
	}
}
@media only screen and (max-width:911px) {

	.countries-grid div{
		width: 33%;
	}
}
@media only screen and (max-width:689px) {
 
	.countries-grid div{
		width: 50%;
		min-width: none;
	}
}
@media only screen and (max-width:400px) {
 
	/*.countries-grid div{
		width: 100%;
		min-width: none;
	}*/
}


/*end countries grid styles*/

/*start stacked review*/
	.stacked-review * {
		margin: 0px;
		padding: 0px;
	}
		
	.stacked-review {
		border: 1px solid #ccc;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		overflow: hidden;
	}

		.stacked-review .review-row {
			width: 100%;
			float: left;
			clear: both;
		}
		
		.stacked-review .review-col-1 {
			width: 25%;
			float: left;
		}
		
		.stacked-review .review-col-2 {
			width: 75%;
			float: left;
			padding: 15px;
		}

		.stacked-review .review-col-2 p{
			
			padding-bottom: 10px;
		}

		.sportsbook-banner {
			float: left;
			margin: 15px;
			max-width: 200px;
		}
		
		.sportsbook-title {
			font-weight: bold;
			font-size: 18px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 10px;
			color: #B90600;
			text-shadow: 2px 2px 2px #ccc;
		}
		
		.sportsbook-review, .sportsbook-action
		{
			  width: 50%;
			  float: left;
			padding-top: 10px;
		}
		.sportsbook-review a, .sportsbook-action a {
			background: #3498db;
			  background: #b90600; /* Old browsers */
			background: -moz-linear-gradient(top,  #b90600 1%, #6d0019 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #b90600 1%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #b90600 1%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			  -webkit-border-radius: 28;
			  -moz-border-radius: 28;
			  border-radius: 28px;
			  font-family: Arial;
			  color: #ffffff;
			  font-size: 15px;
			  padding: 8px 20px;
			  text-decoration: none;
		}

		.sportsbook-action a {
			background: -moz-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1D1F7A), color-stop(100%, #141652));
			background: -webkit-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
			background: -o-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
			background: -ms-linear-gradient(270deg, #1D1F7A 0%, #141652 100%);
			background: linear-gradient(180deg, #1D1F7A 0%, #141652 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1F7A', endColorstr='#141652',GradientType=0 );
			background-color: #141652;
		}

		@media (max-width: 840px) {
			  .stacked-review .review-col-1 {
					width: 100% !important;
					max-width: 100% !important;
			  }
			.stacked-review .review-col-2 {
					width: 100% !important;
					max-width: 100% !important;
			  }
			p.sportsbook-banner {
				float: none;
				width: 100%;
				text-align: center;
				padding: 0px;
				margin: auto;
				margin-top: 20px;
			}
			.sportsbook-title {
				border-bottom: 1px solid #B90600;
				padding-bottom: 7px;
				text-align: center;
			}
		}
/*end stacked review*/

.states-panel {
	-moz-box-shadow: 0 0 2px 2px #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
	box-shadow: 0 0 2px 2px #f1f1f1;
	padding: 10px;
	margin-bottom: 30px;
}
.states-panel p.Heading-Text{
	
}
.states-panel p.Heading-Text a{
	text-decoration: none;
}

/*start list grid styles*/
ul.list-grid{
	padding-left: 0em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none !important;
	width: 100%;
	float: left;
}

ul.list-grid-links{
	padding-left: 0em;
}
ul.list-grid-links li{
	min-width: 180px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	width: 33%;
	display: inline-block !important;
	margin-right: -2px;
	margin-bottom: 1px;
}

p.list-grid-links a{
	min-width: 180px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	width: 33%;
	display: inline-block;
	margin-top: -1px;
	margin-right: -1px;
}

ul.list-grid-links li a{
	width:100%;
	display: block;
}

.list-grid li{
	width: 50%;
	min-width: 180px;
	float: left;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin-left: -1px;
	margin-top: -1px;
}

.list-grid-wide li {
	width: 70% !important;
}
.grid-odds li strong{
	display: block;
	width:70px;
	float: right;
	background-color: #1875BA;
	font-size: 85%;
	border-radius: 3px;
	text-align: right;
	color: #fff;
	padding-right: 5px;
}

.grid-thirds li{
	width: 33%;
}

.list-grid li:hover{
	
}

.list-grid p.Heading-Text-sub{
	padding-bottom: 5px;
}

ul.list-grid-full li{
	width: 100%;
}

ul.list-grid li.list-grid-title {
	width: 100%;
}

ul.list-links {
	list-style: none;
	width: 100%;
	margin-bottom:20px;
}
ul.list-links li {
	display: inline-block;
	width: 33%;
}

ul.list-links li a{
	display: inline-block;
	width: 33%;
	min-width: 180px;
	float: left;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	margin-left: -1px;
	margin-top: -1px;
}

@media only screen and (max-width:689px) {
 
	.list-grid li{
		width: 100%;
		min-width: none;
	}
	ul.list-grid-links li
	{
		width: 100%;
		min-width: none;
	}
}
/*end list grid styles*/
/*state ages list styles*/
.st-lst {
    list-style: none;
    border-radius: 5px;
    border: 4px solid #e2e9f3;
    padding: 0px 9px !important;
    background-color: #fdfdfd;
    box-shadow: 0px 7px 8px -10px #000;
}
.st-lst li {
	list-style: none;
}
.st-lst li:hover {
    background-color: #fdfdfd;
}
.st-lst li a {
	text-decoration: none;
}
.st-lst li a:hover {
	color: #ccc;
}
.menu-highlight{
    padding: 2px 10px;
    color: #fff;
	font-size: 14px;
	width: 25px;
	background: red;
	border-radius: 5px;
}
/*end state ages list styles*/
.sb-sbks td a {
    background-color: #c90101;
    padding: 4px 12px;
    font-size: 75%;
    border-radius: 5px;
    text-decoration: none;
    line-height: 17px;
    color: #fff;
    border-width: 0px !important;
}
.sb-sbks td a:hover {
	background-color: #159631;
}
.sb-sbks table {
    box-shadow: 0px 3px 3px -4px #000;
    border: 2px solid #e8dede;
}
.sb-sbks th {
    font-size: 153%;
    text-shadow: 1px 1px #000;
    text-align: center;
    color: #fff !important;
    background-color: #af0000;
}
.sb-sbks td {
    font-size: 87%;
    text-align: left;
    background-color: #ffffff;
}

table.table-header th{
	background-color: #bbb;
}
table.table-striped td, table.table-striped th{
	border: 1px solid #bbb;
}
table.table-striped tr:not(first-of-type):nth-child(odd){
	background-color: #f1f1f1;
}
/*----election-box----*/
.flt-lft {
    float: left;
    margin: 3px 7px 0px -4px;
}
.cell2 {
    margin: 2px 8px 0px 4px;
    width: 23%;
}
.cell3 {
    width: 320px !important;
}
.cell4 {
    margin: 0px 0px 0px 0px;
    width: 25%;
    height: 80px;
}
.cell5 {
    margin: 0px 0px 0px 0px;
    width: 45%;
}
.inner-list {
    margin: 13px 0px 0px -25px;
}
.inner-list li {
    list-style: none;
    margin: 0px 0px 0px 1px;
    font-size: 85%;
    color: #a9a1a1 !important;
    line-height: 20px;
    text-align: left;
}
.inner-list li .lrg-txt {
    font-size: 160%;
    color: #696969 !important;
    line-height: 14px;
    text-align: left;
    font-weight: bold;
}
.inner-row {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 320px !important;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
.inner-row:last-of-type {
    border-bottom: 0px solid #ccc;
}
.inner-list-odds {
    margin: 5px 0px 0px 0px !important;
    background-color: #32496b;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #cd9c9c;
    padding: 0 5px 2px 5px !important;
    transition: all .2s ease-in-out;
}
.inner-list-odds li {
    list-style: none;
    margin: 5px 0px 3px 0px;
    font-size: 70%;
    color: #e6e6e6;
    line-height: 12px;
    text-align: center;
    font-weight: 800;
}
.inner-list-odds li a {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    font-size: 140%;
    border-top: 2px solid #d68080;
    font-weight: bold;
    line-height: 27px;
    color: #f7f7f7 !important;
}
.gry-bg {
    background-color: #ededed;
}
.gry-bg2 {
    background-color: #e1e1e1;
}
@media (max-width: 480px){
.cell3 {
    width: 299px !important;
    margin-left: -42px;
}
.inner-list li {
    list-style: none;
    margin: 0px 0px 0px 11px;
    font-size: 69%;
    color: #a9a1a1 !important;
    line-height: 20px;
    text-align: left;
}
.cell5 {
    margin: 0px 0px 0px 0px;
    width: 33%;
}
}
/*---end-election-box----*/
/*---prop-box----*/
.prop-box {
    padding: 0px 0px;
    border: 1px solid #e8e8e8;
    margin: 10px auto 23px 0px;
    background-color: #fbfbfb !important;
    box-shadow: 0px 2px 7px -4px #000;
    border-radius: 3px;
    max-width: 400px;
}
.prop-box-full {
    max-width: 100%;
}
.prop-box-wider {
    max-width: 500px;
}
.prop-box strong {
  padding: 0px 0px;
  font-size: 107%;
}
.prop-box .grn-bld {
  font-size: 107%;
  color: green;
  font-weight: bold;
}
.prop-box a {
  font-weight: bold;
    text-decoration: none;
}
.prop-box li {
  list-style: none;
  font-size: 95%;
	/*---text-indent: 17px;----*/
  border-bottom: 1px solid #ccc;
	padding: 3px 15px;
}
.prop-box .tips_heading {
    font-size: 100%;
    font-weight: bold !important;
  font-family: Helvetica, Arial, sans-serif;
    background-color: #607f9c !important;
  color: #fff;
  padding: 3px 16px;
  text-shadow: 0px 0px #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.prop-box .tips_heading a {
  color: #ff7171;
}
.prop-box .tips_heading a:hover {
  color: #fff;
}
.prop-box ul {
    margin: 0px 0px -15px -15px !important;
}
.post .prop-box ul {
    margin: 0px 0px -24px -15px !important;
}
.list-show-odds li strong {
	display: block;
	float: right;
	background-color: #00A3D9;
	font-size:85%;
	padding: 2px 5px;
	width:70px;
	color: #fff;
	text-align: center;
}
/*--end-prop-box----*/

/*--start-prop-box updates----*/
.prop-box-full .list-show-odds li strong {
	display: block;
	float: right;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	font-size:85%;
	width:70px;
	color: #fff;
	text-align: center;
	padding: 1px 5px;
}
.prop-box.prop-box-full li {
  list-style: none;
  font-size: 100%;
	/*---text-indent: 17px;----*/
  border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}

.prop-box-full .list-show-odds.two-cols li {
	width:50%;
	float: left;
	border-left: 1px solid #ccc;
}
.prop-box-full .list-show-odds.two-cols li:nth-of-type(even) {
	border-right: 1px solid #ccc;
}
.prop-box-full .list-show-odds.two-cols li:last-of-type {
	border-right: 1px solid #ccc;
}

@media (max-width: 950px){
	.prop-box-full .list-show-odds.two-cols li {
	width:100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
}


.prop-box.prop-box-full .tips_heading {
    font-size: 100%;
    font-weight: bold !important;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 4px 16px;
  text-shadow: 0px 0px #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/*--start-prop-box updates----*/

/* start show-sm-review on states pages */
.show-sm-review {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px 1px #000000; 
box-shadow: 0px 0px 15px 1px #000000;
	/*background-color: #00A3D9;*/
	padding: 20px;
	border-top: 10px solid #0A8BB9;
	-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	float: left;
}
.show-sm-review p.show-sm-review-banner{
	width: 130px;
	margin-left: 10px;
	text-align: center;
	float: right;
}
.show-sm-review p.show-sm-review-banner img{
	max-width: 250px;
	width: 100%;
}
.show-sm-review p.show-sm-review-content {
	border-right: 1px solid #ccc;
	float: left;
	width: 85%; /* fallback if needed */
    width: calc(100% - 150px);
	margin-right: 10px;
	padding-right: 10px;
}

.show-sm-review .show-sm-review-banner a.show-sm-review-action{
	display: inline-block;
    color: #fff;
    box-shadow: 0px 5px 7px -3px #2c539e;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
  background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
  background-color: #aa0202 !important;
  color: #fff !important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #2c539e;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	width: 90%;
	max-width: 250px;
}

.show-sm-review-title {
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #c90101 !important;
	font-size: 130%;
}

.show-sm-review-title span{
	color: #666;
}

/*start description-container */
.description-container {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 15px 15px 0px 15px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 2px 2px #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
	box-shadow: 0 0 2px 2px #f1f1f1;
	background-color: #fff;
	color: #111;
}
.description-container .description-header{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666;
	text-indent: 10px;
}

.description-container .description-image{
	width: 150px;
	float: left;
}

.description-container .description-number{
	width: 50px;
	float: left;
	vertical-align:middle;
	text-align: center;
	height: 100%;
	padding-top:25px;
	font-weight:bold;
	font-size: 20px;
	color: #666;
}

.description-container .description-image img{
	width: 140px;
	margin-top: 15px;
}

.description-container .description-text{
	float: right;
	width: calc(100% - 160px);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-left: 1px solid #ccc;
	color: #333333;
}

.description-container .description-number-text{
	width: calc(100% - 50px);
	padding-bottom:20px;
}

.description-container .description-number-text span{
	display: block;
	width: 100%;
	font-weight: bold;
}

.blue-box-spacing .description-container .description-text{
	color: #666;
}
/*end description-container */

@media (max-width: 700px){
	.show-sm-review p.show-sm-review-banner{
		width: 100%;
		margin-left: 10px;
		text-align: center;
		float: none;
	}
	.show-sm-review p.show-sm-review-content {
		border-right: none;
		border-top: 1px solid #ccc;
		padding-top: 15px;
		float: none;
		width: 100%; /* fallback if needed */
		margin-right: 10px;
		padding-right: 10px;
	}
	.description-container .description-image{
		width: 100%;
		float: left;
	}
	
	.description-container .description-image img{
		width: 100%;
	}
	
	.description-container .description-text{
		float: left;
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
		border-left: none;
	}
}

/*start description-container upcoming_events */
.description-container.upcoming_events {
}
.description-container.upcoming_events .description-image{
	width: 200px;
	float: left;
	padding: 0px;
	position: relative;
}

.description-container.upcoming_events .description-image img{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.description-container.upcoming_events .description-image span {
	position: absolute;
	display: block;
  	bottom: 13px;
  	left: 0%;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background-color: rgba(0,0,0,0.7);
	width: calc(100% - 6px);
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	padding: 5px;
}

.description-container.upcoming_events .description-text{
	width: calc(100% - 200px);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: none;
	color: #333333;
}

/*end description-container */

/*end remove default 80% width on mobile*/
@media (max-width: 1223px) {
	.description-container.upcoming_events .description-image{
		width: 100%;
		float: left;
		padding: 0px;
		position: relative;
	}
	.description-container.upcoming_events .description-text{
		width: 100%;
		padding-left: 3px;
	}
	.description-container.upcoming_events .description-header{
		text-indent: 0px;
	}
}


/* end show-sm-review on states pages */
.stacked-prop-boxes	{
	float: left;
	min-width: none;
	width: 50%;
}

.table-logo-sm {
	width: 20px;
	vertical-align: middle;
	margin-right:15px;
}

@media only screen and (max-width:1030px) {
 
	.stacked-prop-boxes	{
		width: 100%;
	}
	ul.list-grid-links li
	{
		width: 49%;
	}
}

@media only screen and (max-width:689px) {
 
	.list-grid li{
		width: 100%;
		min-width: none;
	}
	ul.list-grid-links li
	{
		width: 100%;
		min-width: none;
	}
}

.image-wrapper-5 img
{
	width:14%;
	margin: 5px 3%;
	float: left;
}

.mock-draft {
	margin-top: 20px;
	margin-bottom: 30px;
}
.mock-draft h2{
	color: #C12C2C;
	font-size: 30px;
	margin-bottom: 0px;
	border-left: 5px solid #C12C2C;
	padding-left: 20px;
}

.mock-draft .selection{
	border: 1px solid #EFE5E5;
	overflow: auto;
}

.mock-draft .selection p.pick{
	background-color: #F5F6F7;
	
	padding: 7px 20px;
	width: 100%;
	border-bottom: 1px solid #EFE5E5;
	font-weight: bold;
}
.mock-draft .selection p.pick span{
	display: inline-block;
	width: calc(100% - 240px);
	float: right;
	color: #C12C2C;
}
.mock-draft .selection p.team{
	width: 250px;
	float: left;
	padding: 20px 10px;
	text-align: center;
	border-right: 1px solid #EFE5E5;
}
.mock-draft .selection p.team span{
	display: block;
	font-size: 90%;
}

.mock-draft .selection p.player-info{
	padding: 20px 10px;
	width: calc(100% - 250px);
	float: left;
	border-left: 1px solid #EFE5E5;
	margin-left: -1px;
}

.mock-draft .selection .selection-odds{
	padding: 10px 10px;
	width: 100%;
	float: left;
	border-top: 1px solid #EFE5E5;
	background-image:url("../../uploads/2020/04/selection-odds-bg.png");
	background-position: center left;
	background-repeat: no-repeat;
}
.mock-draft .selection .selection-odds p{
	padding: 0px;
	font-weight: bold;
	margin-left: 25px;
}

@media (max-width: 700px){
	.mock-draft .selection p.team{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #EFE5E5;
	}
	.mock-draft .selection p.player-info{
		width: 100%;
		border-left: none;
		margin-left: none;
	}
	.mock-draft .selection p.pick span{
	display: inline-block;
	width: auto;
	float: none;
}
}

.img-text-overlay {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	position: relative;
}
.img-text-overlay p{
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 4px !important;
	margin-left: 3px;
	text-align: center;
	position: absolute;
	width: calc(100% - 6px);
	bottom: 15px;
}

@media (max-width: 1020px){
	.img-text-overlay {
		width: 48%;
	}
}

@media (max-width: 500px){
	.img-text-overlay {
		width: 98%;
	}
}

ul.list-icons {
	list-style-type: none;
	margin-left:20px;
}
ul.list-icons li:before{
	font-family:"FontAwesome";
	content: "\f14a ";
	float: left;
  margin-left: -1.5em;
	margin-right: 10px;
	font-size: 18px;
	font-weight:900 !important;
	color: inherit;
	
	/*color: #028816;*/
}
.icons-red li:before, .icons-red:before {
	color:#B70000 !important;
}

.boxScoreSingle {
    width: 100% !important;
}

.boxScore .rightSide .odds p {
    font-size: 13px;
    color: #cc2828 !important;
}

.nfl-game-highlight {
	border-bottom:1px solid #e5e5e5 !important;
	background-image: url("../../../images/backgrounds/nfl-game-highlight-bg.jpg");
	background-position: center center;
	border: 1px solid #000;
}
.nfl-game-highlight p.highlight-game-info {
	color: #fff !important;
	margin-left: 20px;
	margin-right: 20px;
}
.nfl-game-highlight .et_pb_text_inner p {
	color: #fff !important;
	margin-left: 20px;
	margin-right: 20px;
}
.nfl-game-highlight .Heading-Text{
	border: none !important;
	margin-left: 20px;
	color: #fff !important;
	font-size: 35px;line-height: normal;
	text-shadow: 2px 2px 2px rgba(00, 00, 00, 1);
}
.nfl-game-highlight .boxScore{
	background-color:rgba(255,255,255,0.90);
	float: none;
	margin: auto;
	width: 96%;
	margin-bottom: 15px;
}
.nfl-game-highlight .boxScore p{
	color: #000 !important;
}
.gotd-box {
    border-bottom: 1px solid #e5e5e5 !important;
    background-image: url(/wp-content/uploads/2020/09/gotd-highlight-bg2.jpg);
    background-position: bottom;
    border-radius: 2px;
    padding: 15px !important;
    box-shadow: 0px 0px 21px -10px #000;
    margin: 10px auto;
}
.gotd-box h2 {
    font-size: 200%;
    color: #fdfdfd;
    border-bottom: 2px solid #767676;
    line-height: 42px;
    text-shadow: 1px 1px #8a8b8a;
    font-family: oswald;
    width: 67%;
}
.gotd-box .boxScore a {
	text-decoration: underline;
}
.gotd-box h3 {
    font-size: 150%;
    color: #ffffff;
    line-height: 58px;
    font-family: arial;
    margin: 2px 0px 0px 0px;
}
.gotd-box h3 strong {
    font-size: 60%;
    color: #909090;
    font-style: italic;
}
.gotd-box h4 {
    font-size: 100%;
    color: #e9dda2;
}
.gotd-box .list-grid li {
	color: #fff !important;
    border: 1px solid #5b5b5b !important;
}
.gotd-box .et_pb_text_inner p {
    color: #efefef;
}
.gotd-box .boxScore {
    width: 67%;
    margin: 17px 3px 20px 3px;
    background-color: #3d3d3d;
    float: none;
}
.gotd-info-box {
    background-color: #3d3d3d;
    border: 3px solid #767676;
    padding: 15px;
    border-radius: 2px;
    max-width: 200px;
    margin-left: 10px;
    margin-top: -50px;
    float: right;
}
.gotd-content-box {
}
.gotd-info-box p {
    color: #fff;
}
.gotd-info-box .et_pb_button {
    text-align: center !important;
}
.gotd-info-box h4 {
    font-size: 150%;
    color: #ffffff;
    line-height: 25px;
    text-shadow: 1px 1px #8a8b8a;
    font-family: oswald;
    text-align: center;
    margin-bottom: 13px;
    padding-top: 7px;
    background-color: #f00;
}
.gotd-info-box li {
    list-style: none;
	margin: 0px 0px 0px 0px;
	color: #fff;
}
.gotd-info-box .et_pb_text_inner p {
    color: #ffffff;
    font-family: oswald;
    font-weight: normal !important;
    font-size: 100%;
    letter-spacing: 1.1px;
}
.gotd-trends-box {
	width: 100%;
    background-color: #cccccc30; 
}
.gotd-trends-cell {
    float: left;
    width: 50%;
    padding: 0px 20px;
}
.gotd-trends-cell li {
    font-size: 95%;
    color: #ededed;
    margin: 0px 15px 8px 25px;
    line-height: 20px;
}
.gotd-trends-cell h3 {
    font-size: 123%;
    text-align: center;
    background-color: #ba0606;
    color: #fff;
    line-height: 30px;
    padding: 10px 0px;
}
@media only screen and (max-width:1140px) {
	.gotd-box .boxScore, .gotd-info-box, .gotd-content-box {
    width: 100%;
		float: none;
}
	.gotd-info-box {
		margin: 0px auto;
		
	}
		.gotd-box h3, .gotd-box h2 {
			text-align: center;
		}
	.gotd-box h2 {
		text-align: center;
		margin-bottom: 15px;
        width: 100%;
	}
	.gotd-box h3 {
		font-size: 200%;
		}
	.gotd-trends-cell {
		float: none;
		width: 100%;
}
}
.feature-row-list-box h4 {
    font-size: 100%;
    line-height: 4px;
    border-bottom: 4px solid #e7e7e7;
}

/*start presidential-banner*/
.presidential-banner section {
  max-width: 1400px;
  width: auto;
  height: auto;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  /*background: yellow;*/
}
.presidential-banner aside {
  background: url("../../../images/political-banner/banner-box-aside-backgrounds.png");
  width: 246px;
  height: 374px;
  margin-bottom: 0px;
  display: inline-block;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
	background-repeat: no-repeat;
}

.presidential-banner aside .trump {
  background: url("../../../images/political-banner/trump-bg.png");
	background-repeat: no-repeat;
  background-position: bottom center;
  height: 360px;
  position: relative;
}
.presidential-banner aside .biden {
  background: url("../../../images/political-banner/biden-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 360px;
  position: relative;
}
.presidential-banner aside .pense {
  background: url("../../../images/political-banner/pense.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 360px;
  position: relative;
}
.presidential-banner aside .harris {
  background: url("../../../images/political-banner/harris-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 360px;
  position: relative;
}
.presidential-banner aside .clinton {
  background: url("../../../images/political-banner/clinton-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 360px;
  position: relative;
}

.presidential-banner aside .box-info {
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  bottom: 1px;
  width: 244px;
  margin-left: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.presidential-banner aside .box-info p {
  margin: 0px;
  padding: 0px 10px;
  color: #fff;
  font-size: 14px;
}

.presidential-banner aside .box-info p.box-name, .presidential-banner aside .box-info p.box-party {
  font-size: 22px;
  width: 244px;
  margin-left: 1px;
  text-align: center;
	margin-top: 5px;
}
.presidential-banner aside .box-info p.box-party {
  font-size: 15px;
  color: yellow;
}
.presidential-banner aside .box-info ul{
	list-style: none;
	margin-left: 1px;
}
.presidential-banner aside .box-info ul li{
  font-size: 18px;
  font-weight: bold;
	width: 108px;
	float: left;
    text-align: center;
	color: #f1f1f1;
}
p.box-action a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 105px;
  text-align: center;
  font-size: 15px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
a.btn-blue {
  background: #012f91; /* Old browsers */
  background: -moz-linear-gradient(top, #012f91 1%, #001040 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #012f91 1%, #001040 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #012f91 1%, #001040 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012f91', endColorstr='#001040', GradientType=0); /* IE6-9 */
}
a.btn-green, p.call-to-action a.btn-green {
  background: #238c00; /* Old browsers */
  background: -moz-linear-gradient(top, #238c00 1%, #004010 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #238c00 1%, #004010 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #238c00 1%, #004010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238c00', endColorstr='#004010', GradientType=0); /* IE6-9 */
}
a.btn-yellow, p.call-to-action a.btn-yellow {
  background-image: linear-gradient(to bottom, #f7dc9b, #f5d688, #f4cf75, #f2c962, #f0c24d);
	border: 1px solid #A88734;
	color: #2F3841 !important;
}
.single-btn .btn-yellow {
    padding: 10px 20px;
    display: block;
    max-width: 500px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 40px;
}
/*start presidential-banner*/

/*start presidential-countdown-box*/

.countdown-box {
	min-width: 300px;
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 2px 2px #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
	box-shadow: 0 0 2px 2px #f1f1f1;
	background-color: #fff;
	color: #111;
}

.countdown-box p.election-2020{
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
	background-color: #002868;
	height: 60px;
}

.countdown-box p.election-2020 img{
	position: relative;
	top: 15px;
}

.countdown-box p.election-title{
	font-size: 20px;
	margin-top: 90px;
	text-align: center;
	color: #002868;
	padding: 0px 10px;
}
.countdown-box p.election-title span{
	color: #c90101;
}

.countdown-box .countdown-box-timer{
	margin-top: 40px;
	background-color: #f1f1f1;
	padding: 10px;
}


/*end presidential-countdown-box*/

.flex-table {
  display: flex;
	-moz-box-shadow: 0 0 2px 2px #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
	box-shadow: 0 0 2px 2px #f1f1f1;
	background-color: #fff;
}

.flex-table-heading {
	color: #fff !important;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
	width: 100%;
}

.flex-table p {
  	flex: 1;
  	text-align: center;
	padding: 5px;
}

.flex-table p {
  	border: 1px solid #ccc;
}

.flex-table-logos p{
	border: none;
	background-color: #f1f1f1;
}

.flex-table p.odds-item {
  	text-align: left !important;
	flex: 1 1 135px;
	font-weight: bold;
}

.flex-table p:first-of-type {
  	text-align: left !important;
}

.flex-table-heading p{
	text-align: left;
	color: #fff;
	padding: 5px 10px 5px 15px !important;
	border: none;
}

.flex-table p img{
	padding: 5px;
}

@media (max-width: 700px){
	.show-5 .flex-table p:nth-last-child(-n+3) {
  		display: none;
	}
	.flex-table p img{
		padding: 0px;
	}
}

@media (max-width: 1580px) and (min-width:1270px){
	.presidential-banner aside:nth-last-child(-n+1) {
  		
		/*display: none; */
	}
}

@media (max-width: 952px) and (min-width:638px){
	.presidential-banner aside:nth-last-child(-n+1) {
  		/*display: none; */
	}
}

.political-debate-background
{
	background-image: url("../../../images/backgrounds/presidential-debate.jpg");
	background-position: top center;
}
.b-brief-trends-tbl table {
    max-width: 200px;
}
.b-brief-trends-tbl th {
    text-align: left;
    background-color: #607f9c;
    color: #fff !important;
    text-shadow: 1px 1px #000;
    font-size: 125%;
    line-height: 10px;
}
.b-brief-trends-tbl td {
	text-align: left;
}

.page-section-action {
	text-align: center;
	border-top: 1px solid #0A285A;
	border-bottom: 1px solid #0A285A;
	background-image: linear-gradient(to right top, #0a285a, #112e5f, #183464, #1f3b68, #25416d, #25416d, #25416d, #25416d, #1f3b68, #183464, #112e5f, #0a285a);
}

.page-section-action p{
	text-align: center;
	color: #fff !important;
	font-size: 18px;
}

p.call-to-action a.btn-green {
	  display: block;
	  color: #fff;
	  text-decoration: none;
	  padding: 15px 10px;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  width: 205px;
	  text-align: center;
	  font-size: 20px;
	  margin: auto;
}

.banking-blurb {
	-moz-box-shadow: 0 0 2px 2px #ccc;
	-webkit-box-shadow: 0 0 2px 2px #ccc;
	box-shadow: 0 0 1px 1px #ccc;
	background-color: #fff;
	overflow: auto;
	margin: 1%;
	width: 48%;
	float: left;
}

.banking-blurb p.banking-blurb-method {
	margin: 0px;
	width: 110px;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	background-color: #f1f1f1;
	min-height: 100px;
	padding-top: 14px;
}

.banking-blurb p img{
	width: 87px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.banking-blurb ul {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
}

.banking-blurb ul li{
	font-size: 13px !important;
	line-height: 20px;
}

.banking-blurb ul li strong{
	display: inline-block;
	width: 42px;
}

@media (max-width: 1330px) {
	.banking-blurb p.banking-blurb-method {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
}

@media (max-width: 980px) {
	.banking-blurb p.banking-blurb-method {
		width: 110px;
		border-bottom: none;
		border-right: 1px solid #ccc;
	}
}

@media (max-width: 706px) {
	.banking-blurb {
	width: 98%;
	}
}

.list-grid.grid-white li{
	background-color: rgba(255,255,255,0.65);
	border-color: #666;
	color: #000;
}

/*start flex-review section*/
.flex-review *{      
  margin: 0px;
  padding: 0px;
} 
.flex-review{      
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 3px;
	margin-bottom: 40px;
}

.flex-review .flex-row	{
	display: -webkit-flex;        
    display: -ms-flexbox;     
    display: flex;
	flex-flow: wrap;
}
	
.flex-review .flex-row.sportsbook-heading	{
	border: 1px solid #ccc;
	background-image:url("/wp-content/uploads/2021/04/review-sportsbooks-bg-mlb.jpg");
	/*background-image:url("../../../images/backgrounds/review-sportsbooks-bg.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
}
	
.flex-review .flex-row.sportsbook-heading-kd	{
	border: 1px solid #ccc;
	background-image:url("/wp-content/uploads/2021/04/review-sportsbooks-bg-kd3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.flex-review .flex-row.sportsbook-heading-mlb	{
	border: 1px solid #ccc;
	background-image:url("/wp-content/uploads/2021/04/review-sportsbooks-bg-mlb.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.flex-review .flex-row.sportsbook-heading-nfl	{
	border: 1px solid #ccc;
	background-image:url("../../../images/backgrounds/review-sportsbooks-bg-NFL.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
}
	
.flex-review .flex-row.sportsbook-heading .col:nth-child(1){
	min-width: 250px;
	width: 35%;
	display: relative;
}
	
.flex-review .flex-row.sportsbook-heading .col:nth-child(2){
	width: 65%;
}
	
.flex-review .flex-row.sportsbook-heading .col p.flex-review-ranking{
	width: 80px;
	height: 80px;
	background-image:url("../../../images/backgrounds/review-sportsbook-ranking-bg.png");
	background-repeat: no-repeat;
	position: absolute;
}
	
.flex-review .flex-row.sportsbook-heading .col p.flex-review-ranking strong{
	display: inline-block;
	color: #fff;
	font-size: 185%;
	font-weight: 600;
	transform: rotate(-45deg);
	padding-top: 18px;
	font-family: "Georgia";
}
	
.flex-review .flex-row.sportsbook-heading .col p.flex-review-logo{
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	text-align: center;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 180px;
}

.flex-review .flex-row.sportsbook-heading .col p.flex-review-logo img{
	margin-top: 5px;
}
	
.flex-review .flex-row.sportsbook-heading .col p.flex-review-name{
	color: #fff;
	font-size: 155%;
	font-weight: bold;
	margin-top: 16px;
}
	
.flex-review .flex-row.sportsbook-heading .col p.flex-review-tagline{
	font-size: 115%;
	color:#F1F00E;
	margin-top: 2px;
}
	

.flex-review .flex-row.sportsbook-content	{
	border: 1px solid #ccc;
	margin-top: 3px;
	position: relative;
}	

.flex-review .flex-row.sportsbook-content .col:nth-child(1){
	width: 60%;
}
	
.flex-review .flex-row.sportsbook-content .col:nth-child(2){
	width: 40%;
	background-color:#f1f1f1;
}
	
.flex-review .flex-row.sportsbook-content p {
	padding: 20px 20px 10px 20px;
	color: #777;
}

.flex-review .flex-row.sportsbook-content p.banner-728 {
	padding: 0px;
	margin: 15px;
}

.flex-review .flex-row.sportsbook-content p.banner-728 img{
	margin: auto;
}

.flex-review .flex-row.sportsbook-content p.star-rating {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 120%;
}
.flex-review .flex-row.sportsbook-content p.star-rating img {
	vertical-align: middle;
	margin-top: -5px;
}

.flex-review .flex-row.sportsbook-content ul {
	list-style-type: none;
	max-width: 300px;
	width: 90%;
	margin: auto;
	margin-top: 22px;
}
	
.flex-review .flex-row.sportsbook-content ul li::before{
	font-family: FontAwesome;
    content: "\f058";
    padding-right: 10px;
	vertical-align: middle;
    color: #238C00;
	font-size: 22px;
}

.flex-review .flex-row.sportsbook-content p.financial-icons{
	text-align: center;
}

.flex-review .flex-row.sportsbook-content p.financial-icons img{
	max-width: 20%;
}

.flex-review .flex-row.sportsbook-content p.review-action {
	margin-bottom: 10px;
}

.flex-review .flex-row.sportsbook-footer	{
	border: 1px solid #ccc;
	margin-top: 3px;
	background-color: #f1f1f1;
	padding: 10px;
}
.flex-review .flex-row.sportsbook-footer .col:nth-child(1)	{
	width: 60%;
	float: left;
}
.flex-review .flex-row.sportsbook-footer .col:nth-child(2)	{
	width: 40%;
	float: left;
}

.flex-review .flex-row.sportsbook-footer .col p a {
  display: block;
  width: 60%;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.flex-review .flex-row.sportsbook-footer .col:nth-child(1) p a {
  width: 95%;
}

@media (max-width: 1572px){
	.flex-review .flex-row.sportsbook-heading .col:nth-child(1) {
		min-width: none;
		width: 25%;
	}
	.flex-review .flex-row.sportsbook-heading .col:nth-child(2){
		min-width: none;
		width: 65%;
	}
}

@media (max-width: 1237px){
	.flex-review .flex-row.sportsbook-heading .col p.flex-review-name{
		margin-top: 6px;
	}
	.flex-review .flex-row.sportsbook-footer .col p a {
	  width: 95%;
	}
	.flex-review .flex-row.sportsbook-content .col:nth-child(1){
	width: 100%;
	}

	.flex-review .flex-row.sportsbook-content .col:nth-child(2){
		width: 100%;
		background-color:#f1f1f1;
	}
	
	.flex-review .flex-row.sportsbook-heading .col:nth-child(1), .flex-review .flex-row.sportsbook-heading .col:nth-child(2){
		min-width: none;
		width: 100%;
	}
	.flex-review .flex-row.sportsbook-heading .col p.flex-review-name, .flex-review .flex-row.sportsbook-heading .col p.flex-review-tagline{
		text-align: center;
	}
	.flex-review .flex-row.sportsbook-heading .col p.flex-review-tagline {
		margin-bottom: 13px;
	}
}

@media (max-width: 600px){
	.flex-review .flex-row.sportsbook-heading .col p.flex-review-name{
		font-size: 125%;
	}
	.flex-review .flex-row.sportsbook-heading .col p.flex-review-tagline{
		font-size: 110%;
	}
	.flex-review .flex-row.sportsbook-footer .col	{
		width: 100% !important;
		float: left;
	}
	.flex-review .flex-row.sportsbook-footer .col p a {
	  margin-top: 2px;
	  margin-bottom: 2px;
	}
}
/*end flex-review section*/

.odds-list-box .list-grid li {
    width: 100%;
    min-width: 180px;
    float: left;
    color: #000;
    background-color: #dedede;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    margin-left: -1px;
    margin-top: -1px;
}

ul.bovada-odds, ul.mybookie-odds {
	border: 1px solid #ccc;
	list-style-type: none !important;
	font-size: 12px;
	position: relative;
	width: 100%;
	min-height: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

ul.mybookie-odds {
	min-height: 83px;
}


/*start odds-game */
ul.bovada-odds.odds-game {
	margin-top: 35px;
	margin-bottom: 20px;
}

ul.bovada-odds.odds-game li:nth-child(-n+3), ul.bovada-odds.odds-first-half li:nth-child(-n+3){
	position: absolute;
	width: 18%;
	top: -27px;
	left:  46%;
	display: block;
	text-align: center;
}

ul.bovada-odds.odds-game li:nth-child(2), ul.bovada-odds.odds-first-half li:nth-child(2){
	left:  64%;
}

ul.bovada-odds.odds-game li:nth-child(3), ul.bovada-odds.odds-first-half li:nth-child(3){
	left:  82%;
}

ul.bovada-odds.odds-game li:nth-child(4), ul.bovada-odds.odds-game li:nth-child(5){
	background-color: #ccc;
	min-width: 70px;
	width: 12%;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left:  0%;
	text-align: center;
}
ul.bovada-odds.odds-game li:nth-child(5){
	top: 26px;
	padding-top: 0px;
	padding-bottom: 1px;
}

ul.bovada-odds.odds-game li:nth-child(6), ul.bovada-odds.odds-game li:nth-child(7),ul.bovada-odds.odds-first-half li:nth-child(5), ul.bovada-odds.odds-first-half li:nth-child(6){
	width: 34%;
	position: absolute;
	top: 0px;
	left: 12%;
	padding-left: 10px;
}
ul.bovada-odds.odds-game li:nth-child(7), ul.bovada-odds.odds-first-half li:nth-child(6){
	top: 26px;
	border-top: 1px solid #ccc;
}
ul.bovada-odds.odds-game li:nth-child(8){
	display: none !important;
}
ul.bovada-odds.odds-game li:nth-child(9), ul.bovada-odds.odds-game li:nth-child(10), ul.bovada-odds.odds-first-half li:nth-child(8), ul.bovada-odds.odds-first-half li:nth-child(9){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 46%;
	border-left: 1px solid #ccc;
	text-align: center;
}
ul.bovada-odds.odds-game li:nth-child(10), ul.bovada-odds.odds-first-half li:nth-child(9){
	top: 26px;
	border-top: 1px solid #ccc;
}
ul.bovada-odds.odds-game li:nth-child(11), ul.bovada-odds.odds-game li:nth-child(12),ul.bovada-odds.odds-first-half li:nth-child(10), ul.bovada-odds.odds-first-half li:nth-child(11){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 64%;
	border-left: 1px solid #ccc;
	text-align: center;
}
ul.bovada-odds.odds-game li:nth-child(12), ul.bovada-odds.odds-first-half li:nth-child(11){
	top: 26px;
	border-top: 1px solid #ccc;
	
}
ul.bovada-odds.odds-game li:nth-child(13), ul.bovada-odds.odds-game li:nth-child(14), ul.bovada-odds.odds-first-half li:nth-child(12), ul.bovada-odds.odds-first-half li:nth-child(13){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 82%;
	border-left: 1px solid #ccc;
	text-align: center;
}
ul.bovada-odds.odds-game li:nth-child(14), ul.bovada-odds.odds-first-half li:nth-child(13){
	top: 26px;
	border-top: 1px solid #ccc;
}
/*end odds-game */

/*odds-first-half */
ul.bovada-odds.odds-first-half li:nth-child(4){
	background-color: #ccc;
	min-width: 70px;
	width: 12%;
	margin: 0px;
	padding: 14px 0px 13px 0px;
	position: absolute;
	top: 0px;
	left:  0%;
	text-align: center;
}

ul.bovada-odds.odds-first-half li:nth-child(7){
	display: none !important;
}

/*end odds-first-half */

/*start odds-alternative */
ul.bovada-odds.odds-alternative
{
	border: none;
	padding: 0px !important;
}

ul.bovada-odds.odds-alternative li{
	width: 25%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
ul.bovada-odds.odds-alternative li:nth-child(4n-2){
	border-left: 1px solid #ccc;
}

ul.bovada-odds.odds-alternative li:nth-child(1){
	width: 100%;
	border-left: none;
	text-align: left;
}

ul.bovada-odds.odds-alternative li:nth-child(2), ul.bovada-odds.odds-alternative li:nth-child(3){
	width: 50%;
	background-color: #ccc;
	text-align: center;
}
/*end odds-alternative */

/*start odds-props */
ul.bovada-odds.odds-props
{
	border: none;
	padding: 0px !important;
	margin-bottom: 50px;
	overflow: auto;
}

/*start odds-props six-cols*/
ul.bovada-odds.odds-props.six-cols li:not(:first-child){
	width: 16.6%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

ul.bovada-odds.odds-props.six-cols li:nth-child(odd), ul.bovada-odds.odds-props.four-cols li:nth-child(odd){
	text-align: right;
}

ul.bovada-odds.odds-props.six-cols li:nth-child(3), ul.bovada-odds.odds-props.six-cols li:nth-child(5), ul.bovada-odds.odds-props.four-cols li:nth-child(4n-1){
	border-right: 1px solid #ccc;
}

ul.bovada-odds.odds-props.six-cols li:nth-child(1){
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
/*end odds-props six-cols*/

/*start odds-props four-cols*/
ul.bovada-odds.odds-props.four-cols li{
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
ul.bovada-odds.odds-props.four-cols li:nth-child(even){
	width: 35%;
}
ul.bovada-odds.odds-props.four-cols li:nth-child(odd){
	width: 15%;
}
ul.bovada-odds.odds-props.four-cols li:nth-child(1){
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	width: 100% !important;
}

/*end odds-props four-cols*/

/*start odds-props total-points*/
ul.bovada-odds.odds-props.total-points li{
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

ul.bovada-odds.odds-props.total-points li:nth-child(1){
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 100% !important;
}
ul.bovada-odds.odds-props.total-points li:nth-child(2), ul.bovada-odds.odds-props.total-points li:nth-child(3){
	background: #ccc;
	width: 50% !important;
	text-align: center;
}

ul.bovada-odds.odds-props.total-points li:nth-child(5),ul.bovada-odds.odds-props.total-points li:nth-child(6){
	width: 50%;
	text-align: center;
}

ul.bovada-odds.odds-props.total-points li:nth-child(4){
	position: absolute;
	top: 54px;
	left: 0%;
	width: 80px;
	text-align: center;
}

/*end odds-props total-points*/

/*start odds-props special*/
ul.bovada-odds.odds-props.special li{
	float: left;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

ul.bovada-odds.odds-props.special li:nth-child(2n-5){
	width: 23.33%;
}
ul.bovada-odds.odds-props.special li:nth-child(2n-6){
	width: 10%;
	border-right: 1px solid #ccc;
}
ul.bovada-odds.odds-props.special li:nth-child(6n+10){
	border-right: none;
}

ul.bovada-odds.odds-props.special li:nth-child(1),ul.bovada-odds.odds-props.special li:nth-child(4),ul.bovada-odds.odds-props.special li:last-of-type{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 100% !important;
	border-right: none;
}
ul.bovada-odds.odds-props.special li:nth-child(1){
	background: #ccc;
}
ul.bovada-odds.odds-props.special li:nth-child(4){
	background: none;
	padding: 10px;
}
ul.bovada-odds.odds-props.special li:last-of-type{
	font-style: italic;
	border-bottom: none;
	margin-top: 5px;
}
ul.bovada-odds.odds-props.special li:nth-child(2), ul.bovada-odds.odds-props.special li:nth-child(3){
	width: 50%;
	background: #f1f1f1;
}

/*end odds-props special*/

/*start mybookie-game */

ul.mybookie-odds.odds-game li:nth-child(1), ul.mybookie-odds.odds-game li:nth-child(2){
	background-color: #ccc;
	min-width: 70px;
	width: 12%;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left:  0%;
	text-align: center;
}
ul.mybookie-odds.odds-game li:nth-child(2){
	top: 40px;
	padding: 0px;
	padding-bottom: 1px;
	min-height: 42px;
}




ul.mybookie-odds.odds-game li:nth-child(3),ul.mybookie-odds.odds-game li:nth-child(4),ul.mybookie-odds.odds-game li:nth-child(5){
	position: absolute;
	width: 18%;
	top: -27px;
	left:  46%;
	display: block;
	text-align: center;
	text-transform: capitalize !important;
	
}

ul.mybookie-odds.odds-game li:nth-child(4){
	left:  64%;
}

ul.mybookie-odds.odds-game li:nth-child(5){
	left:  82%;
}

ul.mybookie-odds.odds-game li:nth-child(6){
	display: none !important;
}

ul.mybookie-odds.odds-game li:nth-child(7), ul.mybookie-odds.odds-game li:nth-child(8){
	width: 34%;
	position: absolute;
	top: 0px;
	left: 12%;
	padding: 8px 10px;
	
}
ul.mybookie-odds.odds-game li:nth-child(8){
	top: 40px;
	border-top: 1px solid #ccc;
}

ul.mybookie-odds.odds-game li:nth-child(9), ul.mybookie-odds.odds-game li:nth-child(10){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 46%;
	border-left: 1px solid #ccc;
	text-align: center;
}
ul.mybookie-odds.odds-game li:nth-child(10){
	top: 16px;
}
ul.mybookie-odds.odds-game li:nth-child(11){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 64%;
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 8px 10px 7px;
}

ul.mybookie-odds.odds-game li:nth-child(12), ul.mybookie-odds.odds-game li:nth-child(13){
	width: 18%;
	position: absolute;
	top: 0px;
	left: 82%;
	border-left: 1px solid #ccc;
	text-align: center;
}
ul.mybookie-odds.odds-game li:nth-child(13){
	top: 16px;
}

ul.mybookie-odds.odds-game li:nth-child(14), ul.mybookie-odds.odds-game li:nth-child(15){
	width: 18%;
	position: absolute;
	top: 40px;
	left: 46%;
	border-left: 1px solid #ccc;
	text-align: center;
	border-top: 1px solid #ccc;
}
ul.mybookie-odds.odds-game li:nth-child(15){
	top: 56px;
	border-top: none;
}

ul.mybookie-odds.odds-game li:nth-child(16){
	width: 18%;
	position: absolute;
	top: 40px;
	left: 64%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 8px 10px 7px;
}
ul.mybookie-odds.odds-game li:nth-child(17), ul.mybookie-odds.odds-game li:nth-child(18){
	width: 18%;
	position: absolute;
	top: 40px;
	left: 82%;
	border-left: 1px solid #ccc;
	text-align: center;
	border-top: 1px solid #ccc;
}
ul.mybookie-odds.odds-game li:nth-child(18){
	top: 56px;
	border-top: none;
}
/*end mybookie odds-game */

/*end odds-props */

@media (max-width: 800px){
	ul.bovada-odds.odds-props.four-cols li:nth-child(even){
		width: 70%;
	}
	ul.bovada-odds.odds-props.four-cols li:nth-child(odd){
		width: 30%;
	}
	ul.bovada-odds.odds-props.four-cols li:nth-child(4n-1){
		border-right: none;
	}
	ul.bovada-odds.odds-props.special li:nth-child(2n-5){
	width: 75%;
	}
	ul.bovada-odds.odds-props.special li:nth-child(2n-6){
		width: 25%;
		border-right: none;
	}
	ul.bovada-odds.odds-props.special li:nth-child(2), ul.bovada-odds.odds-props.special li:nth-child(3){
		width: 50%;
	}
}


@media (max-width: 700px){
	ul.bovada-odds.odds-game li:nth-child(-n+3), ul.bovada-odds.odds-first-half li:nth-child(-n+3),ul.mybookie-odds.odds-game li:nth-child(3),ul.mybookie-odds.odds-game li:nth-child(4),ul.mybookie-odds.odds-game li:nth-child(5){
		width: 25%;
		left:  30%;
	}
	ul.bovada-odds.odds-game li:nth-child(4), ul.bovada-odds.odds-game li:nth-child(5){
		top: -27px;
		padding: 0px;
		width: 15%;
		font-size: 11px;
	}
	ul.mybookie-odds.odds-game li:nth-child(1){
		display: none;
	}
	ul.mybookie-odds.odds-game li:nth-child(2){
		top: -27px;
		height: 10px !important;
		background-color: #fff !important;
		z-index: -1;
	}
	ul.bovada-odds.odds-first-half li:nth-child(4){
		width: 30%;
		padding: 0px;
		top: -27px;
		text-align: left;
		padding-left: 10px;
	}
	ul.bovada-odds.odds-game li:nth-child(5){
	   left: 15%;
	}
	ul.bovada-odds.odds-game li:nth-child(6), ul.bovada-odds.odds-game li:nth-child(7),ul.bovada-odds.odds-first-half li:nth-child(5), ul.bovada-odds.odds-first-half li:nth-child(6),ul.mybookie-odds.odds-game li:nth-child(7), ul.mybookie-odds.odds-game li:nth-child(8){
		left: 0%;
		width: 30%;
	}
	ul.bovada-odds.odds-game li:nth-child(6) span, ul.bovada-odds.odds-game li:nth-child(7) span,ul.bovada-odds.odds-first-half li:nth-child(5) span, ul.bovada-odds.odds-first-half li:nth-child(6) span, ul.mybookie-odds.odds-game li:nth-child(7) span, ul.mybookie-odds.odds-game li:nth-child(8) span{
		display: none;
	}
	ul.bovada-odds.odds-game li:nth-child(9), ul.bovada-odds.odds-game li:nth-child(10), ul.bovada-odds.odds-first-half li:nth-child(8), ul.bovada-odds.odds-first-half li:nth-child(9),ul.mybookie-odds.odds-game li:nth-child(9), ul.mybookie-odds.odds-game li:nth-child(10),ul.mybookie-odds.odds-game li:nth-child(14), ul.mybookie-odds.odds-game li:nth-child(15){
		width: 25%;
		left: 30%;
	}
	ul.bovada-odds.odds-game li:nth-child(11), ul.bovada-odds.odds-game li:nth-child(12), ul.bovada-odds.odds-first-half li:nth-child(10), ul.bovada-odds.odds-first-half li:nth-child(11), ul.bovada-odds.odds-game li:nth-child(2), ul.bovada-odds.odds-first-half li:nth-child(2),ul.mybookie-odds.odds-game li:nth-child(4),ul.mybookie-odds.odds-game li:nth-child(11),ul.mybookie-odds.odds-game li:nth-child(16){
		width: 20%;
		left: 55%;
	}
	ul.bovada-odds.odds-game li:nth-child(13), ul.bovada-odds.odds-game li:nth-child(14), ul.bovada-odds.odds-first-half li:nth-child(12), ul.bovada-odds.odds-first-half li:nth-child(13), ul.bovada-odds.odds-game li:nth-child(3), ul.bovada-odds.odds-first-half li:nth-child(3),ul.mybookie-odds.odds-game li:nth-child(5),ul.mybookie-odds.odds-game li:nth-child(17), ul.mybookie-odds.odds-game li:nth-child(18),ul.mybookie-odds.odds-game li:nth-child(12), ul.mybookie-odds.odds-game li:nth-child(13){
		width: 25%;
		left: 75%;
	}
	
	ul.bovada-odds.odds-props.six-cols li:not(:first-child){
	width: 50%;
		border-right: none;
}
	
}

/*super bowl side box */
.sb-side-box {
    float: right;
    margin: 0px 0px 0px 13px;
    max-width: 200px;
    border: 3px solid #006bb6;
    padding: 5px 4px 16px 5px;
    border-radius: 3px;
    background-color: #023150;
    box-shadow: 0px 4px 10px -6px #000;
}
.sb-side-box h2 {
    background-color: #006bb6;
    color: #f7f7f7;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-top: -11px;
    margin-bottom: 12px;
    text-shadow: 1px 1px #000;
}
.sb-side-box p {
    font-size: 14px;
    line-height: 4px;
    font-family: oswald;
    text-align: center;
    color: #bfbfbf;
}
.sb-side-box-sub {
	background-color: #ccc;
}

@media (max-width: 700px){
	.sb-side-box {
		float: none;
		margin: 0px auto 0px auto;
	}
}
/*end super bowl side box */

/*start odds-grid-show-cols */
ul.odds-grid-show-cols {
	border: 1px solid #ccc;
	padding: 0px;
	overflow: auto;
}
ul.odds-grid-show-cols li a {
	display: block;
	float: right;
	border-radius: 5px;
	background-color: #4574B8;
	font-size:85%;
	padding: 2px 5px;
	width:70px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
ul.odds-grid-show-cols.two-cols.first-item-title li:first-of-type, ul.odds-grid-show-cols.three-cols.first-item-title li:first-of-type
{
	width: 100% !important;
}
ul.odds-grid-show-cols.two-cols.first-item-title li:nth-of-type(even), ul.odds-grid-show-cols.three-cols.first-item-title li
{
	border-right: 1px solid #ccc;
}
ul.odds-grid-show-cols.three-cols.first-item-title li:nth-child(3n+4)
{
	border-right: none;
}

ul.odds-grid-show-cols li {
  list-style: none;
  font-size: 97%;
	/*---text-indent: 17px;----*/
   border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}

ul.odds-grid-show-cols li:last-of-type {
   /* border-bottom: none;*/
}

ul.odds-grid-show-cols.two-cols li {
	width:50%;
	float: left;
}

ul.odds-grid-show-cols.three-cols li {
	width:33.3%;
	float: left;
}


@media (max-width: 950px){
	ul.odds-grid-show-cols.two-cols li {
		width:100%;
	}
	ul.odds-grid-show-cols.two-cols.first-item-title li:nth-of-type(even)
	{
		border-right: none;
	}
}
/*end odds-grid-show-cols */
.bttn {
	width: 70%;
	text-align: center;
    margin: 0px auto 34px auto;
}
.bttn a {
    display: inline-block;
    box-shadow: 0px 5px 7px -3px #2c539e;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    background-color: #aa0202 !important;
    color: #000 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 180px;
    line-height: 22px;
    width: 90%;
    font-weight: bold;
	margin-top: 20px;
}
.bttn a:hover {
    background: -webkit-linear-gradient(top,#f3cf78,#e0ac2b);
    background: linear-gradient(to bottom,#f3cf78,#e0ac2b);
}

/*start new 2021 redesign*/
.page-section-blue-banner {
	background-image: url("../../../images/header/banner-background.jpg");
	background-position: top center;
	color: #fff !important;
	padding-left: 5px;
}

.page-section-blue-banner h1,  .page-section-blue-banner p, .trending p.heading-text{
	color: #fff !important;
	padding-left: 5px;
}

.page-section-blue-banner h1 span, .trending p.heading-text span{
	color: #0C71C3 !important;
}
/*start new 2021 redesign*/
.page-section-blue-banner {
	background-image: url("../../../images/header/banner-background.jpg");
	background-position: top center;
	color: #fff !important;
	padding-left: 5px;
}

.page-section-blue-banner h1,  .page-section-blue-banner p, .trending p.heading-text{
	color: #fff !important;
	padding-left: 5px;
}

.page-section-blue-banner h1 span, .trending p.heading-text span{
	color: #0C71C3 !important;
}

/*start trending homepage styles*/
.no-space {
	padding: 0px !important;
	margin: 0px !important;
}
.trending {
    min-width: 280px;
    padding: 7px;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	/* #030511 */
	background-color:rgba(3,5,17,0.5); 
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.trending .trending-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	overflow: auto;
}

.trending p.heading-text {
	font-size: 130%;
	
	float: left;
	padding-bottom: 0px;
	padding-left: 70px;
}

.trending p {
	color:#000;
}

.trending p.calendar{
    position: absolute;
	width: 45px;
	top: 0px;
	left: 3px;
}
.trending p.date{
    color: #ccc;
    float: left;
	margin-top: 0px;
	font-size: 90%;
	clear: left;
	padding-left: 70px;
}
.trending ul {
    padding: 0px 0px;
	clear: both;
}

.trending ul li {
    list-style-type: none;
    padding: 5px 5px 10px 0px !important;
    margin-bottom: 5px;  
	overflow: auto;
}

.trending ul li a{
    color:#0C71C3;
	display: inline-block;
	float: right;
	line-height: normal;
}

.trending ul li:last-of-type{
	border: none;
}

@media (max-width: 576px) {
		.trending p.heading-text{
		font-size: 110%;
	}
	.trending p.heading-text span{
		display: block;
	}
	.trending p.date{
		float: none;
		position: absolute;
		top: 5px;
		right: 0px;
		background-color: #0C71C3;
		padding: 0px 10px;
	}
	.trending ul {
		margin-top: 30px;
	}
	.trending p.calendar{
		position: absolute;
		width: 55px;
		top: 0px;
		left: 3px;
	}
	.trending p.heading-text {
		font-size: 125%;
		margin-left: 7px;
		padding-bottom: 10px;
		margin-top: 5px;
		line-height: 25px;
	}
	.trending ul li a{
		display: block;
		clear: left;
	}
}

/*end trending homepage styles*/

/*start new homepage top section*/
.page-section-property-background {
	padding: 0px !important;
	margin: 0px !important;
	background:#1A1919;
	overflow: auto;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  width: 25%;
  color: white;	
  border: 1px solid #000;
  background-position: top center;
  margin-bottom: 15px;
	position: relative;
	background-repeat: no-repeat;
}

.flex-item.green-football {
  background-image: url("../../../images/header/backgrounds/green-football.jpg");
}

.flex-item.black-football{
	background-image: url("../../../images/header/backgrounds/black-football.jpg");	
}

.flex-item.red-football{
	background-image: url("../../../images/header/backgrounds/red-football.jpg");	
}

.flex-item.blue-football{
	background-image: url("../../../images/header/backgrounds/blue-football.jpg");	
}

.flex-item p.show-property-rank{
	width: 84px;
	height: 77px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 140%;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -5px;
	margin-left: -5px;
}

.flex-item p.show-property-rank.show-green{
	background-image: url("../../../images/header/backgrounds/ranking-green.fw.png");
}

.flex-item p.show-property-rank.show-blue{
	background-image: url("../../../images/header/backgrounds/ranking-blue.fw.png");
}

.flex-item p.show-property-flag{
	width: 51px;
	height: 53px;
	position: absolute;
	top: 8px;
	right: 15px;
}

.flex-item p.show-property-logo{
	text-align: center;
	padding-top: 20px;
	/*background-color: yellow;*/
}


.flex-item div.show-property-info{
	background-color: rgba(0,0,0,0.45);
	margin-top: 60px;
	height: 162px;
	border-top: 1px solid #000;
	padding: 10px;
	text-align: center;
}

.flex-item div.show-property-info p.show-property-info-title{
	color: #fff;
	font-size: 130%;
	padding-bottom: 0px;
}

.flex-item div.show-property-info p.show-property-info-promo{
	color:rgba(233,176,7,1.00);
	font-size: 90%;
	padding-bottom: 0px;
}

.flex-item p.show-property-info-action{
	border-top: 1px solid;
	padding-top: 10px;
}
.show-property-info-action a{
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:100%;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #528009;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.show-property-info-action a:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.show-property-info-action a:active {
	position:relative;
	top:1px;
}

@media (max-width: 1400px) {
	.flex-item {
    	width: 50%;
	}
}

@media (max-width: 700px) {
	.flex-item {
    	width: 100%;
	}
	.flex-item p.show-property-logo{
		padding-top: 0px;
	}
}

@media only screen and (max-width:600px) {
 
	.countries-grid.states-grid div{
		width: 50% !important;
		min-width: 50px !important;
	}
		.countries-grid.states-gridXX div img{
		display:none;
	}
}

.three-cols-combo {
  color: #000000;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin: 10px;
}
.three-cols-combo .tbl {
  margin: 0;
  width: 32%;
  margin-left: .5%;
  margin-right: .5%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid #07151f;
}
.three-cols-combo .tbl:hover .tbl-time-frame,
.three-cols-combo .tbl.hover .tbl-time-frame {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.three-cols-combo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.three-cols-combo header {
  position: relative;
  background-color: #0d293c;
  color: #ffffff;
  padding: 15px;
}
.three-cols-combo h3.tbl-title {
  top: 0;
  font-size: 1.3em;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
  color: #ffffff;
}
.three-cols-combo .tbl-time-frame {
  background-color: #123851;
  border-radius: 5%;
  text-align: center;
  line-height: 90px;
  width: 180px;
  line-height: 35px;
  margin: 0 auto;
  font-size: .9em;
}
.three-cols-combo .tbl-features {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: outside none none;
  font-size: .9em;
}
.three-cols-combo .tbl-features li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 12%;
	font-weight: bold;
}
.three-cols-combo .tbl-features li span {
	display:inline-block;
	float: right;
	font-weight: normal;
}
.three-cols-combo .tbl-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}

.three-cols-combo .tbl-features li.rev-total {
	text-align: center;
	font-size: 120%;
}

.three-cols-combo .tbl-select {
  background-color: #091b27;
	padding: 4px;
}
.three-cols-combo .tbl-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
	background-color: #0C71C3;
}
.three-cols-combo .tbl-select a:hover {
  background-color:rgba(13,41,60,0.83);
}
.three-cols-combo .featured {
  margin-top: -10px;
  background-color: #0d293c;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.three-cols-combo .featured .tbl-select a {
  padding: 35px 25px;
}

@media only screen and (max-width: 1200px) {
  .three-cols-combo .tbl-features li {
	  padding-left: 10%;
	  padding-right: 10%;
	  font-size: 90%
	}
}

@media only screen and (max-width: 1050px) {
  .three-cols-combo .tbl-features li {
	  padding-left: 6%;
	  padding-right: 6%;
	}
	.three-cols-combo h3.tbl-title {
	  font-size: 1.1em;
	}
}

@media only screen and (max-width: 850px) {
  .three-cols-combo {
	  font-size: 16px;
	  margin: 20px 10px;
	}
	.three-cols-combo .tbl {
    width: 100%;
	  margin-bottom: 10px;
  }
  .three-cols-combo .tbl-select a,
  .three-cols-combo .featured .tbl-select a {
    padding: 20px;
  }
  .three-cols-combo .featured {
    margin-top: 0;
  }
  .three-cols-combo h3.tbl-title {
	  font-size: 1.3em;
	}
	.three-cols-combo {
	  color: #000000;
	  text-align: center;
	  font-size: 14px;
	  width: 100%;
	  margin: 50px 0px;
	}
	
}

/*start remove default 80% width on mobile*/
@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth {
		width: 90% !important;
   }
}
/*end remove default 80% width on mobile*/

span.mobile_menu_bar:before {
color: #fff !important;
}

/*---mobile-box-list----*/
.page-section-mobile-apps li {
	color: #fff !important;
}
/*--end-mobile-box-list----*/