/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* 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;
}

body {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-weight: bold;
}
h1 span, .Heading-Text span {
	color:#c90101;
}
.no-space {
	padding: 0px !important;
	margin: 0px !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;
}

.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;
}
.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;
}

.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;
}


p.Heading-Text {
    font-size: 16px;
    font-weight: bold;
}
.img-border {
	border: 1px solid #000;
	padding: 2px;
}
/*start header styles here*/
#main-header {
font-family: 'Jura', sans-serif;
    color: #e9e9e9;
	
	background-image: url("/images/header/header-bg-2021.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	height: 100px;
	border-bottom: 1px solid #000;
}
#top-menu{
	margin-right: 240px;
	margin-top: 10px;
}

#top-menu li a{
	font-size: 15px !important;
	color: #000 !important;
}

#logo{
	margin-top: 10px;
}

@media screen and (max-width: 1180px) {
	#top-menu{
		margin-right: 40px;
	}
}

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

.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*/



.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;
	margin-left: 65px;
}

.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 {
    border-bottom: 1px dotted #7a7a7a;
    list-style-type: none;
	margin: 5px 20px;
    padding: 5px;
    line-height: 1.3em;
}

.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: 10px;
	}
	.trending p.calendar{
		position: absolute;
		width: 40px;
		top: 0px;
		left: 3px;
	}
	.trending p.heading-text {
		font-size: 100%;
		margin-left: 50px;
		padding-bottom: 10px;
		margin-top: 0px;
		line-height: 20px;
	}
	.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;
	overflow: auto;
	background-color:#131212  !important;
	border-bottom:1px solid #e5e5e5 !important;
}

.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;
  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: 30px;
	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;
	}
}

.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 main menu custom css*/

#top-menu .sub-menu {
   width: 250px;
	background-color: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-top: -20px !important;
}

#top-menu .sub-menu li a {
   font-size: 14px;
   width: 100%;
   color:#333 !important;
   border-bottom: 1px solid #e5e5e5;
}

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

#top-menu .sub-menu {
   padding-top: 0px;
   padding-bottom: 0px;
}
.menu-highlight{
    padding: 2px 10px;
    color: #fff;
	font-size: 14px;
	width: 25px;
	background: red;
	border-radius: 5px;
}
/*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;
}
.no-space {
	padding: 0px !important;
	margin: 0px !important;
}
/*end header styles here*/

/*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;
}



h4.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*/

/*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*/

/*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;
	}
}
/*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;
	}
}

.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;
}

/*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;
	}*/
}

@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;
	}
}

/*end countries grid styles*/

.dark-inner-box {
	background-color:#111;
	padding: 0px;
}
.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-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%;
	}
}

.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;
}

.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;
}

/*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*/

.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;
	}

.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;
}
.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}
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;
}

.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;
}

/*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-preakness	{
	border: 1px solid #ccc;
	background-image:url("/wp-content/uploads/2022/01/review-sportsbooks-bg-preakness2.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*/

/*start odds-grid-show-cols */
ul.odds-grid-show-cols {
	border: 1px solid #ccc;
	padding: 0px;
	overflow: auto;
	margin-top: 15px;
}
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);
}

.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;
}

/*---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----*/

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;
}

/*--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----*/

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

.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;
}

.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;
		}
}

.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;
}

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;
}

.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%;
	}
}

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