/* Fonts Css */
/********************************************************************/
@font-face {
  font-family: 'Alternategothic';
  src: url("fonts/alternategothic2bt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Coresansnsc-bold';
  src: url("fonts/core-sans-nr-w01-65-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BelleSansCondensed-Regular';
  src: url("fonts/bellesanscondensed-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url("fonts/helveticaltstd-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.skHeader {
  background-color: #a6192e;
}

.skActionwrp .skLogin a.btn,
.skActionwrp .skLogin a.btn:link,
.skActionwrp .skLogin a.btn:visited {
  background-color: #a39161;
}

.skActionwrp .skLogin a.btn:hover {
  color: #003865;
  background-color: #ffffff;
}

.skActionwrp .skSocial a.skLink:hover svg {
  fill: #003865;
}

.skTagline {
  background-color: #a39161;
}

.skNav #dnnStandardMenu {
  background-color: #003865;
}

.skNav #dnnStandardMenu .root.sel .roottxt {
  color: #a6192e;
}

.skNav #dnnStandardMenu .root.exp .roottxt {
  color: #a6192e;
}

.skNav #dnnStandardMenu .root .roottxt:hover {
  color: #a6192e;
}

.skNav #dnnStandardMenu .root .roottxt {
  color: #ffffff;
}

.skNav #dnnStandardMenu .root .mi1 .txt {
  color: #a6192e;
}

.skAreabg {
  background: #a6192e url(../images/usa-red-bg.png) top center no-repeat;
}

.skContentWrapper {
  background-color: #ffffff;
}

.skNews .news-content a.link {
  color: #000000;
}

.skNews .news-content a.link:hover {
  color: #a6192e;
}

.skNews .news-content .summary {
  color: #787878;
}

.skMainTitle {
  color: #000000;
  border-bottom-color: #000000;
}

.skMainTitle:after {
  background-color: #003865;
}

.skWrestlingNews .skTitle {
  color: #003865;
}

.skWrestlingNews .skTitle:hover {
  color: #a6192e;
}

.skWrestlingNews .skSummary {
  color: #787878;
}

.skCalendar .skTimeTitle .skTime {
  color: #a39161;
}

.skCalendar .skTitle {
  color: #000000;
}

.skCalendar .skList .skItem {
  border-color: #f0f0f0;
}

a.skViewAllBtn {
  background-color: #a39161;
}

.skMembershipWrapper .skMembership {
  background-color: #003865;
}

.skMembershipWrapper .skMembership .skMembers .skbutton {
  background-color: #a39161;
}

.skMembershipWrapper .skMembership .skMembers .skbutton:hover {
  color: #a6192e;
}

.skMembershipWrapper .skMembershipTitle {
  background-color: #ffffff;
}

.skVideoWrapper {
  background-color: #ffffff;
}

.skVideoWrapper .skSliderVideo .skSliderThumbs .skItemThumb img {
  border-color: #a6192e;
}

.skVideoWrapper .skMainTitle {
  color: #000000;
}

.skVideoWrapper .skMainTitle:after {
  background-color: #a6192e;
}

.skPromosBanner {
  background-color: #a39161;
}

.skResourcesEventWrapper {
  background-color: #a6192e;
}

.skResourcesEventWrapper .skMainTitle {
  color: #ffffff;
  border-color: #ffffff;
}

.skResourcesEventWrapper .skMainTitle:after {
  background-color: #a39161;
}

.skResourcesEventWrapper .skEvent .skDetails .skDeatails {
  color: #ffffff;
}

.skResourcesEventWrapper .skEvent .skDetails .skDeatails path {
  stroke: #ffffff;
}

.skResourcesEventWrapper .skEvent .skEventTitle:hover {
  color: #003865;
}

.skResourcesEventWrapper .skResourcesInnerLink a {
  font-family: "BelleSansCondensed-Regular";
  font-size: 14px;
}

.skFooter {
  background-color: #003865;
}

.skFooter .skSiteLink .skHead {
  font-size: 28px;
}

.skFooter .skSiteLink .skHead:after {
  background-color: #a6192e;
}

.skFooter .skSiteLink .skItem:hover::before {
  color: #a6192e;
}

.skFooter .skSiteLink .skLink:hover {
  color: #a6192e;
}

.skFooter .skLinkWrap .skContactUs h2.skHead::after {
  background-color: #a6192e;
}

.skFooter .skContactUsinfo .skContact h2.skHead::after {
  background-color: #a6192e;
}

.skInfo {
  background-color: #ffffff;
}

.skInfo a.SkinObject,
.skInfo span {
  color: #000000;
}

.skInfo a.SkinObject:hover {
  color: #a6192e;
}

.skInfo .skRight img {
  filter: none;
}

/*Scroll */
/*****************************************************/
::-webkit-scrollbar,
::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #a6192e;
}
