/* CSS Document */
@import url("buttons.css");
/*@import url("blog.css");*/
 
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4A545E;
	font-size: 18px;
	line-height: 1.618em;
	
/*	padding-top: 150px; */
	
}
.com-content-article { font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
body {
/*  scroll-padding-top: 150px;  height of sticky header */
}

/* Ultimately, this is the correct place for scroll-padding */
html {
/*  scroll-padding-top: 150px;  height of sticky header */
}

a:not(.btn) {
  color: #da2128; text-decoration: none;
}
a:not(.btn):hover {
  color: #da2128;
}
h1, h2, h3, h4, h5, h6 { 
	color: #2D363F;
	font-weight: 700;
	line-height: 1.2em;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}

blockquote {
	margin: 0 1em;
}


/* div.page-header h2 {font-size: 1.8em;  padding-bottom: .5em; border-bottom: solid 1px #333;} */


img {
    display: block;
    max-width: 100%;
	height: auto;
}
input {color: #333;}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
.breadcrumb {
	margin: 10px 0;
}
.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}

.pagination li:first-child, .pagination li:nth-child(n + 9) {
	visibility: collapse;
    width: 0;
}
.pagination li:nth-child(n + 13) {
	visibility: inherit;
    width: inherit;
}
.pagination li:last-child {
	visibility: collapse;
    width: 0;
}

td.acysubbuttons {display: inline;}

div.control-group {margin: 5px 0;}
@media (min-width: 768px) {.form-horizontal .control-label {padding: 0; margin: 0; text-align: left;}}
.well {margin: 10px 0;}

.bg-dark {
    background-color: #252525 !important;
}

nav { min-height: 100px; padding:0;}
.navbar-light .navbar-nav .nav-link {color: #4A545E;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #da2128;}

.navbar {padding: .25rem 0;}
.navbar-nav { text-transform: uppercase; }

.logo {height: 100px;}
.navbar-brand {margin: 0; padding: 0;}

.navbar-collapse {flex-grow: inherit;}
.navbar-nav > li > a 
{
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.navbar-nav {flex-direction: row;}
.navbar-toggler {border: 1px solid #fff;}
li.nav-item a { }
li.nav-item a:hover {}

li.dropdown-item a {}
li.dropdown-item a:hover {}

header .btn-block+.btn-block {
    margin-top: 0;
}
.signup {margin-left: .5rem;}
@media (min-width: 768px) and (max-width: 991px) { 
	.navbar-brand {flex-basis: 100%; align-self:center;}
	.navbar>.container {flex-wrap: wrap;}
	.navbar-nav, .members {padding: 1rem 0;}
	.nav-item { padding: 0 1rem;}
	.logo {
		display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;
		height: inherit;
	}
}

@media (max-width: 768px) { 
	.navbar-nav {padding: 1rem 0;}
	.nav-item { padding: 0 1rem;}
	header {padding-bottom: 1rem;}
	#pp .pp-plans {display:inherit!important;}
}

.blog {margin-top: 2rem;}
.blog-items, .item-content {height: 100%;}
.blog-item{position: relative;}
.blog-img { min-width: 100%;}

.item-page {margin: 1rem 0;}

.p-item {padding:5px; height: 100%;}
.p-item:hover {
	background: #98cff3;
	transition: all 0.75s;
    -webkit-transition: all 0.75s;
}
.p-item h2 {font-size: 1.2rem;padding-top: 1.2rem;}
@media (max-width: 592px) {
	.nav-item { font-size: .75rem;}
	.blog-item {margin-bottom: 2rem;}
}
/*
.p-item:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(219,219,219,0.4);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.p-item:hover:after {
    opacity:1;
}
*/

#slider img {width: 100%;}
#main {}

.bannergroup {display: flex; justify-content: space-evenly; position: relative;}
.banneritem {width: 300px; height: 300px;}

@media (max-width: 767px) { 
	.bannergroup {flex-direction: column;align-items: center;}
	.banneritem:last-of-type {display: none;}
}
.sponsor {background: url("../images/helmets-bg.webp") center center no-repeat; background-size: cover;  padding: 2rem 0; margin-top: 1rem; margin-bottom: 1rem;}
.sponsor h3 {color: #fff; text-align: center;text-transform: uppercase; margin:0 0 1rem;}


.article-header{
	background: #f9f9f9;
}
.article-header .container {padding: 2rem 0; margin-bottom: 2rem;}
.article-header h1 {
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
	font-size: 42px;
  	font-weight: 600;
  	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}
.article-header .published {
	font-family: "Merriweather", serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 18px;
	line-height: 1.618em;
	text-align: center;
	color: #2D363F;
}
.article-header img {
	margin-left: auto !important;
	margin-right: auto !important;
}
.float-start {float: left; margin: 1em 1em 1em 0;}
.float-end{float: right; margin: 1em 0 1em 1em;}
figcaption {text-align: center;}

/* Fade Readmore */
.item-page {position: relative;}
#fade {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
	height: 175px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #FFFFFF);
}
#intro {position: relative;}
#offer {
	border: solid 1px #000;
	padding: 35px;
   	position: relative;
   	margin-bottom: 30px;
   	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.50);
	 text-align: center;
}
#offer .btn-block+.btn-block {margin-top:0;}
#offer h3 {text-transform: uppercase;}
.offer-buttons a{
	width: 150px;
}

/*
#offer {color: #fff;}
#offer-heading {background: #00295b; height: 35px;}
#offer-heading h2 {font-size: 18px; margin: 7px 0; padding: 0; color: #fff;}
#offer-heading img {position: relative; top: -20px;}
#offer-details p {margin: 0; padding: 2px 0; font-size: 14px;}
#offer-details h2 {margin: 5px 0 2px; color: #fff;}
#offer-details {background: #276aa2;}
#offer button {background: #da2128;border: none; font-size: 18px; color: #fff; padding: 10px;}

@media (max-width: 767px) { #offer-heading img {float: right;} }
@media (max-width: 700px) { #offer-details h2 {font-size: 16px;} }
@media (max-width: 649px) { #offer-heading img {width: 200px;}  }
@media (max-width: 592px) { #offer-heading img {visibility: collapse; width: 0;}}
@media (max-width: 386px) {#offer-heading {height: inherit;}}
*/

.page-item.active .page-link {
    background-color: #da2128;
	border-color: #da2128;
}
.page-item.active .page-link:hover {
	background: #2d363f;
}
a.page-link, a.page-link:hover {color: #4A545E;}
div.pagination nav {border: none;}
.sub-entry {margin: 40px 0;}

.icon-fw {display: none;}


ul.pagination {
	padding-left: 1em;}

footer {
	color: #fff;
	background-color: #01295b;
	margin-top: 4rem;
}
.footer2 {
    position: relative;
    top: -50px;
}
footer h2, footer h3 {color: #fff; text-transform: uppercase;}
.foooter2 h3 {font-size: 1.8rem; }
.footer1 {margin-top: 30px;}
.footer3 {margin-top: 30px; text-align: right;}

footer i {color: #00b4fb; font-size: 3em; vertical-align: middle; }
footer .fab:hover {color: #252525;} 
footer a:link, footer a:visited,footer a:active { color: #fff;}
footer a:hover { color: #ddd !important; text-decoration: none !important;}

div.copyright {margin: 30px auto 0; text-align: center;}
.copyright p {margin: 0;}

.ccomment-menu .pull-left {float: none;}

figcaption {font-size: 14px; font-style: italic;}

@media (max-width:901px) {
	
	footer {background-position: top center;}

}
@media (max-width:767px) { 
	footer i {font-size: 1.5em;}
	footer {text-align: center;padding: 10px 0; }
}
.visually-hidden {display: none;}