@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
/* Common CSS */
/********************************************************************/
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, b, u, i, center, 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-size: 100%;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

html, body {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000;
  line-height: 20px;
  font-weight: normal;
  overflow-x: hidden;
}

form {
  height: 100%;
}

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0 0 20px 0;
  color: #525252;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 16px;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

p {
  padding: 0 0 20px 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul ul, ol ol,
ul ol, ol ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: disc;
}

ul li, ol li {
  padding: 0;
  margin: 0;
}

sup {
  vertical-align: top;
  font-size: 8px;
}

small {
  font-size: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #Body {
    position: static !important;
  }
}

.Normal,
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  color: #cd0000;
  font-weight: bold;
}

#Body .AlertText a:hover,
#Body .AlertText a:focus,
#Body .AlertText a:active {
  color: #ebeaea;
}

/* Float CSS */
/********************************************************************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-desktop {
  display: none;
}

.no-mobile {
  display: block;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear-both {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

/* Link CSS */
/********************************************************************/
a,
a:link,
a:visited {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  text-decoration: none;
  color: #7b7b7b;
}

.paneOutline {
  outline: 1px dotted #000;
  border: none;
}

.paneOutline center {
  text-align: center;
}

/* DNN Overwrite CSS */
/********************************************************************/
.textAlignRight {
  text-align: right;
}

.textAlignCenter {
  text-align: center;
}

.FileManager_FileList {
  margin: 2px 0 0 0;
}

.rgMasterTable {
  width: 100%;
}

.rgCurrentPage span {
  line-height: 22px;
}

input.rgPagerTextBox {
  width: 24px !important;
}

.termsContainer,
.privacyContainer {
  padding: 12px;
}

.FileManager_FileList {
  margin: 2px 0 0 0;
}

.rgMasterTable {
  width: 100%;
}

.rgCurrentPage span {
  line-height: 22px;
}

input.rgPagerTextBox {
  width: 24px !important;
}

#Body .display-table {
  display: table;
}

.TeamPage_newsImage {
  width: 150px !important;
  height: 81px !important;
}

.TeamPage_newsImage img {
  width: 150px !important;
  height: 81px !important;
}

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited {
  text-decoration: none;
}

#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover,
#dnnCommonTasks a:active, #dnnCommonTasks a:focus,
#dnnCurrentPage a:hover, #dnnCurrentPage a:active,
#dnnCurrentPage a:focus, #dnnOtherTools a:hover,
#dnnOtherTools a:active, #dnnOtherTools a:focus {
  text-decoration: underline;
}

::-webkit-scrollbar-track {
  background-color: #cecece;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #cecece;
}

::-webkit-scrollbar-thumb {
  background-color: #7b7b7b;
}

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane {
  font-size: 0px;
  line-height: 0px;
  display: none;
}

/* Skin Layout CSS													*/
/********************************************************************/
.Inner-Skin .LeftPane {
  display: table-cell;
  width: 676px;
  padding: 0 !important;
}

.Inner-Skin .RightPane {
  display: table-cell;
  width: 276px;
  padding: 0 0 0 12px;
}

/* Common Heading */
/********************************************************************/
.skHeader h1.head {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1px;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 12px 28px 12px;
}

.skHeader .skWidth {
  position: relative;
}

h1.title sup {
  font-size: 13px;
  vertical-align: middle;
}

h4.stHead sub {
  display: inline-block;
  font-size: 9px;
  margin-top: 4px;
}

/*Inner page*/
.LittleLeague-Default span.TeamPage_normalText {
  font-family: 'Open Sans', sans-serif;
  color: #525252;
  line-height: 16px;
}

/* Top Bar */
/********************************************************************/
.Topbar-links {
  margin-top: 12px;
}

.Topbar-links li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

.Topbar-links li:after {
  position: absolute;
  content: "";
  background: #fff none repeat scroll 0 0;
  height: 14px;
  right: 0;
  top: 4px;
  width: 1px;
}

.Topbar-links li a,
.Topbar-links li a:link,
.Topbar-links li a:visited {
  font-size: 14px;
  color: #fff;
}

.Topbar-links li.Last {
  padding-right: 0;
}

.Topbar-links li.Last:after {
  display: none;
}

.skNav {
  background-position: -20px -20px;
  background-repeat: repeat;
  position: relative;
  z-index: 2;
}

/*Social Icons */
/********************************************************************/
.skHeader {
  position: relative;
}

.skHeader .skSocial {
  margin-bottom: 20px;
  float: right;
  list-style: none;
}

.skHeader .skSocial a.link,
.skHeader .skSocial a.link:link,
.skHeader .skSocial a.link:visited {
  background-color: transparent;
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin: 0 0 0 10px;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
}

.skHeader .skAction {
  display: table-cell;
  width: 240px;
  padding: 40px 0 32px 0px;
}

a.skFacebook,
a.skFacebook:link,
a.skFacebook:visited {
  background-position: 0 0;
  width: 11px;
}

a.skFacebook:hover,
a.skFacebook:focus {
  background-position: 0 -24px;
}

a.skTwitter,
a.skTwitter:link,
a.skTwitter:visited {
  background-position: -11px 0;
  width: 29px;
}

a.skTwitter:hover,
a.skTwitter:focus {
  background-position: -11px -24px;
}

a.skInstagram,
a.skInstagram:link,
a.skInstagram:visited {
  background-position: -40px 0;
  width: 24px;
}

a.skInstagram:hover,
a.skInstagram:focus {
  background-position: -40px -24px;
}

a.skYoutube,
a.skYoutube:link,
a.skYoutube:visited {
  background-position: -64px 0;
  width: 32px;
}

a.skYoutube:hover,
a.skYoutube:focus {
  background-position: -64px -24px;
}

/* Header */
/********************************************************************/
.logo {
  display: table-cell;
  position: relative;
  z-index: 9;
  width: 176px;
}

.logo a {
  display: block;
  margin: 15px 0 -9px 0;
}

li.skLogin {
  clear: both;
  text-align: right;
  list-style: none;
}

.SkAddBanner {
  padding: 17px 0;
}

.SkAddBanner .SkheadBanner {
  margin: 0 auto;
  display: block;
  height: 90px;
  width: 728px;
}

.skTopbar {
  padding: 5px 0;
}

.skArea {
  background-position: 0 0;
}

li.item.ui-state-active a.link {
  position: relative;
}

.skInfo {
  padding: 12px 0;
}

.skInfo a.hidden-link,
.skInfo a.hidden-link:link,
.skInfo a.hidden-link:visited {
  font-size: 12px;
}

/* Skin CSS */
/********************************************************************/
.skWidth {
  width: 1024px;
  margin: auto;
  display: table;
  max-width: 100%;
}

.sWebTheme_ActionsArea {
  position: relative;
  z-index: 1;
}

.skcontentbg {
  background-color: #fff;
}

.skcontentWp {
  padding: 0 13px 13px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.skWrapper {
  padding: 29px 17px 15px;
}

/*carousel slider*/
/********************************************************************/
.skSlider {
  position: relative;
}

.skSlider a.llPVLinks,
.skSlider a.llPVLinks:link {
  background-position: left top;
  left: -13px;
}

.skSlider a.llPVLinks:hover, .skSlider a.llPVLinks:active, .skSlider a.llPVLinks:focus {
  background-position: left bottom;
}

.skSlider a.llNTLinks,
.skSlider a.llNTLinks:link {
  background-position: right top;
  right: -13px;
}

.skSlider a.llNTLinks:hover,
.skSlider a.llNTLinks:active .skSlider a.llNTLinks:focus {
  background-position: right bottom;
  right: -13px;
}

.skSlider a.llPVLinks,
.skSlider a.llPVLinks:link,
.skSlider a.llNTLinks,
.skSlider a.llNTLinks:link {
  background-color: transparent;
  background-repeat: no-repeat;
  height: 60px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 49px;
  margin: -25px 0 0;
  background-color: #fff;
}

.skSlider .list li.item {
  float: left;
  position: relative;
  list-style: none;
}

.skSlider .list li.item img {
  background-size: cover;
  width: 100%;
}

.skSlider li.item:hover a.title {
  color: #7b7b7b;
}

a.mobTabLink .no-desktop {
  display: none !important;
}

.slider1600584 {
  position: relative;
}

.slider1600584 .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.slider1600584 .title:focus, .slider1600584 .title:active {
  color: #fff;
}

.slider1600584 .shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px -140px 45px -58px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0px -140px 45px -58px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0px -140px 45px -58px rgba(0, 0, 0, 0.55);
}

.slider1600584 a.link,
.slider1600584 a.link:link,
.slider1600584 a.link:visited {
  display: block;
}

.slider1600584 .caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.slider1600584 .wrapper {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.slider1600584 .wrapper:hover {
  color: #7b7b7b;
}

.slider1600584 .pager {
  position: absolute;
  bottom: 17px;
  text-align: center;
  width: 100%;
}

.slider1600584 .pager a {
  display: inline-block;
  margin: 0 5px;
}

.slider1600584 .pager span {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 10px;
  display: block;
  font-size: 0;
  height: 7px;
  line-height: 0;
  overflow: hidden;
  text-indent: -100px;
  width: 7px;
}

/* News */
/********************************************************************/
.TeamPage_newsHolder a:hover, .TeamPage_newsHolder a:focus, .TeamPage_newsHolder a:active {
  text-decoration: underline;
}

.newsTitle h1.title {
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
  color: #363636;
  font-size: 22px;
  background-color: #e6e6e6;
  letter-spacing: 0.5px;
}

a.Last-link,
a.Last-link:link,
a.Last-link:visited {
  margin-left: 8px;
}

a.login-link,
a.login-link:link,
a.login-link:visited {
  font-size: 15px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 15px;
  width: auto;
  display: inline-block;
  text-align: center;
}

a.login-link:hover, a.login-link:active, a.login-link:focus,
a.login-link:link:hover,
a.login-link:link:active,
a.login-link:link:focus,
a.login-link:visited:hover,
a.login-link:visited:active,
a.login-link:visited:focus {
  background: #aaaaaa;
  color: #fff;
}

/*Tab*/
/********************************************************************/
.skgreyBg {
  background-color: #e6e6e6;
}

.skLeft-Tabs {
  float: left;
  width: 620px;
}

.skLeft-Tabs .skTbCntInner {
  height: 600px;
  overflow: hidden;
}

.skLeft-Tabs .skTbCntInner.skNewsTab {
  height: 572px;
  overflow: auto;
  padding: 7px 18px 18px 18px;
}

.skRight-Tabs {
  float: right;
  width: 315px;
}

.skRight-Tabs .skBanner {
  padding: 0 15px 15px;
}

.skRight-Tabs .tweet_time {
  bottom: 8px;
}

.skRight-Tabs .skTbCntInner {
  height: 279px;
}

.skTabsCnt {
  display: none;
}

.skTbCntInner {
  overflow-y: auto;
}

ul.sksocialTab {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.sksocialTab li.item {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
}

ul.skTabs {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
}

ul.skTabs li.item {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  width: 33.3333%;
}

ul.skTabs li.item:last-child::after {
  display: none;
}

ul.skTabs li.item .last:after {
  content: "";
  display: none;
}

ul.skTabs li.item:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: -1px;
  width: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background-color: #bebebe;
}

ul.skTabs li.item.ui-tabs-active:before,
ul.skTabs li.item.ui-state-active:before,
ul.skTabs li.item.ui-state-hover:before,
ul.skTabs li.item.ui-tabs-selected:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

ul.skTabs > li a,
ul.skTabs > li a:link,
ul.skTabs > li a:visited {
  font-size: 18px;
  line-height: 43px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

li.item.ui-state-active a.link:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

li.event-item.event-first-item,
.skNews .item.first {
  border-top: none;
}

.skRight-Tabs ul.tweet_list li {
  background: transparent url("images/tw-icon.png") no-repeat scroll 0 0;
  padding: 10px 0px 30px 50px;
  background-position: 0px 15px;
  border-top: 1px solid #cfcfcf;
}

ul.tweet_list li {
  background: transparent url("images/twitter-icon.png") no-repeat scroll 0 0;
  padding: 16px 16px 50px 85px;
  background-color: transparent;
  background-position: 7px 20px;
  background-repeat: no-repeat;
  border-top: 1px solid #cfcfcf;
  position: relative;
  list-style: none;
}

ul.tweet_list li:first-child {
  border-top: 0;
}

.tweet_time {
  position: absolute;
  bottom: 28px;
}

.tweet_avatar {
  display: none;
}

a.tweet_screen_name,
a.tweet_screen_name:link,
a.tweet_screen_name:visited {
  display: block !important;
  line-height: 24px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: uppercase;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

a.tweet_screen_name:before {
  content: "@";
}

.tweet_text,
.tweet_time {
  display: block;
  font-size: 14px;
  color: #525252;
  font-weight: 400;
  height: auto;
}

.tweet_list {
  word-break: break-word;
}

.tweet_text a,
.tweet_text a:link,
.tweet_text a:visited {
  color: #525252;
}

.skRight-Tabs .skTabsCnt .skTbCntInner {
  padding: 7px 15px 18px 15px;
}

/* NEWS */
/********************************************************************/
.skRight-Tabs .imgwrp {
  display: none;
}

.skNews .imgwrp {
  float: left;
}

.skNews .imgwrp img {
  height: 108px;
  width: 199px;
}

.skNews .item {
  padding: 19px 0;
  border-top: 1px solid #cfcfcf;
  display: inline-block;
  width: 100%;
  list-style: none;
}

.skNews .detail {
  padding: 7px 0px 7px 220px;
  display: block;
}

.skNews .detail a.link,
.skNews .detail a.link:link,
.skNews .detail a.link:visited {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.skNews .date {
  display: block;
}

.skNews .summary {
  display: block;
  line-height: 16px;
  padding-top: 3px;
  color: #525252;
  overflow-wrap: break-word;
}

.skRight-Tabs .skNews .detail {
  padding: 0px 0;
}

.sksocialFeed ul.skTabs li.item {
  width: 50%;
}

.sksocialFeed .skBanner img {
  margin-top: 8px;
}

a.annoucement-link,
a.annoucement-link:link,
a.annoucement-link:visited {
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px 0 0;
}

.readmore {
  padding: 0 0 30px 0;
}

.readmore a.link,
.readmore a.link:link,
.readmore a.link:visited {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 43px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.mobReadMore {
  display: none;
  padding: 6px;
}

#Body .TeamPage_newsAE_newsPhoto {
  height: 194px;
}

#Body .TeamPage_newsAE_newsPhoto img {
  max-width: 100%;
}

.skSocialTabLink {
  display: none;
}

.skSocialMobTab {
  display: none;
}

.skTabsCnt.skSocialWrapper {
  margin-top: 0px;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 5;
  padding: 0;
}

#csSocial.skTabsCnt.skSocialWrapper {
  padding: 0;
}

.skSocialContent {
  height: 491px;
  overflow: auto;
  margin: 12px 8px 17px;
}

.singleSocialTab .skSocialContent {
  height: 531px;
}

.singleSocialTab .skSocialContent.skFBWrapper {
  height: 560px;
}

.skSocialContent.skFBWrapper {
  height: 520px;
  overflow: hidden;
  margin: 0;
}

.skSocialTab {
  margin: 0;
  padding: 0;
}

.skSocialTab li {
  list-style-type: none;
}

.skSocialTab a.skSocialBtn {
  display: block;
  font-family: 'adelle', Georgia, serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #7b7b7b;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  padding: 11px 0 10px;
  background: #fff;
  text-decoration: none;
  position: relative;
}

.skSocialTab a.skSocialBtn:hover, .skSocialTab a.skSocialBtn:focus, .skSocialTab a.skSocialBtn:active {
  color: #7b7b7b;
}

.skSocialTab a.skSocialBtn.active {
  background: #2934b4;
  color: #fff;
  border-top: 0;
}

a.skSocialBtn:before {
  content: "+";
  position: absolute;
  font-family: Lato;
  top: 50%;
  right: 13px;
  margin: -9px 0 0 0;
  font-size: 30px;
  right: 10px;
}

a.skSocialBtn.active:before {
  content: "_";
  font-size: 30px;
  right: 13px;
  font-size: 35px;
  margin: -25px 0 0 0;
}

a.skSocialBtn.active svg {
  fill: #fff;
}

.skSocialText {
  display: inline-block;
  vertical-align: middle;
}

.skSocialIcn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.skSocialIcn svg {
  fill: #7b7b7b;
}

.facebook-plugin {
  display: block;
  margin: auto;
}

/* Sponsors css*/
/********************************************************************/
h1.Spheading {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 17px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.skSponsor .sponsor {
  position: relative;
  padding: 27px 0px 27px 0px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.skSponsor ul.list {
  margin: 0;
  padding: 0;
  left: 30 !important;
}

.skSponsor ul.list li.item {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  float: left;
}

.skSponsor .prev,
.skSponsor .next {
  height: 60px;
  width: 45px;
  position: absolute;
  text-indent: -9999px;
  z-index: 1;
  margin: -31px 0 0 0;
  background-position: left top;
  background-repeat: no-repeat;
  top: 50%;
  background-image: url(images/sponsor-arrow.png);
  -webkit-box-shadow: 0px 2px 5px 0 rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 2px 5px 0 rgba(50, 50, 50, 0.26);
  box-shadow: 0px 2px 5px 0 rgba(50, 50, 50, 0.26);
}

.skSponsor .prev {
  left: -12px;
}

.skSponsor .prev:hover {
  background-position: left bottom;
}

.skSponsor .next {
  right: -12px;
  background-position: right top;
}

.skSponsor .next:hover {
  background-position: right bottom;
}

.skSponsor .noCarousel .prev,
.skSponsor .noCarousel .next {
  display: none;
}

.skSponsor .noCarousel ul.list {
  text-align: center;
}

.skSponsor .noCarousel ul.list li.item {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*Footer*/
/********************************************************************/
.FooterWp {
  width: 783px;
  display: block;
  margin: 0 auto;
}

.FooterWp .cbPhone,
.FooterWp .cbEmail,
.FooterWp .cbFax {
  padding-bottom: 0;
}

.skFooter {
  padding: 24px 0 40px 0;
}

.skFooter .left {
  float: left;
  width: 261px;
  text-align: right;
}

.skFooter .left .content a.cbLink {
  text-decoration: underline;
}

.skFooter .middle {
  float: left;
  width: 261px;
}

.skFooter .right {
  float: right;
  width: 261px;
}

ul.stLink {
  margin: 0;
  padding: 0;
}

ul.stLink li.item {
  margin: 0;
  padding: 0px 0 0px 10px;
  list-style: none;
}

ul.stLink a.link,
ul.stLink a.link:link,
ul.stLink a.link:visited {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  color: #fff;
  position: relative;
}

ul.stLink a.link:before {
  content: "\f105";
  position: absolute;
  left: -8px;
  font-family: FontAwesome;
  font-size: 12px;
}

h4.stHead {
  padding-bottom: 0;
}

h4.stHead a.link,
h4.stHead a.link:link,
h4.stHead a.link:visited {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding-bottom: 0;
  line-height: 18px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

img.Footer-logo {
  display: block;
  margin: 0 auto;
}

p.cbAddress {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*Calender*/
/********************************************************************/
li.event-item {
  border-top: 1px solid #cfcfcf;
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  list-style: none;
}

li.event-item .status {
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  color: #fff;
  padding: 0 6px;
  font-style: italic;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  font-weight: 600;
}

li.event-item .canceled {
  color: #a74544;
}

li.event-item .postponed {
  color: #f69639;
}

li.event-item .rescheduled {
  color: #19947e;
}

p.event-summary {
  font-size: 14px;
  color: #525252;
  font-weight: 400;
  padding-bottom: 0;
  display: none;
}

.event-detail {
  padding: 0 0 0 83px;
}

.event-time-wrapper {
  padding: 4px 0 0 83px;
}

.event-calendar {
  float: left;
  width: 66px;
  height: 60px;
  background-color: #bdbdbd;
  margin-right: 17px;
  cursor: pointer;
}

.event-month {
  display: block;
  color: #e6e6e6;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.event-day {
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #e6e6e6;
  font-weight: 700;
  font-size: 29px;
  text-align: center;
}

.event-time,
.skNews .date {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

h2.event-head {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/*Footer*/
/********************************************************************/
.skFooter .left .content {
  color: #fff;
}

.skFooter .left .content a {
  color: #fff;
}

.skFooter .left .content h2 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.skInfo .SkinObject {
  color: #fff;
  font-size: 12px;
}

.LittleLeague-Blue {
  /*inner page link color*/
}

.LittleLeague-Blue .AlertText a,
.LittleLeague-Blue .AlertText a:link,
.LittleLeague-Blue .AlertText a:visited {
  color: #838dff;
}

.LittleLeague-Blue .TeamPage_newsHolder a, .LittleLeague-Blue .TeamPage_newsHolder a:link, .LittleLeague-Blue .TeamPage_newsHolder a:visited,
.LittleLeague-Blue .TeamPage_gridColumn a,
.LittleLeague-Blue .TeamPage_gridColumn a:link,
.LittleLeague-Blue .TeamPage_gridColumn a:visited,
.LittleLeague-Blue .skWrapper .ModLinksC a,
.LittleLeague-Blue .skWrapper .ModLinksC a:link,
.LittleLeague-Blue .skWrapper .ModLinksC a:visited,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a:visited {
  color: #2934b4;
}

.LittleLeague-Blue .TeamPage_newsHolder a:hover, .LittleLeague-Blue .TeamPage_newsHolder a:focus, .LittleLeague-Blue .TeamPage_newsHolder a:active,
.LittleLeague-Blue .TeamPage_gridColumn a:hover,
.LittleLeague-Blue .TeamPage_gridColumn a:focus,
.LittleLeague-Blue .TeamPage_gridColumn a:active,
.LittleLeague-Blue .skWrapper .ModLinksC a:hover,
.LittleLeague-Blue .skWrapper .ModLinksC a:focus,
.LittleLeague-Blue .skWrapper .ModLinksC a:active,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Blue .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Blue a {
  color: #2934b4;
}

.LittleLeague-Blue a:hover, .LittleLeague-Blue a:focus, .LittleLeague-Blue a:active {
  color: #222;
}

.LittleLeague-Blue #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Blue #dnnStandardMenu .root .txt:hover {
  border-color: #2934b4;
}

.LittleLeague-Blue #dnnStandardMenu .root .m0 {
  background: #2934b4;
}

.LittleLeague-Blue #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Blue #dnnStandardMenu .root.sel {
  border-color: #2934b4;
}

.LittleLeague-Blue #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #2934b4;
}

.LittleLeague-Blue #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #2934b4;
}

.LittleLeague-Blue a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Blue a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Blue a.sWebTheme_ActionsLinks:active span {
  background-color: #2934b4;
}

.LittleLeague-Blue a.expandedSettings:hover, .LittleLeague-Blue a.expandedSettings:focus, .LittleLeague-Blue a.expandedSettings:active {
  background-color: #2934b4;
}

.LittleLeague-Blue .skInfo a.hidden-link,
.LittleLeague-Blue .skInfo a.hidden-link:link,
.LittleLeague-Blue .skInfo a.hidden-link:visited {
  color: #2934b4;
}

.LittleLeague-Blue .skArea {
  background: #05153c url("images/blue-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Blue .SkAddBanner {
  background-color: #061845;
}

.LittleLeague-Blue .skTopbar {
  background-color: #2934b4;
}

.LittleLeague-Blue .login-link {
  color: #17267c;
}

.LittleLeague-Blue .readmore a.link, .LittleLeague-Blue .readmore a.link:link, .LittleLeague-Blue .readmore a.link:visited {
  color: #fff;
  background-color: #2934b4;
}

.LittleLeague-Blue .readmore a.link:hover {
  background-color: #161c61;
}

.LittleLeague-Blue .skSponsor .prev,
.LittleLeague-Blue .skSponsor .next {
  background-color: #3742c7;
}

.LittleLeague-Blue .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Blue .slider1600584 .pager a:hover span, .LittleLeague-Blue .slider1600584 .pager a.selected span {
  background: #2934b4;
}

.LittleLeague-Blue .skSlider a.llPVLinks, .LittleLeague-Blue .skSlider a.llPVLinks:link, .LittleLeague-Blue .skSlider a.llNTLinks, .LittleLeague-Blue .skSlider a.llNTLinks:link {
  background-image: url("images/blue-carousel-nav.png");
}

.LittleLeague-Blue a.tweet_screen_name,
.LittleLeague-Blue a.tweet_screen_name:link,
.LittleLeague-Blue a.tweet_screen_name:visited {
  color: #071d52;
}

.LittleLeague-Blue ul.skTabs > li a:hover, .LittleLeague-Blue ul.skTabs > li a:focus, .LittleLeague-Blue ul.skTabs > li a:active {
  background-color: #2934b4;
  color: #fff;
}

.LittleLeague-Blue li.item.ui-state-active a.link,
.LittleLeague-Blue li.item.ui-state-active a.link:link,
.LittleLeague-Blue li.item.ui-state-active a.link:visited {
  background-color: #2934b4;
  color: #fff;
}

.LittleLeague-Blue li.item.ui-state-active a.link:before {
  border-top: 10px solid #2934b4;
}

.LittleLeague-Blue a.event-link:hover .event-calendar,
.LittleLeague-Blue a.event-link :focus .event-calendar,
.LittleLeague-Blue a.event-link :active .event-calendar {
  background-color: #2934b4;
}

.LittleLeague-Blue h2.event-head {
  color: #071d52;
}

.LittleLeague-Blue a.annoucement-link,
.LittleLeague-Blue a.annoucement-link:link,
.LittleLeague-Blue a.annoucement-link:visited {
  background: transparent url(images/news-blue-arrow.png) no-repeat right center;
}

.LittleLeague-Blue .skNews .detail a.link,
.LittleLeague-Blue .skNews .detail a.link:link,
.LittleLeague-Blue .skNews .detail a.link:visited {
  color: #071d52;
}

.LittleLeague-Blue ul.stLink a.link:hover,
.LittleLeague-Blue ul.stLink a.link :focus,
.LittleLeague-Blue ul.stLink a.link :active {
  color: #838dff;
}

.LittleLeague-Blue .skFooter .left .content a,
.LittleLeague-Blue .skFooter .left .content a:link,
.LittleLeague-Blue .skFooter .left .content a:visited {
  color: #838dff;
}

.LittleLeague-Blue .skFooter .left .content a:hover,
.LittleLeague-Blue .skFooter .left .content a :focus,
.LittleLeague-Blue .skFooter .left .content a :active,
.LittleLeague-Blue .skFooter .left .content a:link:hover,
.LittleLeague-Blue .skFooter .left .content a:link :focus,
.LittleLeague-Blue .skFooter .left .content a:link :active,
.LittleLeague-Blue .skFooter .left .content a:visited:hover,
.LittleLeague-Blue .skFooter .left .content a:visited :focus,
.LittleLeague-Blue .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Blue .skInfo {
  background-color: #2934b4;
}

.LittleLeague-Blue .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Blue .Topbar-links li a,
.LittleLeague-Blue .Topbar-links li a:link,
.LittleLeague-Blue .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Blue .Topbar-links li a:hover, .LittleLeague-Blue .Topbar-links li a:focus, .LittleLeague-Blue .Topbar-links li a:active,
.LittleLeague-Blue .Topbar-links li a:link:hover,
.LittleLeague-Blue .Topbar-links li a:link:focus,
.LittleLeague-Blue .Topbar-links li a:link:active,
.LittleLeague-Blue .Topbar-links li a:visited:hover,
.LittleLeague-Blue .Topbar-links li a:visited:focus,
.LittleLeague-Blue .Topbar-links li a:visited:active {
  color: #061845;
}

.LittleLeague-Blue .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Blue .skInfo a.hidden-link:hover, .LittleLeague-Blue .skInfo a.hidden-link:focus, .LittleLeague-Blue .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Blue .event-time,
.LittleLeague-Blue .skNews .date,
.LittleLeague-Blue .tweet_time,
.LittleLeague-Blue a.annoucement-link,
.LittleLeague-Blue a.annoucement-link:link,
.LittleLeague-Blue a.annoucement-link:visited {
  color: #2934b4;
}

.LittleLeague-Green {
  /*inner page link color*/
}

.LittleLeague-Green .AlertText a,
.LittleLeague-Green .AlertText a:link,
.LittleLeague-Green .AlertText a:visited {
  color: #01b15b;
}

.LittleLeague-Green .TeamPage_newsHolder a, .LittleLeague-Green .TeamPage_newsHolder a:link, .LittleLeague-Green .TeamPage_newsHolder a:visited,
.LittleLeague-Green .TeamPage_gridColumn a,
.LittleLeague-Green .TeamPage_gridColumn a:link,
.LittleLeague-Green .TeamPage_gridColumn a:visited,
.LittleLeague-Green .skWrapper .ModLinksC a,
.LittleLeague-Green .skWrapper .ModLinksC a:link,
.LittleLeague-Green .skWrapper .ModLinksC a:visited,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a:visited {
  color: #00974d;
}

.LittleLeague-Green .TeamPage_newsHolder a:hover, .LittleLeague-Green .TeamPage_newsHolder a:focus, .LittleLeague-Green .TeamPage_newsHolder a:active,
.LittleLeague-Green .TeamPage_gridColumn a:hover,
.LittleLeague-Green .TeamPage_gridColumn a:focus,
.LittleLeague-Green .TeamPage_gridColumn a:active,
.LittleLeague-Green .skWrapper .ModLinksC a:hover,
.LittleLeague-Green .skWrapper .ModLinksC a:focus,
.LittleLeague-Green .skWrapper .ModLinksC a:active,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Green .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Green a {
  color: #00974d;
}

.LittleLeague-Green a:hover, .LittleLeague-Green a:focus, .LittleLeague-Green a:active {
  color: #222;
}

.LittleLeague-Green #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Green #dnnStandardMenu .root .txt:hover {
  border-color: #00974d;
}

.LittleLeague-Green #dnnStandardMenu .root .m0 {
  background: #00974d;
}

.LittleLeague-Green #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Green #dnnStandardMenu .root.sel {
  border-color: #00974d;
}

.LittleLeague-Green #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #00974d;
}

.LittleLeague-Green #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #00974d;
}

.LittleLeague-Green a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Green a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Green a.sWebTheme_ActionsLinks:active span {
  background-color: #00974d;
}

.LittleLeague-Green a.expandedSettings:hover, .LittleLeague-Green a.expandedSettings:focus, .LittleLeague-Green a.expandedSettings:active {
  background-color: #00974d;
}

.LittleLeague-Green .skInfo a.hidden-link,
.LittleLeague-Green .skInfo a.hidden-link:link,
.LittleLeague-Green .skInfo a.hidden-link:visited {
  color: #00974d;
}

.LittleLeague-Green .skArea {
  background: #013123 url("images/green-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Green .SkAddBanner {
  background-color: #013123;
}

.LittleLeague-Green .skTopbar {
  background-color: #00974d;
}

.LittleLeague-Green .login-link {
  color: #005634;
}

.LittleLeague-Green .readmore a.link, .LittleLeague-Green .readmore a.link:link, .LittleLeague-Green .readmore a.link:visited {
  color: #fff;
  background-color: #00974d;
}

.LittleLeague-Green .readmore a.link:hover {
  background-color: #003119;
}

.LittleLeague-Green .skSponsor .prev,
.LittleLeague-Green .skSponsor .next {
  background-color: #01a555;
}

.LittleLeague-Green .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Green .slider1600584 .pager a:hover span, .LittleLeague-Green .slider1600584 .pager a.selected span {
  background: #00974d;
}

.LittleLeague-Green .skSlider a.llPVLinks, .LittleLeague-Green .skSlider a.llPVLinks:link, .LittleLeague-Green .skSlider a.llNTLinks, .LittleLeague-Green .skSlider a.llNTLinks:link {
  background-image: url("images/green-carousel-nav.png");
}

.LittleLeague-Green a.tweet_screen_name,
.LittleLeague-Green a.tweet_screen_name:link,
.LittleLeague-Green a.tweet_screen_name:visited {
  color: #252525;
}

.LittleLeague-Green ul.skTabs > li a:hover, .LittleLeague-Green ul.skTabs > li a:focus, .LittleLeague-Green ul.skTabs > li a:active {
  background-color: #00974d;
  color: #fff;
}

.LittleLeague-Green li.item.ui-state-active a.link,
.LittleLeague-Green li.item.ui-state-active a.link:link,
.LittleLeague-Green li.item.ui-state-active a.link:visited {
  background-color: #00974d;
  color: #fff;
}

.LittleLeague-Green li.item.ui-state-active a.link:before {
  border-top: 10px solid #00974d;
}

.LittleLeague-Green a.event-link:hover .event-calendar,
.LittleLeague-Green a.event-link :focus .event-calendar,
.LittleLeague-Green a.event-link :active .event-calendar {
  background-color: #00974d;
}

.LittleLeague-Green h2.event-head {
  color: #252525;
}

.LittleLeague-Green a.annoucement-link,
.LittleLeague-Green a.annoucement-link:link,
.LittleLeague-Green a.annoucement-link:visited {
  background: transparent url(images/news-green-arrow.png) no-repeat right center;
}

.LittleLeague-Green .skNews .detail a.link,
.LittleLeague-Green .skNews .detail a.link:link,
.LittleLeague-Green .skNews .detail a.link:visited {
  color: #252525;
}

.LittleLeague-Green ul.stLink a.link:hover,
.LittleLeague-Green ul.stLink a.link :focus,
.LittleLeague-Green ul.stLink a.link :active {
  color: #02cc69;
}

.LittleLeague-Green .skFooter .left .content a,
.LittleLeague-Green .skFooter .left .content a:link,
.LittleLeague-Green .skFooter .left .content a:visited {
  color: #02cc69;
}

.LittleLeague-Green .skFooter .left .content a:hover,
.LittleLeague-Green .skFooter .left .content a :focus,
.LittleLeague-Green .skFooter .left .content a :active,
.LittleLeague-Green .skFooter .left .content a:link:hover,
.LittleLeague-Green .skFooter .left .content a:link :focus,
.LittleLeague-Green .skFooter .left .content a:link :active,
.LittleLeague-Green .skFooter .left .content a:visited:hover,
.LittleLeague-Green .skFooter .left .content a:visited :focus,
.LittleLeague-Green .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Green .skInfo {
  background-color: #00974d;
}

.LittleLeague-Green .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Green .Topbar-links li a,
.LittleLeague-Green .Topbar-links li a:link,
.LittleLeague-Green .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Green .Topbar-links li a:hover, .LittleLeague-Green .Topbar-links li a:focus, .LittleLeague-Green .Topbar-links li a:active,
.LittleLeague-Green .Topbar-links li a:link:hover,
.LittleLeague-Green .Topbar-links li a:link:focus,
.LittleLeague-Green .Topbar-links li a:link:active,
.LittleLeague-Green .Topbar-links li a:visited:hover,
.LittleLeague-Green .Topbar-links li a:visited:focus,
.LittleLeague-Green .Topbar-links li a:visited:active {
  color: #013123;
}

.LittleLeague-Green .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Green .skInfo a.hidden-link:hover, .LittleLeague-Green .skInfo a.hidden-link:focus, .LittleLeague-Green .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Green .event-time,
.LittleLeague-Green .skNews .date,
.LittleLeague-Green .tweet_time,
.LittleLeague-Green a.annoucement-link,
.LittleLeague-Green a.annoucement-link:link,
.LittleLeague-Green a.annoucement-link:visited {
  color: #00974d;
}

.LittleLeague-Orange {
  /*inner page link color*/
}

.LittleLeague-Orange .AlertText a,
.LittleLeague-Orange .AlertText a:link,
.LittleLeague-Orange .AlertText a:visited {
  color: #ff9d2e;
}

.LittleLeague-Orange .TeamPage_newsHolder a, .LittleLeague-Orange .TeamPage_newsHolder a:link, .LittleLeague-Orange .TeamPage_newsHolder a:visited,
.LittleLeague-Orange .TeamPage_gridColumn a,
.LittleLeague-Orange .TeamPage_gridColumn a:link,
.LittleLeague-Orange .TeamPage_gridColumn a:visited,
.LittleLeague-Orange .skWrapper .ModLinksC a,
.LittleLeague-Orange .skWrapper .ModLinksC a:link,
.LittleLeague-Orange .skWrapper .ModLinksC a:visited,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a:visited {
  color: #f57921;
}

.LittleLeague-Orange .TeamPage_newsHolder a:hover, .LittleLeague-Orange .TeamPage_newsHolder a:focus, .LittleLeague-Orange .TeamPage_newsHolder a:active,
.LittleLeague-Orange .TeamPage_gridColumn a:hover,
.LittleLeague-Orange .TeamPage_gridColumn a:focus,
.LittleLeague-Orange .TeamPage_gridColumn a:active,
.LittleLeague-Orange .skWrapper .ModLinksC a:hover,
.LittleLeague-Orange .skWrapper .ModLinksC a:focus,
.LittleLeague-Orange .skWrapper .ModLinksC a:active,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Orange .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Orange a {
  color: #f57921;
}

.LittleLeague-Orange a:hover, .LittleLeague-Orange a:focus, .LittleLeague-Orange a:active {
  color: #222;
}

.LittleLeague-Orange #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Orange #dnnStandardMenu .root .txt:hover {
  border-color: #f57921;
}

.LittleLeague-Orange #dnnStandardMenu .root .m0 {
  background: #f57921;
}

.LittleLeague-Orange #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Orange #dnnStandardMenu .root.sel {
  border-color: #f57921;
}

.LittleLeague-Orange #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #f57921;
}

.LittleLeague-Orange #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #f57921;
}

.LittleLeague-Orange a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Orange a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Orange a.sWebTheme_ActionsLinks:active span {
  background-color: #f57921;
}

.LittleLeague-Orange a.expandedSettings:hover, .LittleLeague-Orange a.expandedSettings:focus, .LittleLeague-Orange a.expandedSettings:active {
  background-color: #f57921;
}

.LittleLeague-Orange .skInfo a.hidden-link,
.LittleLeague-Orange .skInfo a.hidden-link:link,
.LittleLeague-Orange .skInfo a.hidden-link:visited {
  color: #f57921;
}

.LittleLeague-Orange .skArea {
  background: #9b3300 url("images/orange-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Orange .SkAddBanner {
  background-color: #ac2801;
}

.LittleLeague-Orange .skTopbar {
  background-color: #f57921;
}

.LittleLeague-Orange .login-link {
  color: #c94209;
}

.LittleLeague-Orange .readmore a.link, .LittleLeague-Orange .readmore a.link:link, .LittleLeague-Orange .readmore a.link:visited {
  color: #fff;
  background-color: #f57921;
}

.LittleLeague-Orange .readmore a.link:hover {
  background-color: #a84a08;
}

.LittleLeague-Orange .skSponsor .prev,
.LittleLeague-Orange .skSponsor .next {
  background-color: #f57921;
}

.LittleLeague-Orange .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Orange .slider1600584 .pager a:hover span, .LittleLeague-Orange .slider1600584 .pager a.selected span {
  background: #f57921;
}

.LittleLeague-Orange .skSlider a.llPVLinks, .LittleLeague-Orange .skSlider a.llPVLinks:link, .LittleLeague-Orange .skSlider a.llNTLinks, .LittleLeague-Orange .skSlider a.llNTLinks:link {
  background-image: url("images/orange-carousel-nav.png");
}

.LittleLeague-Orange a.tweet_screen_name,
.LittleLeague-Orange a.tweet_screen_name:link,
.LittleLeague-Orange a.tweet_screen_name:visited {
  color: #252525;
}

.LittleLeague-Orange ul.skTabs > li a:hover, .LittleLeague-Orange ul.skTabs > li a:focus, .LittleLeague-Orange ul.skTabs > li a:active {
  background-color: #f57921;
  color: #fff;
}

.LittleLeague-Orange li.item.ui-state-active a.link,
.LittleLeague-Orange li.item.ui-state-active a.link:link,
.LittleLeague-Orange li.item.ui-state-active a.link:visited {
  background-color: #f57921;
  color: #fff;
}

.LittleLeague-Orange li.item.ui-state-active a.link:before {
  border-top: 10px solid #f57921;
}

.LittleLeague-Orange a.event-link:hover .event-calendar,
.LittleLeague-Orange a.event-link :focus .event-calendar,
.LittleLeague-Orange a.event-link :active .event-calendar {
  background-color: #f57921;
}

.LittleLeague-Orange h2.event-head {
  color: #252525;
}

.LittleLeague-Orange a.annoucement-link,
.LittleLeague-Orange a.annoucement-link:link,
.LittleLeague-Orange a.annoucement-link:visited {
  background: transparent url(images/news-orange-arrow.png) no-repeat right center;
}

.LittleLeague-Orange .skNews .detail a.link,
.LittleLeague-Orange .skNews .detail a.link:link,
.LittleLeague-Orange .skNews .detail a.link:visited {
  color: #252525;
}

.LittleLeague-Orange ul.stLink a.link:hover,
.LittleLeague-Orange ul.stLink a.link :focus,
.LittleLeague-Orange ul.stLink a.link :active {
  color: #ff9d2e;
}

.LittleLeague-Orange .skFooter .left .content a,
.LittleLeague-Orange .skFooter .left .content a:link,
.LittleLeague-Orange .skFooter .left .content a:visited {
  color: #ff9d2e;
}

.LittleLeague-Orange .skFooter .left .content a:hover,
.LittleLeague-Orange .skFooter .left .content a :focus,
.LittleLeague-Orange .skFooter .left .content a :active,
.LittleLeague-Orange .skFooter .left .content a:link:hover,
.LittleLeague-Orange .skFooter .left .content a:link :focus,
.LittleLeague-Orange .skFooter .left .content a:link :active,
.LittleLeague-Orange .skFooter .left .content a:visited:hover,
.LittleLeague-Orange .skFooter .left .content a:visited :focus,
.LittleLeague-Orange .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Orange .skInfo {
  background-color: #f57921;
}

.LittleLeague-Orange .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Orange .Topbar-links li a,
.LittleLeague-Orange .Topbar-links li a:link,
.LittleLeague-Orange .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Orange .Topbar-links li a:hover, .LittleLeague-Orange .Topbar-links li a:focus, .LittleLeague-Orange .Topbar-links li a:active,
.LittleLeague-Orange .Topbar-links li a:link:hover,
.LittleLeague-Orange .Topbar-links li a:link:focus,
.LittleLeague-Orange .Topbar-links li a:link:active,
.LittleLeague-Orange .Topbar-links li a:visited:hover,
.LittleLeague-Orange .Topbar-links li a:visited:focus,
.LittleLeague-Orange .Topbar-links li a:visited:active {
  color: #ac2801;
}

.LittleLeague-Orange .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Orange .skInfo a.hidden-link:hover, .LittleLeague-Orange .skInfo a.hidden-link:focus, .LittleLeague-Orange .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Orange .event-time,
.LittleLeague-Orange .skNews .date,
.LittleLeague-Orange .tweet_time,
.LittleLeague-Orange a.annoucement-link,
.LittleLeague-Orange a.annoucement-link:link,
.LittleLeague-Orange a.annoucement-link:visited {
  color: #f57921;
}

.LittleLeague-Purple {
  /*inner page link color*/
}

.LittleLeague-Purple .AlertText a,
.LittleLeague-Purple .AlertText a:link,
.LittleLeague-Purple .AlertText a:visited {
  color: #c0a7ff;
}

.LittleLeague-Purple .TeamPage_newsHolder a, .LittleLeague-Purple .TeamPage_newsHolder a:link, .LittleLeague-Purple .TeamPage_newsHolder a:visited,
.LittleLeague-Purple .TeamPage_gridColumn a,
.LittleLeague-Purple .TeamPage_gridColumn a:link,
.LittleLeague-Purple .TeamPage_gridColumn a:visited,
.LittleLeague-Purple .skWrapper .ModLinksC a,
.LittleLeague-Purple .skWrapper .ModLinksC a:link,
.LittleLeague-Purple .skWrapper .ModLinksC a:visited,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a:visited {
  color: #594099;
}

.LittleLeague-Purple .TeamPage_newsHolder a:hover, .LittleLeague-Purple .TeamPage_newsHolder a:focus, .LittleLeague-Purple .TeamPage_newsHolder a:active,
.LittleLeague-Purple .TeamPage_gridColumn a:hover,
.LittleLeague-Purple .TeamPage_gridColumn a:focus,
.LittleLeague-Purple .TeamPage_gridColumn a:active,
.LittleLeague-Purple .skWrapper .ModLinksC a:hover,
.LittleLeague-Purple .skWrapper .ModLinksC a:focus,
.LittleLeague-Purple .skWrapper .ModLinksC a:active,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Purple .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Purple a {
  color: #594099;
}

.LittleLeague-Purple a:hover, .LittleLeague-Purple a:focus, .LittleLeague-Purple a:active {
  color: #222;
}

.LittleLeague-Purple #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Purple #dnnStandardMenu .root .txt:hover {
  border-color: #594099;
}

.LittleLeague-Purple #dnnStandardMenu .root .m0 {
  background: #594099;
}

.LittleLeague-Purple #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Purple #dnnStandardMenu .root.sel {
  border-color: #594099;
}

.LittleLeague-Purple #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #594099;
}

.LittleLeague-Purple #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #594099;
}

.LittleLeague-Purple a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Purple a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Purple a.sWebTheme_ActionsLinks:active span {
  background-color: #594099;
}

.LittleLeague-Purple a.expandedSettings:hover, .LittleLeague-Purple a.expandedSettings:focus, .LittleLeague-Purple a.expandedSettings:active {
  background-color: #594099;
}

.LittleLeague-Purple .skInfo a.hidden-link,
.LittleLeague-Purple .skInfo a.hidden-link:link,
.LittleLeague-Purple .skInfo a.hidden-link:visited {
  color: #594099;
}

.LittleLeague-Purple .skArea {
  background: #1d0537 url("images/purple-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Purple .SkAddBanner {
  background-color: #240644;
}

.LittleLeague-Purple .skTopbar {
  background-color: #594099;
}

.LittleLeague-Purple .login-link {
  color: #3f236f;
}

.LittleLeague-Purple .readmore a.link, .LittleLeague-Purple .readmore a.link:link, .LittleLeague-Purple .readmore a.link:visited {
  color: #fff;
  background-color: #594099;
}

.LittleLeague-Purple .readmore a.link:hover {
  background-color: #2f2251;
}

.LittleLeague-Purple .skSponsor .prev,
.LittleLeague-Purple .skSponsor .next {
  background-color: #644ba3;
}

.LittleLeague-Purple .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Purple .slider1600584 .pager a:hover span, .LittleLeague-Purple .slider1600584 .pager a.selected span {
  background: #594099;
}

.LittleLeague-Purple .skSlider a.llPVLinks, .LittleLeague-Purple .skSlider a.llPVLinks:link, .LittleLeague-Purple .skSlider a.llNTLinks, .LittleLeague-Purple .skSlider a.llNTLinks:link {
  background-image: url("images/purple-carousel-nav.png");
}

.LittleLeague-Purple a.tweet_screen_name,
.LittleLeague-Purple a.tweet_screen_name:link,
.LittleLeague-Purple a.tweet_screen_name:visited {
  color: #240644;
}

.LittleLeague-Purple ul.skTabs > li a:hover, .LittleLeague-Purple ul.skTabs > li a:focus, .LittleLeague-Purple ul.skTabs > li a:active {
  background-color: #594099;
  color: #fff;
}

.LittleLeague-Purple li.item.ui-state-active a.link,
.LittleLeague-Purple li.item.ui-state-active a.link:link,
.LittleLeague-Purple li.item.ui-state-active a.link:visited {
  background-color: #594099;
  color: #fff;
}

.LittleLeague-Purple li.item.ui-state-active a.link:before {
  border-top: 10px solid #594099;
}

.LittleLeague-Purple a.event-link:hover .event-calendar,
.LittleLeague-Purple a.event-link :focus .event-calendar,
.LittleLeague-Purple a.event-link :active .event-calendar {
  background-color: #594099;
}

.LittleLeague-Purple h2.event-head {
  color: #240644;
}

.LittleLeague-Purple a.annoucement-link,
.LittleLeague-Purple a.annoucement-link:link,
.LittleLeague-Purple a.annoucement-link:visited {
  background: transparent url(images/news-purple-arrow.png) no-repeat right center;
}

.LittleLeague-Purple .skNews .detail a.link,
.LittleLeague-Purple .skNews .detail a.link:link,
.LittleLeague-Purple .skNews .detail a.link:visited {
  color: #240644;
}

.LittleLeague-Purple ul.stLink a.link:hover,
.LittleLeague-Purple ul.stLink a.link :focus,
.LittleLeague-Purple ul.stLink a.link :active {
  color: #9f89d4;
}

.LittleLeague-Purple .skFooter .left .content a,
.LittleLeague-Purple .skFooter .left .content a:link,
.LittleLeague-Purple .skFooter .left .content a:visited {
  color: #9f89d4;
}

.LittleLeague-Purple .skFooter .left .content a:hover,
.LittleLeague-Purple .skFooter .left .content a :focus,
.LittleLeague-Purple .skFooter .left .content a :active,
.LittleLeague-Purple .skFooter .left .content a:link:hover,
.LittleLeague-Purple .skFooter .left .content a:link :focus,
.LittleLeague-Purple .skFooter .left .content a:link :active,
.LittleLeague-Purple .skFooter .left .content a:visited:hover,
.LittleLeague-Purple .skFooter .left .content a:visited :focus,
.LittleLeague-Purple .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Purple .skInfo {
  background-color: #594099;
}

.LittleLeague-Purple .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Purple .Topbar-links li a,
.LittleLeague-Purple .Topbar-links li a:link,
.LittleLeague-Purple .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Purple .Topbar-links li a:hover, .LittleLeague-Purple .Topbar-links li a:focus, .LittleLeague-Purple .Topbar-links li a:active,
.LittleLeague-Purple .Topbar-links li a:link:hover,
.LittleLeague-Purple .Topbar-links li a:link:focus,
.LittleLeague-Purple .Topbar-links li a:link:active,
.LittleLeague-Purple .Topbar-links li a:visited:hover,
.LittleLeague-Purple .Topbar-links li a:visited:focus,
.LittleLeague-Purple .Topbar-links li a:visited:active {
  color: #240644;
}

.LittleLeague-Purple .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Purple .skInfo a.hidden-link:hover, .LittleLeague-Purple .skInfo a.hidden-link:focus, .LittleLeague-Purple .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Purple .event-time,
.LittleLeague-Purple .skNews .date,
.LittleLeague-Purple .tweet_time,
.LittleLeague-Purple a.annoucement-link,
.LittleLeague-Purple a.annoucement-link:link,
.LittleLeague-Purple a.annoucement-link:visited {
  color: #594099;
}

.LittleLeague-Red {
  /*inner page link color*/
}

.LittleLeague-Red .AlertText a,
.LittleLeague-Red .AlertText a:link,
.LittleLeague-Red .AlertText a:visited {
  color: #ff2e36;
}

.LittleLeague-Red .TeamPage_newsHolder a, .LittleLeague-Red .TeamPage_newsHolder a:link, .LittleLeague-Red .TeamPage_newsHolder a:visited,
.LittleLeague-Red .TeamPage_gridColumn a,
.LittleLeague-Red .TeamPage_gridColumn a:link,
.LittleLeague-Red .TeamPage_gridColumn a:visited,
.LittleLeague-Red .skWrapper .ModLinksC a,
.LittleLeague-Red .skWrapper .ModLinksC a:link,
.LittleLeague-Red .skWrapper .ModLinksC a:visited,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a:visited {
  color: #d41b22;
}

.LittleLeague-Red .TeamPage_newsHolder a:hover, .LittleLeague-Red .TeamPage_newsHolder a:focus, .LittleLeague-Red .TeamPage_newsHolder a:active,
.LittleLeague-Red .TeamPage_gridColumn a:hover,
.LittleLeague-Red .TeamPage_gridColumn a:focus,
.LittleLeague-Red .TeamPage_gridColumn a:active,
.LittleLeague-Red .skWrapper .ModLinksC a:hover,
.LittleLeague-Red .skWrapper .ModLinksC a:focus,
.LittleLeague-Red .skWrapper .ModLinksC a:active,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Red .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Red a {
  color: #d41b21;
}

.LittleLeague-Red a:hover, .LittleLeague-Red a:focus, .LittleLeague-Red a:active {
  color: #222;
}

.LittleLeague-Red #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Red #dnnStandardMenu .root .txt:hover {
  border-color: #d41b21;
}

.LittleLeague-Red #dnnStandardMenu .root .m0 {
  background: #d41b21;
}

.LittleLeague-Red #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Red #dnnStandardMenu .root.sel {
  border-color: #d41b21;
}

.LittleLeague-Red #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #d41b21;
}

.LittleLeague-Red #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #d41b21;
}

.LittleLeague-Red a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Red a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Red a.sWebTheme_ActionsLinks:active span {
  background-color: #d41b21;
}

.LittleLeague-Red a.expandedSettings:hover, .LittleLeague-Red a.expandedSettings:focus, .LittleLeague-Red a.expandedSettings:active {
  background-color: #d41b21;
}

.LittleLeague-Red .skInfo a.hidden-link,
.LittleLeague-Red .skInfo a.hidden-link:link,
.LittleLeague-Red .skInfo a.hidden-link:visited {
  color: #d41b21;
}

.LittleLeague-Red .skArea {
  background: #48060a url("images/red-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Red .SkAddBanner {
  background-color: #47060a;
}

.LittleLeague-Red .skTopbar {
  background-color: #d41b21;
}

.LittleLeague-Red .login-link {
  color: #8a0d12;
}

.LittleLeague-Red .readmore a.link, .LittleLeague-Red .readmore a.link:link, .LittleLeague-Red .readmore a.link:visited {
  color: #fff;
  background-color: #d41b21;
}

.LittleLeague-Red .readmore a.link:hover {
  background-color: #7a0f13;
}

.LittleLeague-Red .skSponsor .prev,
.LittleLeague-Red .skSponsor .next {
  background-color: #ed1e26;
}

.LittleLeague-Red .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Red .slider1600584 .pager a:hover span, .LittleLeague-Red .slider1600584 .pager a.selected span {
  background: #d41b21;
}

.LittleLeague-Red .skSlider a.llPVLinks, .LittleLeague-Red .skSlider a.llPVLinks:link, .LittleLeague-Red .skSlider a.llNTLinks, .LittleLeague-Red .skSlider a.llNTLinks:link {
  background-image: url("images/red-carousel-nav.png");
}

.LittleLeague-Red a.tweet_screen_name,
.LittleLeague-Red a.tweet_screen_name:link,
.LittleLeague-Red a.tweet_screen_name:visited {
  color: #4f060a;
}

.LittleLeague-Red ul.skTabs > li a:hover, .LittleLeague-Red ul.skTabs > li a:focus, .LittleLeague-Red ul.skTabs > li a:active {
  background-color: #d41b21;
  color: #fff;
}

.LittleLeague-Red li.item.ui-state-active a.link,
.LittleLeague-Red li.item.ui-state-active a.link:link,
.LittleLeague-Red li.item.ui-state-active a.link:visited {
  background-color: #d41b21;
  color: #fff;
}

.LittleLeague-Red li.item.ui-state-active a.link:before {
  border-top: 10px solid #d41b21;
}

.LittleLeague-Red a.event-link:hover .event-calendar,
.LittleLeague-Red a.event-link :focus .event-calendar,
.LittleLeague-Red a.event-link :active .event-calendar {
  background-color: #d41b21;
}

.LittleLeague-Red h2.event-head {
  color: #4f060a;
}

.LittleLeague-Red a.annoucement-link,
.LittleLeague-Red a.annoucement-link:link,
.LittleLeague-Red a.annoucement-link:visited {
  background: transparent url(images/news-red-arrow.png) no-repeat right center;
}

.LittleLeague-Red .skNews .detail a.link,
.LittleLeague-Red .skNews .detail a.link:link,
.LittleLeague-Red .skNews .detail a.link:visited {
  color: #4f060a;
}

.LittleLeague-Red ul.stLink a.link:hover,
.LittleLeague-Red ul.stLink a.link :focus,
.LittleLeague-Red ul.stLink a.link :active {
  color: #ff2e36;
}

.LittleLeague-Red .skFooter .left .content a,
.LittleLeague-Red .skFooter .left .content a:link,
.LittleLeague-Red .skFooter .left .content a:visited {
  color: #ff2e36;
}

.LittleLeague-Red .skFooter .left .content a:hover,
.LittleLeague-Red .skFooter .left .content a :focus,
.LittleLeague-Red .skFooter .left .content a :active,
.LittleLeague-Red .skFooter .left .content a:link:hover,
.LittleLeague-Red .skFooter .left .content a:link :focus,
.LittleLeague-Red .skFooter .left .content a:link :active,
.LittleLeague-Red .skFooter .left .content a:visited:hover,
.LittleLeague-Red .skFooter .left .content a:visited :focus,
.LittleLeague-Red .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Red .skInfo {
  background-color: #d41b21;
}

.LittleLeague-Red .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Red .Topbar-links li a,
.LittleLeague-Red .Topbar-links li a:link,
.LittleLeague-Red .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Red .Topbar-links li a:hover, .LittleLeague-Red .Topbar-links li a:focus, .LittleLeague-Red .Topbar-links li a:active,
.LittleLeague-Red .Topbar-links li a:link:hover,
.LittleLeague-Red .Topbar-links li a:link:focus,
.LittleLeague-Red .Topbar-links li a:link:active,
.LittleLeague-Red .Topbar-links li a:visited:hover,
.LittleLeague-Red .Topbar-links li a:visited:focus,
.LittleLeague-Red .Topbar-links li a:visited:active {
  color: #47060a;
}

.LittleLeague-Red .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Red .skInfo a.hidden-link:hover, .LittleLeague-Red .skInfo a.hidden-link:focus, .LittleLeague-Red .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Red .event-time,
.LittleLeague-Red .skNews .date,
.LittleLeague-Red .tweet_time,
.LittleLeague-Red a.annoucement-link,
.LittleLeague-Red a.annoucement-link:link,
.LittleLeague-Red a.annoucement-link:visited {
  color: #d41b21;
}

.LittleLeague-Silver {
  /*inner page link color*/
}

.LittleLeague-Silver .AlertText a,
.LittleLeague-Silver .AlertText a:link,
.LittleLeague-Silver .AlertText a:visited {
  color: #a5a4a4;
}

.LittleLeague-Silver .TeamPage_newsHolder a, .LittleLeague-Silver .TeamPage_newsHolder a:link, .LittleLeague-Silver .TeamPage_newsHolder a:visited,
.LittleLeague-Silver .TeamPage_gridColumn a,
.LittleLeague-Silver .TeamPage_gridColumn a:link,
.LittleLeague-Silver .TeamPage_gridColumn a:visited,
.LittleLeague-Silver .skWrapper .ModLinksC a,
.LittleLeague-Silver .skWrapper .ModLinksC a:link,
.LittleLeague-Silver .skWrapper .ModLinksC a:visited,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a:visited {
  color: #a5a4a4;
}

.LittleLeague-Silver .TeamPage_newsHolder a:hover, .LittleLeague-Silver .TeamPage_newsHolder a:focus, .LittleLeague-Silver .TeamPage_newsHolder a:active,
.LittleLeague-Silver .TeamPage_gridColumn a:hover,
.LittleLeague-Silver .TeamPage_gridColumn a:focus,
.LittleLeague-Silver .TeamPage_gridColumn a:active,
.LittleLeague-Silver .skWrapper .ModLinksC a:hover,
.LittleLeague-Silver .skWrapper .ModLinksC a:focus,
.LittleLeague-Silver .skWrapper .ModLinksC a:active,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Silver .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Silver a {
  color: #999999;
}

.LittleLeague-Silver a:hover, .LittleLeague-Silver a:focus, .LittleLeague-Silver a:active {
  color: #222;
}

.LittleLeague-Silver #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Silver #dnnStandardMenu .root .txt:hover {
  border-color: #999999;
}

.LittleLeague-Silver #dnnStandardMenu .root .m0 {
  background: #999999;
}

.LittleLeague-Silver #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Silver #dnnStandardMenu .root.sel {
  border-color: #999999;
}

.LittleLeague-Silver #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #999999;
}

.LittleLeague-Silver #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #999999;
}

.LittleLeague-Silver a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Silver a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Silver a.sWebTheme_ActionsLinks:active span {
  background-color: #999999;
}

.LittleLeague-Silver a.expandedSettings:hover, .LittleLeague-Silver a.expandedSettings:focus, .LittleLeague-Silver a.expandedSettings:active {
  background-color: #999999;
}

.LittleLeague-Silver .skInfo a.hidden-link,
.LittleLeague-Silver .skInfo a.hidden-link:link,
.LittleLeague-Silver .skInfo a.hidden-link:visited {
  color: #999999;
}

.LittleLeague-Silver .skArea {
  background: #222222 url("images/silver-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Silver .SkAddBanner {
  background-color: #2b2b2b;
}

.LittleLeague-Silver .skTopbar {
  background-color: #999999;
}

.LittleLeague-Silver .login-link {
  color: #545454;
}

.LittleLeague-Silver .readmore a.link, .LittleLeague-Silver .readmore a.link:link, .LittleLeague-Silver .readmore a.link:visited {
  color: #fff;
  background-color: #999999;
}

.LittleLeague-Silver .readmore a.link:hover {
  background-color: #666666;
}

.LittleLeague-Silver .skSponsor .prev,
.LittleLeague-Silver .skSponsor .next {
  background-color: #999999;
}

.LittleLeague-Silver .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Silver .slider1600584 .pager a:hover span, .LittleLeague-Silver .slider1600584 .pager a.selected span {
  background: #999999;
}

.LittleLeague-Silver .skSlider a.llPVLinks, .LittleLeague-Silver .skSlider a.llPVLinks:link, .LittleLeague-Silver .skSlider a.llNTLinks, .LittleLeague-Silver .skSlider a.llNTLinks:link {
  background-image: url("images/silver-carousel-nav.png");
}

.LittleLeague-Silver a.tweet_screen_name,
.LittleLeague-Silver a.tweet_screen_name:link,
.LittleLeague-Silver a.tweet_screen_name:visited {
  color: #252525;
}

.LittleLeague-Silver ul.skTabs > li a:hover, .LittleLeague-Silver ul.skTabs > li a:focus, .LittleLeague-Silver ul.skTabs > li a:active {
  background-color: #999999;
  color: #fff;
}

.LittleLeague-Silver li.item.ui-state-active a.link,
.LittleLeague-Silver li.item.ui-state-active a.link:link,
.LittleLeague-Silver li.item.ui-state-active a.link:visited {
  background-color: #999999;
  color: #fff;
}

.LittleLeague-Silver li.item.ui-state-active a.link:before {
  border-top: 10px solid #999999;
}

.LittleLeague-Silver a.event-link:hover .event-calendar,
.LittleLeague-Silver a.event-link :focus .event-calendar,
.LittleLeague-Silver a.event-link :active .event-calendar {
  background-color: #999999;
}

.LittleLeague-Silver h2.event-head {
  color: #252525;
}

.LittleLeague-Silver a.annoucement-link,
.LittleLeague-Silver a.annoucement-link:link,
.LittleLeague-Silver a.annoucement-link:visited {
  background: transparent url(images/news-silver-arrow.png) no-repeat right center;
}

.LittleLeague-Silver .skNews .detail a.link,
.LittleLeague-Silver .skNews .detail a.link:link,
.LittleLeague-Silver .skNews .detail a.link:visited {
  color: #252525;
}

.LittleLeague-Silver ul.stLink a.link:hover,
.LittleLeague-Silver ul.stLink a.link :focus,
.LittleLeague-Silver ul.stLink a.link :active {
  color: #999999;
}

.LittleLeague-Silver .skFooter .left .content a,
.LittleLeague-Silver .skFooter .left .content a:link,
.LittleLeague-Silver .skFooter .left .content a:visited {
  color: #999999;
}

.LittleLeague-Silver .skFooter .left .content a:hover,
.LittleLeague-Silver .skFooter .left .content a :focus,
.LittleLeague-Silver .skFooter .left .content a :active,
.LittleLeague-Silver .skFooter .left .content a:link:hover,
.LittleLeague-Silver .skFooter .left .content a:link :focus,
.LittleLeague-Silver .skFooter .left .content a:link :active,
.LittleLeague-Silver .skFooter .left .content a:visited:hover,
.LittleLeague-Silver .skFooter .left .content a:visited :focus,
.LittleLeague-Silver .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Silver .skInfo {
  background-color: #999999;
}

.LittleLeague-Silver .skInfo .SkinObject {
  color: #fff;
}

.LittleLeague-Silver .Topbar-links li a,
.LittleLeague-Silver .Topbar-links li a:link,
.LittleLeague-Silver .Topbar-links li a:visited {
  color: #fff;
}

.LittleLeague-Silver .Topbar-links li a:hover, .LittleLeague-Silver .Topbar-links li a:focus, .LittleLeague-Silver .Topbar-links li a:active,
.LittleLeague-Silver .Topbar-links li a:link:hover,
.LittleLeague-Silver .Topbar-links li a:link:focus,
.LittleLeague-Silver .Topbar-links li a:link:active,
.LittleLeague-Silver .Topbar-links li a:visited:hover,
.LittleLeague-Silver .Topbar-links li a:visited:focus,
.LittleLeague-Silver .Topbar-links li a:visited:active {
  color: #2b2b2b;
}

.LittleLeague-Silver .Topbar-links li:after {
  background: #fff;
}

.LittleLeague-Silver .skInfo a.hidden-link:hover, .LittleLeague-Silver .skInfo a.hidden-link:focus, .LittleLeague-Silver .skInfo a.hidden-link:active {
  color: #fff;
}

.LittleLeague-Silver .event-time,
.LittleLeague-Silver .skNews .date,
.LittleLeague-Silver .tweet_time,
.LittleLeague-Silver a.annoucement-link,
.LittleLeague-Silver a.annoucement-link:link,
.LittleLeague-Silver a.annoucement-link:visited {
  color: #999999;
}

.LittleLeague-Yellow {
  /*inner page link color*/
}

.LittleLeague-Yellow .AlertText a,
.LittleLeague-Yellow .AlertText a:link,
.LittleLeague-Yellow .AlertText a:visited {
  color: #feb800;
}

.LittleLeague-Yellow .TeamPage_newsHolder a, .LittleLeague-Yellow .TeamPage_newsHolder a:link, .LittleLeague-Yellow .TeamPage_newsHolder a:visited,
.LittleLeague-Yellow .TeamPage_gridColumn a,
.LittleLeague-Yellow .TeamPage_gridColumn a:link,
.LittleLeague-Yellow .TeamPage_gridColumn a:visited,
.LittleLeague-Yellow .skWrapper .ModLinksC a,
.LittleLeague-Yellow .skWrapper .ModLinksC a:link,
.LittleLeague-Yellow .skWrapper .ModLinksC a:visited,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a:link,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a:visited {
  color: #feb800;
}

.LittleLeague-Yellow .TeamPage_newsHolder a:hover, .LittleLeague-Yellow .TeamPage_newsHolder a:focus, .LittleLeague-Yellow .TeamPage_newsHolder a:active,
.LittleLeague-Yellow .TeamPage_gridColumn a:hover,
.LittleLeague-Yellow .TeamPage_gridColumn a:focus,
.LittleLeague-Yellow .TeamPage_gridColumn a:active,
.LittleLeague-Yellow .skWrapper .ModLinksC a:hover,
.LittleLeague-Yellow .skWrapper .ModLinksC a:focus,
.LittleLeague-Yellow .skWrapper .ModLinksC a:active,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a:hover,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a:focus,
.LittleLeague-Yellow .skWrapper .ModDNNHTMLC a:active {
  color: #222;
}

.LittleLeague-Yellow a {
  color: #feb800;
}

.LittleLeague-Yellow a:hover, .LittleLeague-Yellow a:focus, .LittleLeague-Yellow a:active {
  color: #222;
}

.LittleLeague-Yellow #dnnStandardMenu .root .txt {
  border-color: transparent;
}

.LittleLeague-Yellow #dnnStandardMenu .root .txt:hover {
  border-color: #feb800;
}

.LittleLeague-Yellow #dnnStandardMenu .root .m0 {
  background: #feb800;
}

.LittleLeague-Yellow #dnnStandardMenu .root .mi2 {
  color: #262626;
}

.LittleLeague-Yellow #dnnStandardMenu .root.sel {
  border-color: #feb800;
}

.LittleLeague-Yellow #dnnStandardMenu .root.sel .txt {
  color: #fff;
  background: #feb800;
}

.LittleLeague-Yellow #dnnStandardMenu .root.exp .txt {
  color: #fff;
  background: #feb800;
}

.LittleLeague-Yellow a.sWebTheme_ActionsLinks:hover span, .LittleLeague-Yellow a.sWebTheme_ActionsLinks:focus span, .LittleLeague-Yellow a.sWebTheme_ActionsLinks:active span {
  background-color: #feb800;
}

.LittleLeague-Yellow a.expandedSettings:hover, .LittleLeague-Yellow a.expandedSettings:focus, .LittleLeague-Yellow a.expandedSettings:active {
  background-color: #feb800;
}

.LittleLeague-Yellow .skInfo a.hidden-link,
.LittleLeague-Yellow .skInfo a.hidden-link:link,
.LittleLeague-Yellow .skInfo a.hidden-link:visited {
  color: #feb800;
}

.LittleLeague-Yellow .skArea {
  background: #222222 url("images/silver-sk-bg.jpg") no-repeat top center;
}

.LittleLeague-Yellow .SkAddBanner {
  background-color: #363636;
}

.LittleLeague-Yellow .skTopbar {
  background-color: #feb800;
}

.LittleLeague-Yellow .login-link {
  color: #3d3d3d;
}

.LittleLeague-Yellow .readmore a.link, .LittleLeague-Yellow .readmore a.link:link, .LittleLeague-Yellow .readmore a.link:visited {
  color: #fff;
  background-color: #feb800;
}

.LittleLeague-Yellow .readmore a.link:hover {
  background-color: #986e00;
}

.LittleLeague-Yellow .skSponsor .prev,
.LittleLeague-Yellow .skSponsor .next {
  background-color: #feb800;
}

.LittleLeague-Yellow .skSponsor .sponsor {
  background-color: #fff;
}

.LittleLeague-Yellow .slider1600584 .pager a:hover span, .LittleLeague-Yellow .slider1600584 .pager a.selected span {
  background: #feb800;
}

.LittleLeague-Yellow .skSlider a.llPVLinks, .LittleLeague-Yellow .skSlider a.llPVLinks:link, .LittleLeague-Yellow .skSlider a.llNTLinks, .LittleLeague-Yellow .skSlider a.llNTLinks:link {
  background-image: url("images/yellow-carousel-nav.png");
}

.LittleLeague-Yellow a.tweet_screen_name,
.LittleLeague-Yellow a.tweet_screen_name:link,
.LittleLeague-Yellow a.tweet_screen_name:visited {
  color: #252525;
}

.LittleLeague-Yellow ul.skTabs > li a:hover, .LittleLeague-Yellow ul.skTabs > li a:focus, .LittleLeague-Yellow ul.skTabs > li a:active {
  background-color: #feb800;
  color: #fff;
}

.LittleLeague-Yellow li.item.ui-state-active a.link,
.LittleLeague-Yellow li.item.ui-state-active a.link:link,
.LittleLeague-Yellow li.item.ui-state-active a.link:visited {
  background-color: #feb800;
  color: #fff;
}

.LittleLeague-Yellow li.item.ui-state-active a.link:before {
  border-top: 10px solid #feb800;
}

.LittleLeague-Yellow a.event-link:hover .event-calendar,
.LittleLeague-Yellow a.event-link :focus .event-calendar,
.LittleLeague-Yellow a.event-link :active .event-calendar {
  background-color: #feb800;
}

.LittleLeague-Yellow h2.event-head {
  color: #252525;
}

.LittleLeague-Yellow a.annoucement-link,
.LittleLeague-Yellow a.annoucement-link:link,
.LittleLeague-Yellow a.annoucement-link:visited {
  background: transparent url(images/news-yellow-arrow.png) no-repeat right center;
}

.LittleLeague-Yellow .skNews .detail a.link,
.LittleLeague-Yellow .skNews .detail a.link:link,
.LittleLeague-Yellow .skNews .detail a.link:visited {
  color: #252525;
}

.LittleLeague-Yellow ul.stLink a.link:hover,
.LittleLeague-Yellow ul.stLink a.link :focus,
.LittleLeague-Yellow ul.stLink a.link :active {
  color: #ffc324;
}

.LittleLeague-Yellow .skFooter .left .content a,
.LittleLeague-Yellow .skFooter .left .content a:link,
.LittleLeague-Yellow .skFooter .left .content a:visited {
  color: #ffc324;
}

.LittleLeague-Yellow .skFooter .left .content a:hover,
.LittleLeague-Yellow .skFooter .left .content a :focus,
.LittleLeague-Yellow .skFooter .left .content a :active,
.LittleLeague-Yellow .skFooter .left .content a:link:hover,
.LittleLeague-Yellow .skFooter .left .content a:link :focus,
.LittleLeague-Yellow .skFooter .left .content a:link :active,
.LittleLeague-Yellow .skFooter .left .content a:visited:hover,
.LittleLeague-Yellow .skFooter .left .content a:visited :focus,
.LittleLeague-Yellow .skFooter .left .content a:visited :active {
  color: #fff;
}

.LittleLeague-Yellow .skInfo {
  background-color: #feb800;
}

.LittleLeague-Yellow .skInfo .SkinObject {
  color: #363636;
}

.LittleLeague-Yellow .Topbar-links li a,
.LittleLeague-Yellow .Topbar-links li a:link,
.LittleLeague-Yellow .Topbar-links li a:visited {
  color: #363636;
}

.LittleLeague-Yellow .Topbar-links li a:hover, .LittleLeague-Yellow .Topbar-links li a:focus, .LittleLeague-Yellow .Topbar-links li a:active,
.LittleLeague-Yellow .Topbar-links li a:link:hover,
.LittleLeague-Yellow .Topbar-links li a:link:focus,
.LittleLeague-Yellow .Topbar-links li a:link:active,
.LittleLeague-Yellow .Topbar-links li a:visited:hover,
.LittleLeague-Yellow .Topbar-links li a:visited:focus,
.LittleLeague-Yellow .Topbar-links li a:visited:active {
  color: #fff;
}

.LittleLeague-Yellow .Topbar-links li:after {
  background: #363636;
}

.LittleLeague-Yellow .skInfo a.hidden-link:hover, .LittleLeague-Yellow .skInfo a.hidden-link:focus, .LittleLeague-Yellow .skInfo a.hidden-link:active {
  color: #363636;
}

.LittleLeague-Yellow .event-time,
.LittleLeague-Yellow .skNews .date,
.LittleLeague-Yellow .tweet_time,
.LittleLeague-Yellow a.annoucement-link,
.LittleLeague-Yellow a.annoucement-link:link,
.LittleLeague-Yellow a.annoucement-link:visited {
  color: #d59b00;
}

@media screen and (max-width: 1024px) {
  .skWidth {
    display: block;
    width: 96%;
  }
  .skHeader .skWidth {
    display: table;
    width: 96%;
  }
  img {
    max-width: 100%;
  }
  .skWrapper {
    padding: 30px 0 0 0;
  }
  .skArea {
    overflow: hidden;
  }
  .skLeft-Tabs,
  .skRight-Tabs {
    float: none;
    width: auto;
    height: auto;
  }
  .skNews .detail {
    padding: 15px 0 15px 220px;
  }
  .skLatestnews .detail {
    padding: 0;
  }
  .skSponsor .sponsor {
    padding: 27px;
  }
  .skRight-Tabs {
    margin-top: 15px;
  }
  .skRight-Tabs .skBanner img {
    display: block;
    margin: 8px auto 0;
  }
  .skFooter .right,
  .skFooter .middle,
  .skFooter .left {
    width: 33.3%;
  }
  .FooterWp {
    width: 100%;
  }
  #Body.Inner-Skin .LeftPane {
    width: 71%;
    display: block;
    float: left;
  }
  #Body.Inner-Skin .RightPane {
    width: 27%;
    display: block;
    float: right;
  }
  #Body.Inner-Skin .DNNModuleContent {
    overflow: initial;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 860px) {
  #Body.Inner-Skin .LeftPane,
  #Body.Inner-Skin .RightPane {
    width: 100%;
    display: block;
  }
  #Body.Inner-Skin .RightPane {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .skWidth {
    width: auto;
    padding: 0 18px;
  }
  .skHeader .skWidth {
    display: block;
    width: auto;
  }
  .skMobTopbar .skAction {
    float: left;
    padding: 6px 0;
  }
  .logo {
    display: block;
    width: auto;
    text-align: center;
    padding: 8px 0 10px;
  }
  .logo a {
    margin: auto;
    display: inline-block;
  }
  .skHeader {
    padding-bottom: 15px;
  }
  .skHeader .skAction {
    padding: 0;
    margin: 0 auto;
    padding: 0px 0;
    display: block;
    width: auto;
  }
  .skHeader h1.head {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 21px;
  }
  .skHeader .skSocial {
    display: table;
    margin: auto;
    float: none;
  }
  .skHeader .skSocial a.link,
  .skHeader .skSocial a.link:link,
  .skHeader .skSocial a.link:visited {
    margin: 0 25px;
  }
  .skHeader .skSocial a.link:first-child {
    margin-left: 0;
  }
  .SkAddBanner {
    padding: 13px;
  }
  .SkAddBanner .skWidth {
    padding: 0;
  }
  .SkAddBanner .SkheadBanner {
    width: auto;
    height: auto;
  }
  .SkAddBanner .SkheadBanner iframe {
    width: 100%;
  }
  .no-desktop {
    display: block;
  }
  .no-mobile,
  .imgwrp,
  .skTabsCnt.clear:after {
    display: none;
  }
  .skRight-Tabs {
    margin-top: 0px;
  }
  .skcontentWp {
    padding: 0;
    box-shadow: none;
  }
  .skcontentbg,
  .skgreyBg {
    background-color: transparent;
  }
  .skWrapper,
  .skNews .detail {
    padding: 0;
  }
  .skNews li.item {
    display: none;
  }
  .skNews li.item:nth-child(-n+4) {
    display: block;
  }
  .skSponsor .sponsor {
    box-shadow: none;
    background-color: #fff;
    margin-top: 23px;
  }
  .skSponsor .prev,
  .skSponsor .next {
    box-shadow: none;
  }
  .cntWrapper {
    background-color: #fff;
    padding: 8px;
  }
  .cntWhitebg {
    margin-bottom: 10px;
  }
  .skInfo .right,
  .skInfo .left {
    float: none;
    text-align: center;
  }
  .skInfo .left,
  .skInfo .Topbar-links li {
    margin-bottom: 12px;
  }
  .skInfo .Topbar-links {
    float: none;
    margin-top: 7px;
    text-align: center;
  }
  .skMobTopbar .float-left,
  .skMobTopbar .skMobNav {
    width: 20%;
  }
  .skMobTopbar .skAction {
    width: 60%;
    text-align: center;
  }
  .skMobTopbar .skAction li.skLogin {
    text-align: center;
  }
  .skNews .summary {
    width: 90%;
  }
  .skNews .detail {
    position: relative;
  }
  .skFooter {
    padding: 0 0 30px;
  }
  .skFooter .left,
  .skFooter .middle,
  .skFooter .right {
    float: none;
    margin: 33px auto 0;
    text-align: center;
  }
  .skSlider {
    margin: auto -18px;
  }
  .skSlider a.llPVLinks,
  .skSlider a.llNTLinks {
    display: none !important;
  }
  .newsTitle h1.title {
    color: #fff;
    background-color: transparent;
    line-height: 25px;
  }
  .slider1600584 .title {
    line-height: 20px;
  }
  .slider1600584 .shadow {
    display: none;
  }
  .slider1600584 .pager {
    position: relative;
    bottom: 0;
  }
  .slider1600584 .pager span {
    border-radius: 0;
    display: block;
    height: 9px;
    width: 100%;
  }
  .slider1600584 .pager a, .slider1600584 .pager a:link, .slider1600584 .pager a:visited {
    border-width: 2px;
    border-radius: 0;
    height: 12px;
    margin: 0 1% 0 0;
    width: 19.2%;
    float: left;
  }
  .slider1600584 .pager a:not(.selected):hover span {
    background: #fff !important;
  }
  .slider1600584 .pager a:last-child {
    margin: 0;
  }
  .slider1600584 .image {
    height: 38%;
  }
  .slider1600584 .caption {
    padding: 21px 0;
    position: relative;
    bottom: 0;
  }
  .skTabsCnt,
  .skRight-Tabs .skTabsCnt {
    background-color: #e6e6e6;
    padding: 0;
  }
  a.annoucement-link {
    background: transparent url("images/next-arrow.png") no-repeat scroll right center !important;
    color: #f57921;
    height: 36px;
    margin: -15px 0 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 50%;
    width: 16px;
    padding: 0;
  }
  .cntWhitebg {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .cntWhitebg > a.link,
  .cntWhitebg > a.link:link,
  .cntWhitebg > a.link:visited {
    display: block;
    background-color: #fff;
    color: #7b7b7b;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .cntWhitebg > a.link.ui-state-active:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
  }
  .readmore {
    display: none;
  }
  .readmore.mobReadMore {
    display: block;
  }
  .readmore a.link,
  .readmore a.link:link,
  .readmore a.link:visited {
    font-size: 15px;
  }
  .skFooter .right,
  .skFooter .middle,
  .skFooter .left {
    width: 100%;
  }
  #Body.Inner-Skin .skcontentbg {
    background-color: #fff;
  }
  #Body.Inner-Skin .skcontentWp {
    padding: 13px;
  }
  #Body.Inner-Skin .LeftPane {
    width: 100%;
    display: block;
    overflow: auto;
  }
  #Body.Inner-Skin .RightPane {
    width: 100%;
    display: block;
    overflow: auto;
  }
  #Body.Inner-Skin .ContentPane {
    overflow: auto;
  }
  /* LittleLeague-Blue Scheme CSS */
  /********************************************************************/
  .LittleLeague-Blue .skMobTopbar {
    background-color: #2934b4;
    padding: 5px 0;
  }
  .LittleLeague-Blue .slider1600584 .caption {
    background-color: #061845;
  }
  .LittleLeague-Blue .cntWhitebg a.link.ui-state-active {
    background-color: #2934b4;
    color: #fff;
  }
  .LittleLeague-Blue .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #2934b4;
  }
  .LittleLeague-Blue #mobNav .wrapper {
    border-bottom: 1px solid #2934b4;
  }
  .LittleLeague-Blue #mobNav .child {
    background: #2934b4;
  }
  .LittleLeague-Blue #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Blue #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Blue #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Blue #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #2934b4;
  }
  /* LittleLeague-Green Scheme CSS */
  /********************************************************************/
  .LittleLeague-Green .skMobTopbar {
    background-color: #00974d;
    padding: 5px 0;
  }
  .LittleLeague-Green .slider1600584 .caption {
    background-color: #013123;
  }
  .LittleLeague-Green .cntWhitebg a.link.ui-state-active {
    background-color: #00974d;
    color: #fff;
  }
  .LittleLeague-Green .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #00974d;
  }
  .LittleLeague-Green #mobNav .wrapper {
    border-bottom: 1px solid #00974d;
  }
  .LittleLeague-Green #mobNav .child {
    background: #00974d;
  }
  .LittleLeague-Green #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Green #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Green #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Green #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #00974d;
  }
  /* LittleLeague-Orange Scheme CSS */
  /********************************************************************/
  .LittleLeague-Orange .skMobTopbar {
    background-color: #f57921;
    padding: 5px 0;
  }
  .LittleLeague-Orange .slider1600584 .caption {
    background-color: #ac2801;
  }
  .LittleLeague-Orange .cntWhitebg a.link.ui-state-active {
    background-color: #f57921;
    color: #fff;
  }
  .LittleLeague-Orange .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #f57921;
  }
  .LittleLeague-Orange #mobNav .wrapper {
    border-bottom: 1px solid #f57921;
  }
  .LittleLeague-Orange #mobNav .child {
    background: #f57921;
  }
  .LittleLeague-Orange #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Orange #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Orange #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Orange #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #f57921;
  }
  /* LittleLeague-Purple Scheme CSS */
  /********************************************************************/
  .LittleLeague-Purple .skMobTopbar {
    background-color: #594099;
    padding: 5px 0;
  }
  .LittleLeague-Purple .slider1600584 .caption {
    background-color: #240644;
  }
  .LittleLeague-Purple .cntWhitebg a.link.ui-state-active {
    background-color: #594099;
    color: #fff;
  }
  .LittleLeague-Purple .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #594099;
  }
  .LittleLeague-Purple #mobNav .wrapper {
    border-bottom: 1px solid #594099;
  }
  .LittleLeague-Purple #mobNav .child {
    background: #594099;
  }
  .LittleLeague-Purple #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Purple #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Purple #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Purple #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #594099;
  }
  /* LittleLeague-Red Scheme CSS */
  /********************************************************************/
  .LittleLeague-Red .skMobTopbar {
    background-color: #d41b21;
    padding: 5px 0;
  }
  .LittleLeague-Red .slider1600584 .caption {
    background-color: #47060a;
  }
  .LittleLeague-Red .cntWhitebg a.link.ui-state-active {
    background-color: #d41b21;
    color: #fff;
  }
  .LittleLeague-Red .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #d41b21;
  }
  .LittleLeague-Red #mobNav .wrapper {
    border-bottom: 1px solid #d41b21;
  }
  .LittleLeague-Red #mobNav .child {
    background: #d41b21;
  }
  .LittleLeague-Red #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Red #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Red #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Red #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #d41b21;
  }
  /* LittleLeague-Silver Scheme CSS */
  /********************************************************************/
  .LittleLeague-Silver .skMobTopbar {
    background-color: #999999;
    padding: 5px 0;
  }
  .LittleLeague-Silver .slider1600584 .caption {
    background-color: #2b2b2b;
  }
  .LittleLeague-Silver .cntWhitebg a.link.ui-state-active {
    background-color: #999999;
    color: #fff;
  }
  .LittleLeague-Silver .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #999999;
  }
  .LittleLeague-Silver #mobNav .wrapper {
    border-bottom: 1px solid #999999;
  }
  .LittleLeague-Silver #mobNav .child {
    background: #999999;
  }
  .LittleLeague-Silver #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Silver #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Silver #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Silver #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #999999;
  }
  /* LittleLeague-Yellow Scheme CSS */
  /********************************************************************/
  .LittleLeague-Yellow .skMobTopbar {
    background-color: #feb800;
    padding: 5px 0;
  }
  .LittleLeague-Yellow .slider1600584 .caption {
    background-color: #363636;
  }
  .LittleLeague-Yellow .cntWhitebg a.link.ui-state-active {
    background-color: #feb800;
    color: #fff;
  }
  .LittleLeague-Yellow .cntWhitebg a.link.ui-state-active:before {
    border-top: 10px solid #feb800;
  }
  .LittleLeague-Yellow #mobNav .wrapper {
    border-bottom: 1px solid #feb800;
  }
  .LittleLeague-Yellow #mobNav .child {
    background: #feb800;
  }
  .LittleLeague-Yellow #mobNav .child .wrapper {
    border-bottom: 1px solid #05153c;
  }
  .LittleLeague-Yellow #mobNav .child .selected > .wrapper {
    background: #05153c;
  }
  .LittleLeague-Yellow #mobNav .child .active + .child {
    background: #05153c;
  }
  .LittleLeague-Yellow #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #feb800;
  }
  #skMobNavBtn {
    display: block;
  }
  #mobNav {
    background: #fff;
    display: none;
  }
  #mobNav ul {
    margin: 0;
    padding: 0;
  }
  #mobNav li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #mobNav .wrapper {
    padding: 8px 22px;
    border-bottom: 1px solid #a0bbff;
    position: relative;
  }
  #mobNav .expand .fa {
    color: #7b7b7b;
  }
  #mobNav .expand .fa-minus {
    display: none;
  }
  #mobNav .expanded .fa-plus {
    display: none;
  }
  #mobNav .expanded .fa-minus {
    display: inline-block;
  }
  #mobNav .root .link,
  #mobNav .root a.link,
  #mobNav .root a.link:link,
  #mobNav .root a.link:visited {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #7b7b7b;
    text-transform: uppercase;
    font-weight: 700;
  }
  #mobNav .child {
    background: #da2128;
    display: none;
  }
  #mobNav .child .wrapper {
    padding: 8px 36px;
    border-bottom: 1px solid #a4171c;
  }
  #mobNav .child .expand .fa {
    color: #fff;
  }
  #mobNav .child .selected > .wrapper {
    background: #a4171c;
  }
  #mobNav .child .active + .child {
    background: #a4171c;
  }
  #mobNav .child .active + .child .wrapper {
    border-bottom: 1px solid #da2128;
  }
  #mobNav .child .link,
  #mobNav .child a.link,
  #mobNav .child a.link:link,
  #mobNav .child a.link:visited {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
  }
  .skSocialTab {
    display: none;
  }
  .ui-state-active .skSocialMobTab {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 10px 0 0;
  }
  .skSocialIcn {
    margin: 13px 15px;
  }
  .skTabsCnt.skSocialWrapper {
    max-height: inherit;
  }
  #csSocial.skTabsCnt.skSocialWrapper {
    height: 418px !important;
  }
  .skSocialTabLink.skTwitter {
    height: 347px;
    overflow: auto;
    padding: 0 20px;
    margin-top: 0;
  }
  .skSocialTabLink.skFBWrapper {
    height: 412px;
    overflow: hidden;
    margin-top: 0;
  }
  .skLeft-Tabs .skTbCntInner.skNewsTab,
  .skLeft-Tabs .skTbCntInner {
    height: 347px;
  }
  .skSocialIcn svg {
    fill: #cfcfcf;
  }
  .skSocialIcn.active svg {
    fill: #fff;
  }
}

@media screen and (max-width: 680px) {
  .slider1600584 .pager span {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .skMobTopbar .skAction {
    width: 80%;
  }
  .skMobTopbar .float-left,
  #skMobNavBtn {
    width: 10%;
  }
  a.login-link,
  a.login-link:link,
  a.login-link:visited {
    margin-left: 0;
  }
  .skMobTopbar .float-left img {
    max-width: 44px;
  }
}

@media screen and (max-width: 363px) {
  .skHeader h1.head {
    width: 100%;
    font-size: 34px;
  }
  a.login-link,
  a.login-link:link,
  a.login-link:visited {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  li.skLogin a:first-child {
    margin-left: 13px;
  }
}
