/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');*/
.topStoryHead {
    font-family: 'Special Elite', cursive;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px 0 6px;
    margin: 20px 0 0;
    box-shadow: 0 3px 20px #777;
    z-index: 99;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
.todaystop-page .ccm-block-page-list-title a {
    color: #5e5f5f;
    font-weight: 800;
    text-align: center;
    display: block;
    text-decoration: none;
}
#ccm-panel-add-blocktypes-list > div:first-child header {
	padding-bottom: 10px !important;
	position: relative;
}
#ccm-panel-add-blocktypes-list div:first-child ul li a img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: sans-serif;
}
#header {
	display: flex;
	background: #000;
	padding: 0;
	align-items: center;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	-moz-transition: top 1s ease-in-out;
	-webkit-transition: top 1s ease-in-out;
	-ms-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
	flex-direction: column;
	height: 105px;
}
#header img#logo {
	width: 300px;
	padding: 10px 0 0px;
	position: relative;
	z-index: 999;
}
#header .nav {
    display: flex;
    font-size: 1rem;
    z-index: 2;
}
#header .nav li {
	margin: 5px;
	list-style: none;
}
#header .nav li a {
	padding: 5px 5px 3px;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#header .nav li a:hover {
	color: #9b9b9b
}
#header .nav li:first-child {
	display: none;
}
#main {
    margin-top: 105px;
}
#main form {
	padding-top: 20px;
	display: block;
}
#topSearchBox {
	width: 350px;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 9999
}
#topSearch .query {
	color: #000;
	width: 250px;
	border: 0px;
	height: 30px;
	padding: 0 28px 0 10px;
	max-width: 100%;
	outline: none;
	position: absolute;
	right: -6px;
	border: 2px solid red;
	text-align: right;
}
#topSearch .submit {
	height: 25px;
	padding-bottom: 6px;
	width: 25px;
	border: 0px;
	background: url('../../images/red-check.png') 0px 0px no-repeat;
	display: none;
}
.properCont {
	width: 100%;
	overflow: hidden;
}
p.headLiner {
	left: -20vw;
	justify-content: center;
}
.headLiner {
	font-size: .98vw;
	font-family: futura-pt;
	font-weight: 800;
	position: relative;
	white-space: nowrap;
	margin: 0;
	display: inline;
	text-transform: uppercase;
}
.headLiner:nth-child(2) {
	color: #918d8e;
}
#main .rslides {
	margin: 0 auto;
	padding-bottom: 120px;
}
.rslides > li a {
	text-decoration: none;
	color: inherit;
}
#main .ccm-image-slider-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -3vw;
	top: unset;
	text-align: center;
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2vw
}
#mainh2, #main .ccm-image-slider-text p span.slider-title-grey {
	color: #9b9b9b;
}
.ccm-block-page-list-pages.anderson {
	display: flex;
	flex-wrap: wrap;
}
.ccm-block-page-list-page-entry-horizontal, .ccm-block-page-list-page-entry {
	width: 20%;
}
.ccm-block-page-list-page-entry-thumbnail .img-responsive {
	width: 96%;
	height: auto;
	margin: 2%;
}
.ccm-block-page-list-title a {
	padding: 2%;
	font-family: futura-pt, sans-serif;
	font-size: 2vw;
	color: #000;
	display: block;
	text-decoration: navajowhite;
}
.contenter p {
	font-family: futura-pt, sans-serif;
}
footer {
	background: #000;
	color: #fff;
	text-align: center;
}
#footStack {
	display: flex;
	width: 44%;
	min-width: 600px;
	margin: 40px auto;
	justify-content: center;
	text-align: left;
	position: relative;
	left: 3%;
	font-family: futura-pt, sans-serif;
}
#footStack a, #footStack p {
	font-family: futura-pt, sans-serif;
}
#footStack a:hover {
	color: #998c8c;
}
#footStack > div {
	width: 33%
}
#footStack ul {
	list-style: none;
}
#footStack a, #footStack p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none
}
#footStack h6 {
	color: #f10d36;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	padding-top: 6px;
	font-weight: 600;
}
#mousetype {
	padding: 120px 0 10px;
}
#mousetype p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
footer > img {
	width: 260px;
	height: auto;
	padding: 40px 0 10px;
}
.blackBack {
	background: #000;
	color: #fff;
	overflow: hidden;
}
.blackBack .mini_template_article_head .articleText, .blackBack .mini_template_article .articleText {
	color: #fff !important;
}
.blackBack .mini_template_article_head .black-larger-title {
	font-size: 160%;
	color: #fff !important;
}
footer .list-inline {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
footer .list-inline li {
	padding: 0 !important;
	margin: 0 20px !important;
}
footer .list-inline li a {
	color: #fff;
	font-size: 24px;
}
#footStack div h3 {
	color: #d92b46;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0 0;
}
.rslides_nav {
	background: transparent url("../../images/White-Nav-Arrows-2.png") no-repeat left top !important;
} 
.rslides_nav.next {
	background-position: right top !important;
}
.breadcrumb-trail {
	width: 97%;
	margin: 0 auto;
}
#breadBox a, #breadBox h1 {
	font-size: 14px;
	font-family: futura-pt;
	font-weight: 500;
}
.cke h3, .cke .callOut {
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-family: futura-pt !important;
	font-size: 20px !important
}
.cke h2, .cke .slider-title-grey {
	color: #9e9b9c !important;
	width: 100% !important;
	text-transform: uppercase !important;
	font-family: futura-pt, sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-size: 2vw !important;
	line-height: 2vw !important;
	display: block !important;
}
.cke .black-larger-title {
	color: #000;
}
.ricksButton {
	width: 26%;
	background: #ed1a3b;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff !important;
	border: 1px solid #000;
	text-decoration: none;
	padding: 8px;
	font-family: futura-pt;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.mega-link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.articleText {
	width: 90% !important;
	margin: 0 auto;
}
.ricksButton:hover {
	background: #000;
	border-color: #ed1a3b;
}
.ccm-image-slider-inner {
	position: relative;
}

.blackBack .imageFloat a {
  color: #f5032b;
  text-decoration: none;
}
.blackBack .imageFloat a:hover {
  color: #918989;
}
.mini_template_article_head p.health-benefits-headline {
	font-size: 18px;
	font-weight: bold;
	line-height: 190%;
	margin-top: 10px;
}
.mini_template_article_head p.health-benefits {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	font-style: italic;
}
.shadowBox ul li {
	box-shadow: 0px 0px 20px #000;
}
.listOneTopline {
	opacity:0;
}
#page-wrapper {
	max-width: 100vw;
	overflow-x: hidden;
}
@media (max-width: 900px) {
#page-wrapper h2, .slider-title-grey {
	font-size: 30px !important;
	line-height: 38px !important;
}

#footStack > div {
	width: 100vw;
	text-align: center;
	box-sizing: border-box;
}
#breadBox {
  bottom: 0px;
  top: unset !important;
}

#footStack {
  flex-direction: column;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

}