/*
Theme Name: Rasmussen
Theme URI: http://expattech.com
Author: ExpatTech
Author URI: http://expattech.com
Description: Responsive Bootstrap Theme for Scott Rasmussen
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  box-shadow: 0 0 2px -1px #333;
  margin-bottom: 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  outline: medium none;
  text-decoration: none;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  padding: 1.875rem 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  color: #cdbfe3;
  padding: 4rem 0.938rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.625rem;
}

#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #8e869d;
  padding: 0.5rem;
}

#masthead .navbar-nav > li > a:hover {
  color: #292b2c;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  background-color: #FFDB6C;
  color: black;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 1.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  background: #2a2730 none repeat scroll 0 0;
  color: #99979c;
  padding: 1.250rem 0;
  text-align: center;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 94%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 95% !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 92% !important;
  }
}


/*------------------------------- Rasmussen Custom CSS Starts Here ------------------------------- */
/*>>>>>>>>>> General <<<<<<<<<<<<<<<<<<<<<<<*/

/* font adjustment added on  2018.08.30 */
body {
	font-size: 1.2rem;
}


#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	color: white !important;
}
a {
	color: #CE7E17;
}

a:hover {
	
	color: #F7A707 !important;
}

#tiptopbar {
	width: 100%;
	background-color: #25282C;
	color: white;
	padding: 10px 10px 0px 10px;
	vertical-align: middle;
}

#tiptopbar i, #footsocial i{
	margin-left: 10px;	
	vertical-align: top;
	color: white;
}

#tiptopbar i.fa-facebook-official:hover, #footsocial i.fa-facebook-official:hover {
	color: #3B5998;
}

#tiptopbar i.fa-twitter-square:hover, #footsocial i.fa-twitter-square:hover {
	color: #00aced;
}

#menu-main a{
	font-size: 120%;
	color: #CE7E17 !important;
}

@media (min-width: 1200px) {
.container {
    max-width: 1900px;
}
}

.srbrandlead {
     max-height: 30px;
     width: auto;
}

div.collapse.navbar-collapse.justify-content-end {
     align-self: flex-start!important;
	 
}

/*search box*/



#rssearch {
	float:right;
	margin: 0px 5px 0px 5px;
}

#rssearch input.search-submit {
	background-color: #CE7E17;
	color: white;
}

.search-submit {
	vertical-align: initial;
}

#rstopline {
	margin-top: 0px;
}

#srheadcontain {
	border-bottom: 4px solid #CE7E17;
}
/*
@media (min-width: 1200px) {
	#srlogohead {
			padding: 30px 0px 0px 20px;
	}
}
*/
.rsbanner {
  width: 100%;
  margin-bottom: 0px;
}

#footer-widget {
		padding-top: 15px;
		border-top: 4px solid #CE7E17;
		background-color: #25282C;
		background-image: url("/wp-content/uploads/3pxtilepattern.jpg");
		background-repeat: repeat;
}

#colophon {
	background-color: #25282C !important;
}

.widget-title {
	color: white;
}

#contactfoot {
	padding: 15px;
	border: 1px solid #CE7E17;
	text-align: center;
	color: white;
	margin-top: 20px;
}

.mobileswipe {
	font-size: 90%;
	color: red;
}

@media (min-width: 600px) {
	.mobileswipe {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
  .card {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 751px) {
	  .rowspacer {
    margin-top: 40px;
  }
}

/*>>>>>>>>>>>>>>>>>>> homepage <<<<<<<<<<<<<<<<<<<<<<<<<<*/

.page-id-566 #content {
		padding-top: 10px;
}

.page-id-566 .col-12 {
	padding-bottom: 40px;
}

#pollcontainer {
	border: 3px solid #efefef;
	margin-bottom: 30px;
	border-radius: 5px;
}

.pollstripe {
    background-image: url("/wp-content/uploads/sr-star-repeat.jpg");
    background-repeat: repeat-x;
	height: 50px
}

#polltitlecont {
	background-color: #CC9900;
	color: white;
}

#polltitlecont H1 {
	color: white;
	margin-bottom: 0px !important;
}
.scoresharedatex {
 
     font-size: 100%;
     font-style: italic;
     padding-top: 5px;

}

.scoreboardsharex {
     width: 100%;
     border-collapse: collapse;
     text-align: center;
     table-layout: fixed;
     font-size: 120%;
     margin-bottom: 10px !important;
	 font-weight: bold;
}

.scoreboardsharex .innertd {
     border: 3px solid #ccc;
     padding: 5px;
     background-color: white;
	 color:black;

}

/*
.videoblock {
	background-color: black;
	
}
	
.playBtn {
	
   position: absolute;
   display: block;
   height: 67px;
   width: 92px;
   top: 50%;
   left: 50%;
   margin: -33px 0 0 -45px;
}

.playBtn:hover {
height: 73px;
width: 101px;
}
*/


#polls_info {
	font-size: 80%;
}

#dailiescard .card-header {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 130%;
	font-weight: bold;
	background-color: #CE7E17;
}

#dailiescard table {
	margin: 0 !important;
}

#dailiescard .card-body {
	padding: 0 !important;
}

/*>>>>>>>>>>>>>>Summary Pages<<<<<<<<<<<<<<<<<<*/

.scoreboardtable {
	text-align: center;	
}
.scoreboardtable td{
	padding: 5px;
	font-weight: bold;
}

.sc-labelbig {
	line-height: 1.15;
}

.sc-chart {
	margin-bottom: 10px;
}

/*header row*/
.tblthextradem {
	background-color: #04355C !important;
}											
.tblthgooddem {
	background-color: #06508A !important;
}
/*lean and likely are only used on the race status table*/
.tblthleandem {
	background-color: #60B4F9 !important;
}
.tblthtiltdem {
	background-color: #ADD9FC !important;
}                              
											
.tblthmid {
	background-color: #CC9900 !important;
}
/*lean and likely are only used on the race status table*/
.tblthtiltrep {
	background-color: #F9AEAE !important;
}

.tblthleanrep {
	background-color: #F14141 !important;
}  
											
.tblthgoodrep {
	background-color: #A90C0C !important;
}											
.tblthextrarep {
	background-color: #7E0C0C !important;
}	


.scoreboardheadrow th{
	color: white !important;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.scoreboardtossuprow {
	border-top: 4px solid black;
}



.tbltddem {
	background-color: #04355C;
	color: white;
	font-weight: bold;
}

.tbltdrep {
	background-color: #7E0C0C;
	color: white;
	font-weight: bold;
}	

.tbltdtoss {
	background-color: #CC9900;
	color: white;
	font-weight: bold;
}	

.scoreboardtiltsleans {
	background: linear-gradient(to right bottom, #60B4F9 50%, #F14141 50%);
	color: white;
	font-weight: bold;
}



.scoredot {
     border-radius: 50%; 
     height: 25px;
     width: 25px;
	 color: white;
}
.tossdot {
	margin:auto;
}
.demdot {
	float: left;
}
.repdot {
	float: right;
}
.tinydot {
     border-radius: 50%; 
     height: 10px;
     width: 10px;
	 color: white;
	 margin-right: 3px;
	 display: inline-block;
}
.meddot {
     border-radius: 50%; 
     height: 12px;
     width: 12px;
	 margin-right: 3px;
	 display: inline-block;
}


.sentblinst {
	font-size: 80%
}

.rsmoreinfo {
	color: #CC6600;
}

#indexceptions, #vacexceptions, #tablelegend {
	margin: 10px;
	padding: 10px;
	border: 3px solid #ccc;
}

/* race status table */
.racestatustable {
	text-align: center;	
}

.racestatustable.table-bordered thead th {
	border-bottom-width: 0px !important;
}

.rsembed {
	text-align: left;
    max-width: 800px;
    display: block;
    white-space: pre-wrap;
    line-height: 1;
	font-size: 80%;
}

/*>>>>>>>>>>> Individual Race Page <<<<<<<<<<<<*/
/*Candidate Picturesbackground-image: */

.rtlipic {
	background-image: -webkit-linear-gradient(295deg, #004A20 48%, #FFFFFF 49%);
}

.rtlpic {
	background-image: -webkit-linear-gradient(295deg, #04355C 48%, #FFFFFF 49%);
}

.rtrpic {
	background-image: -webkit-linear-gradient(-115deg, #7E0C0C 48%, #FFFFFF 49%);
}

.rtripic {
	background-image: -webkit-linear-gradient(-115deg, #004A20 48%, #FFFFFF 49%);
}

.rtlpic, .rtlipic, .rtrpic, .rtripic {
	border: 1px solid #ebebeb;
	/*max-height: 675px;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}

@media (max-width: 769px) {
.rtrpic, .rtrmulti {
	margin-top: 30px;
}
	
}



.rtrpic img, .rtlpic img, .rtripic img, .rtlipic img, .favdefpic img {
  border-radius: 5%;
}

.rtlmulti {
     border-width: 5px 25px 25px 25px;
	 border-style: solid;
	 border-color: #04355C;
     position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

.rtlmultirun {
	padding: 0px 10px 0px 10px;
}

.rtrmulti {
     border-width: 5px 25px 25px 25px;
	 border-style: solid;
	 border-color: #7E0C0C;
     position: relative;
	padding-right: 0px;
	padding-left: 0px;
}


.rtlmulti h4, .rtrmulti h4  {
     text-align: center;
     margin-top: 10px;
}

.multibp {
     position: absolute;
     bottom: 5px;
     text-align: center;
     font-size: 80%;
     
}




.bplink1 {	
	color: #334AAB;
	font-weight: bold;
}

.bplink2 {
     font-weight: bold;	
	color: #F0A236
	
}

.topinforow {
	padding-left: 10px;
	padding-right: 10px;
}

.icontopl {
		padding: 0px 0px 0px 10px;
}

.icontopr {
		padding: 0px 10px 0px 0px;
}

.topinforow img{
		min-width: 30px;
		height: auto;
}

.toptitle {
	color: #FFDB6C;
}
.centeredrow {
	text-align: center;
}

.canimg img{
	height: 250px;
	width: auto;
	margin-bottom: 10px;
}
.canname {
	font-size: 150%;
	font-weight: bold;
}


.nopadcontain {

}

.challengel {
		height: 35px;
		background-color: #04355C;
		padding: 5px 0px 20px 0px;
		vertical-align: middle;	
		margin: 5px 0px 5px 0px;
		color: white;
}

.challengel a{
		color: white;
}


.challengei {
		height: 35px;
		background-color: #004A20;
		padding: 5px 0px 20px 0px;
		vertical-align: middle;	
		margin: 5px 0px 5px 0px;
		color: white;
}

.challengei a{
		color: white;
}

.challenger {
		height: 35px;
		background-color: #7E0C0C;
		padding: 5px 0px 20px 0px;
		vertical-align: middle;	
		margin: 5px 0px 5px 0px;
		color: white;
}

.challenger a{
		color: white;
}
.challengerscolumn {
	overflow-y: auto;
	border: 1px solid #ebebeb;
}

.morechall, .lmorechall, .rmorechall {
	float: left;
}

.candidatescolumn {
	/*
	width: 90%
	overflow-y: scroll;
	height: 585px;
	margin-left: 15px;
	margin-right: 15px;
	*/
	padding-left: 30px;
	padding-right: 30px;

}

.runoffstar {
		color: #CC6600;
		margin-bottom: 10px;
}

.favdefeatletters {
	max-height: 20px;
	width: auto;
	margin-bottom: 10px;
	display: inline;
}
.challengetype {
		font-weight: bolder;
		font-size: 110%;
		text-transform: uppercase;
		margin-top: 5px;
}

.favdefpic img{
	max-width: 95px;
	height: auto;
	margin-bottom: 10px;
}

.favprimepic img{
	max-width: 95px;
	height: auto;
}

.favdeftext {
	min-width: 200px;
}

.rundeftext {
	min-width: 200px;
}

@media only screen and (max-width: 750px) {
	.rundeftext {
		text-align: center;
		
	}
} 
.favdefname {
		font-size: 110%;
		font-weight: bold;
}

.primariestitle {
		background-color: #04355C;
		vertical-align: text-top;
		padding-bottom: 10px;
		color: white;
}

.primariestitleright {
		background-color: #7E0C0C;
		vertical-align: text-top;
		padding-bottom: 10px;
		color: white;
}

/*Race Status Column*/

#racetext {
	background-color: #CC6600;
	padding: 8px 0px 2px 0px;
	margin-bottom: 25px;
}

#rtcurr {
	font-size: 300%;
	font-weight: bold;
}

#racetext img {
     margin-right: 10px;
     margin-bottom: 5px;
}

.rtstatbox {
     text-align: center;
}

.statgauge canvas {
     margin: auto;
     display: block;
}

.histcol {
     text-align: center;
	 border: 1px solid #e9ecef;
	 padding-top: 5px
	 
	 overflow-y: scroll;
}     
  
.histdot {
     float: right;
     margin: 5px 3px auto 3px;
     border-radius: 50%; 
     height: 20px;
     width: 20px;
}

.firstdot {
     float: right;
     margin: auto 3px auto 3px;
     border-radius: 50%; 
     height: 30px;
     width: 30px;
}

#currwktext {
     clear: both;
     float: right;
     color: #666;
}     

#histext {
     margin:auto;
	 margin-bottom: 5px;
    
}

.rascardheadgauge {
	background-color: #CC6600 !important;
	color: white;
}



	
/*Pundit Table*/

#ravgtblcell {
	border: 5px solid #CC6600;
	font-weight: bold;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

#ravgtblhead {
		background-color: #CC6600 !important;
		color: white;
		border-left: 5px solid #CC6600;
		border-right: 5px solid #CC6600;
		border-top: 2px solid #CC6600;
			padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.ptablecol table {
     margin: 5px auto auto auto;
	text-align: center;
}

@media (max-width:991px) and (min-width:751px) {
	.ptablecol {
		margin-bottom: 40px;
	}
}

.ptablecol table>thead>tr>th {
	text-align: center;
}

.rsshare {
     float:right;
     color: #CC6600;
}

.rsshare a{
     padding-bottom: 3px;
}



/*Card Sections*/

/* light gold: #FFEDB7  med gold:#FFDB6C  light orange: #FBC553  */

.rascardhead {
	background-color: #FFDB6C !important;
}
.card-header {
	background-color: #e9ecef;
	font-size: 130%
}

.srcardhead {
     background-color: #CC6600;
     color: white;
}

.card-block {
	
	padding: 15px;
}

.papic {
     float: right;
	 padding: 10px;
}

.palead {
     font-weight: bold;
     line-height: 2;
     }

.blpic {
     float: left;
     margin-right: 15px;
}

.demosection {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0px 15px 0px;
}

.votehisttable, .votehisttable td, .votehisttable th {
	text-align: center;
	border-color: black;
}

.votehisttable .thead-inverse, .votehisttable tr, .votehisttable thead th {
		border-color: black;
}

.votehisttable .thead-inverse th {
	background-color: #CC6600;
}

.votehisttable td {
	background-color: white;
	font-weight: bold;
}

.votehisttable tr th {
	background-color: black;
	border-bottom: 1px solid #333333;
	color: white;
}

.votehistdemcell {
	background-color: #06508A !important;
}

.votehistrepcell {
	background-color: #A90C0C !important;
}

.btn-nav {
	background-color: #CC6600;
	padding: 10px !important;
	color: white;
}

.racebtn {
	white-space: normal !important;
}


/* >>>>>>>>>>>>>>>>>>Pundit and Scoreboard Table Share Page <<<<<<<<<<<<<<<<<<<<< */

.pundittablecontainer {
     max-width: 1200px;
     min-height: 630px;
     font-family: arial, sans-serif;
     background-color: #FFEDB7;
     border: 1px solid black;
     padding: 30px 20px 10px 20px;
	 position: relative;
     
}

img#pundittablefootimg {
	width: 50%;
}

.scoreboardtablecontainer {
     max-width: 1200px;
     height: 630px;
     font-family: arial, sans-serif;
     background-color: #FFEDB7;
     border: 1px solid black;
     padding: 30px 20px 10px 20px;
     
}

.punditracetitle {
     font-size: 220%;
     font-weight: bold;
     margin-bottom: 5px;
}

.punditsharedate {
     float:right;
     font-size: 140%;
     font-style: italic;
     padding-top: 5px;
}

.scoresharedate {
 
     font-size: 140%;
     font-style: italic;
     padding-top: 5px;

}

.punditsharedesc {     
     font-size: 180%;
     margin-bottom: 5px;
}

.punditshare, .scoreboardshare {
     width: 100%;
     border-collapse: collapse;
     text-align: center;
     font-family: arial, sans-serif;
     table-layout: fixed;
     font-size: 180%;
     margin-bottom: 10px !important;
}

.scoreboardshare .innertd {
     border: 5px solid #ccc;
     padding: 5px;
     background-color: white;

}

.punditsharehead {
     background-color: #ccc;
     border-right: 5px solid #ccc;
     border-top: 2px solid #ccc;
     
}

.punditsharetd {
     border: 5px solid #ccc;
     padding: 5px;
     background-color: white;
}

.punditshareth {
     padding-top: 10px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>political maps<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.dottext {
vertical-align: middle;

}


.blogcardtitle {
		padding-bottom: 20px;
}

.card-text {
		padding-bottom: 50px;
}

.card-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;"
}

.fm-map-container {
		max-height: 1100px;
}

.mapfilters {
	margin: 0px auto 0px auto;
	max-width: 320px;
	font-weight: bold;
}

.filterlegend {
	text-align:center;
	font-weight: bolder;
	font-size: 160%;
}

.filterboxes {
	height: 25px;
	width: 25px;
		
}

.chktxt {
	vertical-align: top;
	line-height: .9;
}

.chkstructure {
	padding-top: 10px;
	padding-left: 10px;
	width: 250px;
	color: white;
	font-weight: bold;
	font-size: 130%;
	vertical-align: top;
}

#noracechk {
	background-color: #333333;
}

#strongdemchk {
	background-color: #04355C;
}

#likelydemchk {
	background-color: #06508A;
}

#leandemchk {
	background-color: #60B4F9;
}
#tiltdemchk {
	background-color: #ADD9FC;
}
#tossupchk {
	background-color: #CC9900;
}
#tiltrepchk {
	background-color: #F9AEAE;
}
#leanrepchk {
	background-color: #F14141;
}
#likelyrepchk {
	background-color: #A90C0C;
}
#strongrepchk {
	background-color: #7E0C0C;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Contact Page<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


.contactpage {
	position: relative;
}


#mapsrxl {
	height: 875px; 
	width: 100%;	
}

#rscontactform, #rsmapcont {
	display: none;
}

@media (max-width: 1000px) {
	#rsmapcont {
		display: block;
	}
	#rscontactform {
		text-align: center;
		display: block;
		max-width: 345px;

	}
}

@media (min-width: 1000px) { 

	#rsmapcont {
		display: block;
	}
	#rscontactform {
		display: initial;
		position: absolute;
		left: 10px;
		top: 50px;
		max-width: 340px;
		height: auto;
		z-index: 1000;
		padding: 10px;
		background-color: white;
	}

 }
input#input_1_2.medium {
		min-width: 100% !important;
		
	}
	
input#input_1_3.medium {
		min-width: 100% !important;
		
	}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>About<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#post-587 iframe {
		float:left;		
		margin: 10px;
}

#amazonmore {
		padding: 20px;
		border: 1px solid black;
		background-color: #CE7E17;
		color: white;
		font-weight: bold;
		max-width: 480px;
		max-height: 200px;
}

#amazonmore a {
	color: white;
}

@media (max-width: 500px) {
	.aboutbookpic {
		display: none;
	}
	
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Search.php<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.titlelink, .titlelink a {	
	color: #CE7E17 !important;
	padding-bottom: 0px !important;
}
.titlelink a:hover {
	
	color: #F7A707 !important;
}

@media (max-width: 800px) {

	html {
		font-size: 50%;
	}

	th#ravgtblhead {
		font-size: 65%;
	}
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>individual blog entry pages<<<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width:991px) {
	#primary {
		padding: 0px 45px 0px 45px;
		
	}
	#secondary {
		border-left: 4px solid #CE7E17;
		padding-left: 20px;
	}
}

.category-deeper-currents div.entry-content p:first-of-type:first-letter, .category-scotts_columns div.entry-content p:first-of-type:first-letter {
float:left;
font-size:4em;
color: #CE7E17;
padding-right: 3px;
line-height:40%;
font-weight: bolder;
vertical-align: top;
padding-bottom: 30px;
} 

.blogsrpic {
	float:left;
	padding: 0px 15px 0px 0px;
	max-width: 20%;
}

#input_2_2 {
	min-height: 36px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>default sidebar and sidebar widgets<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#secondary .widget-title {
	color: black;	
}

.sidebarlink {
	line-height = 2;

}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>video thumbnail cropping on post and pages <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*
.crop {
	width: 466px;
	height: 263px;
	overflow: hidden;
	position: relative;
}

.youtubeimg {
	position: relative;
	bottom: 43px;
}*/

.playbutton {
	position: absolute;
	left: 35%;
	top: 35%;
	z-index: 999;
	transition: all .2s ease-in-out;
}

@media (min-width:768px) {
	.playbutton {
		left: 28%;
	}
}
@media (min-width:992px) {
	.playbutton {
		left: 33%;
	}
	.page-id-566 .playbutton {
		left: 23% !important;
	}
}

@media (min-width:1200px) {
	.playbutton {
		left: 35%;
	}
	.page-id-566 .playbutton {
		top: 0% !important;
		left: 24% !important;
	}
}

@media (min-width:1500px) {

	.page-id-566 .playbutton {
		top: 5% !important;
		left: 28% !important;
	}
}

@media (min-width:1800px) {
	.playbutton {
		left: 38%;
	}
	.page-id-566 .playbutton {
		top:10% !important;
		left: 30% !important;
	}
}

.playbutton:hover {
	transform: scale(1.1);
}	

.hidethis {
	display: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>blog category pages<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*
@media only screen and (max-width: 750px) {
	.blogexcerpt {
		display: none;
	}
}
*/


/*****************TRUMP ON SOCIAL************************/

#mainsitecontainer {
	
}
#post-10849 .card-header, #post-11095 .card-header  {
	 background-color: #FFEDB7;	
}

#post-10849 .card-header h3, #post-11095 .card-header h3 {
	margin-bottom: 0;
}

.buzzword {
	padding: .5rem .5rem 2rem .5rem !important;
}
.buzzword .background{
    position:absolute;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
	left: 20%;
}

.buzzlist {
    position:relative;
    z-index:1;
	width: 90%;
	margin: auto;
	text-align: center;
}

.buzzword .bg-text
{
	font-weight: bold;
    color: #eeeeee;
    font-size: 650%;
    transform:rotate(320deg);
    -webkit-transform:rotate(320deg);
}

.keyword {
	font-weight: bold;
}

.trumpdkbod {
	background-color: #CE7E17;
	padding: .5rem .5rem 2rem .5rem !important;
}

#trumpupdate {
	text-align: center;
	color: white;
}

.buzztag {
	text-align: center;
	color: #E8921E;
}

#trumphelp {
	float: right;
	color: #E8921E;
}

#trumphelp i {
	font-size: 36px;
}

#trumphelp:hover {
	color: white;
	cursor: pointer;
}

#trumphelpmodal {
	margin-top: 10%;
}

#trumpprev{
		color: white;
		margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
	#trumpprev{
			margin-bottom: 20px;
	}	
	
}

#trumpsentnow {
		clear: both;
		font-size: 400%;
		font-weight: bolder;
		color: white;
		text-align: center;
}

#trumpsentnow i {
	font-size: 64px;
}


#trumptrendtabs nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}

#trumptrendtabs nav > div a.nav-item.nav-link,
#trumptrendtabs nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

@media screen and (min-width: 400px) {
	#trumptrendtabs nav > div a.nav-item.nav-link.active:after
	 {
	  content: "";
	  position: relative;
	  bottom: -60px;
	  left: -10%;
	  border: 15px solid transparent;
	  border-top-color: #CE7E17 ;
	}
}

#trumptrendtabs .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #CE7E17;
    border-bottom:5px solid #CE7E17;
    padding:30px 25px;
}

#trumptrendtabs nav > div a.nav-item.nav-link:hover,
#trumptrendtabs nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #CE7E17;
    color: white !important;
    border-radius:0;
    transition:background 0.20s linear;
}	

.page-id-10849 #dailiescard .card-header, .page-id-11095 #dailiescard .card-header {
	color: black;
	font-size: 180%;
	padding: 1rem 1.25rem;

}