/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Selene															*/
/* Created: 10 April 2017 by Anita									*/
/* Updated: 22 May 2017 by Krunal									*/
/* Updated: 15 Jan 2018 by Sampath Bingi							*/
/* Updated: 29 Aug 2019	by Rimpal Prajapati							*/
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/* Comman 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, 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;
}

form {
  height: 100%;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

html, body {
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  background: #fff;
  color: #222;
  line-height: 18px;
  font-weight: normal;
}

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 18px 0;
}

p {
  padding: 0 0 18px 0;
}

ul, ol {
  padding: 0 0 18px 0;
  margin: 0 0 0 24px;
}

sup {
  vertical-align: top;
  font-size: 8px;
}

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton,
a.CommandButton:link,
a.CommandButton:visited,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  text-decoration: underline;
}

.paneOutline {
  outline: 1px dotted #000;
  border: none;
}

.paneOutline center {
  text-align: center;
}

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane {
  font-size: 0px;
  line-height: 0px;
  display: none;
}

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  height: 22px;
  padding: 2px 8px;
  margin: 2px 0px;
}

textarea.NormalTextBox, select.NormalTextBox {
  height: auto;
}

#Body .display-table {
  display: table;
}

/* Button CSS */
/********************************************************************/
.StandardButton {
  display: inline-block;
  border: none;
  text-decoration: none;
  margin: 12px 0;
  padding: 8px 12px;
}

/* Float CSS */
/********************************************************************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear-both {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

/* 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;
}

/* 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;
}

/* Variables*/
/* Comman CSS */
/********************************************************************/
html,
body {
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 8px;
}

ul li {
  list-style-type: disc;
}

.Normal,
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.Normal,
.NormalDisabled {
  color: #000;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #fff;
  transition: 0.3s;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #ebeaea;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.skWrapper a:hover, .skWrapper a:focus, .skWrapper a:active {
  color: #000;
}

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  background: #f6f6f6;
  border: 1px solid #616161;
  padding: 2px 8px;
  margin: 2px 0;
  color: #222;
  transition: 0.3s;
}

input.NormalTextBox:focus,
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover {
  border-color: #222;
}

.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:hover span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:focus span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:active span {
  background-color: #154fa3;
  color: #fff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #154fa3;
  color: #fff;
}

textarea.NormalTextBox,
select.NormalTextBox {
  height: auto;
}

.skLeft {
  float: left;
}

.skRight {
  float: right;
}

.skClear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

#Body .skinStatus {
  bottom: 53px;
}

#Body .TeamPage_newsHolder {
  margin-bottom: 0;
}

#Body .skInnerArea .bsbSkin {
  background-color: transparent !important;
}

#Body .skInnerArea .bsbSkin .container {
  width: auto;
}

#BSBContainer.volunteer-listing .row-title {
  max-width: unset;
}

#mobNav .navTabs .navItem {
  border-top: 1px solid #fff;
}

#mobNav .navTabs .navLink {
  border-bottom: 0;
}

#mobNav .navTabs .navLink:link, #mobNav .navTabs .navLink:visited {
  border-bottom: 0;
}

/* Layout CSS */
/********************************************************************/
.skWidth {
  width: 1110px;
  margin: 0 auto;
}

.skBigWidth {
  width: 1540px;
  margin: 0 auto;
}

.skNav {
  background-color: #fff;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

.skSubTitle {
  font-family: "Open Sans", sans-serif;
  color: #154fa3;
  line-height: 30px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 35px 0 15px;
}

/* Header */
/********************************************************************/
.skHeader {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 9;
}

.skHeader .skTitle {
  font-size: 31px;
  line-height: 64px;
  letter-spacing: 0.1px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #183e7d;
  text-transform: uppercase;
  display: block;
  width: 220px;
  margin-left: 16px;
  float: left;
  padding: 0;
  word-break: break-word;
}

.skLogo {
  display: block;
  width: 96px;
  margin: 14px 0 14px 15px;
}

.skLogo img {
  width: 96px;
  height: 36px;
}

.skLogo a {
  display: inline-block;
}

.skSocial {
  background-color: #154fa3;
  padding: 23px 28px 23px 23px;
  margin-right: -3px;
  position: relative;
  text-align: center;
}

.skSocial .link {
  fill: #fff;
  color: transparent;
  margin: 0 16px 0 0;
  display: inline-block;
  transition: 0.3s;
}

.skSocial .link:hover {
  fill: #133264;
}

.skSocial .skTwitter svg {
  width: 17px;
  height: 17px;
}

.skSocial .skFacebook svg,
.skSocial .skInstagram svg {
  width: 16px;
  height: 16px;
}

.skSocial .skYoutube svg {
  width: 18px;
  height: 16px;
}

.skSocial:before {
  content: '';
  position: absolute;
  top: 0;
  left: -18px;
  border-bottom: 64px solid #154fa3;
  border-left: 18px solid transparent;
}

.skTopMobBanner {
  background-color: #183e7d;
  padding: 14px 42px;
  position: relative;
  text-align: center;
}

.skTopMobBanner:before {
  content: '';
  position: absolute;
  top: 0;
  left: -18px;
  border-bottom: 64px solid #183e7d;
  border-left: 18px solid transparent;
}

.skNav {
  text-align: center;
}

.skSocialWrapper {
  width: 400px;
  text-align: right;
}

.skSocial,
.skTopMobBanner {
  display: inline-block;
}

/* Mobile Navigation */
/********************************************************************/
#mobNav .navBar {
  padding: 10px 36px;
}

/* Rotator */
/********************************************************************/
.skSlider .caroufredsel_wrapper {
  background: #154fa3;
}

/* Rush Way */
/********************************************************************/
.skRushWay {
  text-align: center;
  width: 612px;
  margin: 0 auto;
}

.skRushWay .skMissionText {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #898989;
  padding: 0;
  text-transform: uppercase;
}

.skRushWay .skHead {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #154fa3;
  padding: 0;
  margin-top: 5px;
  word-break: break-word;
  text-transform: capitalize;
}

.skRushWay .skMissionDisc {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #898989;
  display: block;
  margin: 10px 0 15px;
  word-break: break-word;
}

.skRushWay .skBtn {
  display: block;
}

.skRushBtn {
  margin: 0;
  padding: 0;
  text-align: center;
}

.skRushBtn .skRushBtnItem {
  list-style: none;
}

.skRushBtn a.skRushBtnLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #154fa3;
  padding: 12px;
  display: inline-block;
  word-break: break-word;
  text-transform: uppercase;
  min-width: 125px;
  text-decoration: none;
  transition: 0.3s;
}

.skRushBtn a.skRushBtnLink:hover {
  background-color: #f0f0f0;
  color: #154fa3;
}

/* Club Links */
/********************************************************************/
.skClubLinks {
  margin-top: 30px;
}

.skClubLinks .list {
  margin: 0;
  padding: 0;
}

.skClubLinks .item {
  list-style-type: none;
  display: table;
  table-layout: fixed;
  float: left;
  width: 50%;
}

.skClubLinks .item:nth-child(2) .link {
  background-image: url("images/rush-bg.png");
  background-repeat: no-repeat;
  background-color: #183e7d;
  transition: 0.3s;
  text-align: left;
  padding: 0 0 0 152px;
}

.skClubLinks .item:nth-child(2) .link:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  border-top: 250px solid #fff;
  border-right: 68px solid transparent;
}

.skClubLinks .item:nth-child(2) .link:hover {
  background-color: #154fa3;
}

.skClubLinks .item:first-child .link {
  background-image: url("images/join-bg.png");
  background-color: #154fa3;
  background-position: right center;
  transition: 0.3s;
  text-align: right;
  padding: 0 213px 0 0px;
}

.skClubLinks .item:first-child .link:before {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  border-bottom: 250px solid #fff;
  border-left: 68px solid transparent;
}

.skClubLinks .item:first-child .link:hover {
  background-color: #183e7d;
}

.skClubLinks .item.skFirst.skLast {
  background-position: center;
  position: relative;
  width: 100%;
}

.skClubLinks .item.skFirst.skLast:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 250px solid #fff;
  border-right: 68px solid transparent;
}

.skClubLinks .item.skFirst.skLast a.link {
  text-align: center;
  padding: 0;
}

.skClubLinks .item.skFirst.skLast a.link .text {
  width: 90%;
  margin: 0 auto;
}

.skClubLinks a.link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  height: 250px;
  padding: 0 45px;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
  position: relative;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
}

.skClubLinks a.link .text {
  display: block;
  word-break: break-word;
  word-wrap: break-word;
}

/* Text Link */
/********************************************************************/
.skTextLink {
  margin: 73px 0 0 0;
  text-align: center;
}

.skTextLink .skRushSoccer {
  display: inline-block;
  text-align: center;
  width: 313px;
  margin: 0 65px 0 0;
}

.skTextLink .skRushSoccer img {
  margin-bottom: 22px;
}

.skTextLink .skRushSoccer:last-child {
  margin-right: 0;
}

.skTextLink .skHead {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #154fa3;
  text-transform: uppercase;
  padding-bottom: 12px;
  word-break: break-word;
}

.skTextLink .skSummary {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  display: block;
  word-break: break-word;
}

/* News Section */
/********************************************************************/
.skNewsWrapper {
  background-color: #f0f0f0;
  padding: 25px 0 23px;
  position: relative;
  z-index: 1;
  margin: 45px 0 0 0;
}

.skNewsWrapper .skNewsHead {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #154fa3;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.skNewsWrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 100%;
  background-color: #e7e7e7;
  z-index: -1;
  clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 15% 100%);
}

.skNewsWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 100%;
  background-color: #dedede;
  z-index: 0;
  clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 10% 100%);
}

.skNews {
  text-align: center;
}

.skNews .skHeadWrapper {
  height: 50px;
  display: table;
  width: 100%;
}

.skNews .skHead {
  padding: 10px 10px 0;
  display: table-cell;
  vertical-align: middle;
}

.skNews .skHead .skLink {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #111111;
  display: block;
  font-weight: 600;
  word-break: break-word;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.3s;
}

.skNews .skNewsList {
  margin: 0;
  padding: 0;
}

.skNews .skItem {
  list-style: none;
  display: inline-block;
  width: 350px;
  position: relative;
  background-color: #fff;
  margin: 0 27px 23px 0;
  padding-bottom: 5px;
  transition: 0.3s;
}

.skNews .skItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #154fa3;
  width: 100%;
  height: 6px;
}

.skNews .skItem:nth-child(3), .skNews .skItem:last-child {
  margin-right: 0;
}

.skNews .skItem img {
  margin-top: 6px;
  word-break: break-word;
}

.skNews .skItem:hover {
  background-color: #154fa3;
}

.skNews .skItem:hover .skLink,
.skNews .skItem:hover a.skReadMore {
  color: #fff;
}

.skNews a.skReadMore {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #154fa3;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.skNews .skLink {
  display: block;
  word-break: break-word;
}

.skNews a.skRushBtnLink:hover {
  background-color: #fff;
}

/* Contact Social */
/********************************************************************/
.skContactSocial {
  margin: 25px 0 25px 0;
  overflow: hidden;
}

.skContactSocial .skSocialList {
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  border-spacing: 30px 0;
  margin: 0px -30px;
  width: calc(100% + 60px);
}

.skContactSocial .skSocialList .skSocialItem {
  display: table-cell;
  list-style: none;
  background: #154fa3;
  text-align: center;
  padding: 10px 0 6px;
  transition: 0.3s;
}

.skContactSocial .skSocialList .skSocialItem:nth-child(2) {
  background: #183e7d;
}

.skContactSocial .skSocialList .skSocialItem:hover {
  background: #f0f0f0;
}

.skContactSocial .skSocialList .skSocialItem:hover .skSocialText {
  color: #154fa3;
}

.skContactSocial .skSocialList .skSocialItem:hover svg {
  fill: #154fa3;
}

.skContactSocial .skSocialHead {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #154fa3;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 11px;
}

.skContactSocial .link {
  text-decoration: none;
  display: block;
}

.skContactSocial .link svg {
  fill: #fff;
  margin: 0 8px 0 -5px;
  transition: 0.3s;
}

.skContactSocial .skSocialText {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  transition: 0.3s;
}

.skContactSocial .skFacebook svg {
  width: 27px;
  height: 27px;
}

.skContactSocial .skTwitter svg {
  width: 30px;
  height: 30px;
}

.skContactSocial .skInstagram svg {
  width: 26px;
  height: 26px;
}

/* Video Tab Section */
/********************************************************************/
.skTabs {
  margin: 0 0 60px 0;
  width: 1110px;
}

.skTabsCnt {
  max-height: 470px;
  width: 825px;
  overflow: auto;
  text-align: left;
  display: none;
}

.skTabsCnt iframe {
  width: 100%;
  height: 464px;
  border-top: 6px solid #154fa3;
}

.skTabsCnt h1, .skTabsCnt h2, .skTabsCnt h3, .skTabsCnt h4, .skTabsCnt h5, .skTabsCnt h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #154fa3;
  font-size: 28px;
}

.skTabsCnt a, .skTabsCnt p, .skTabsCnt span {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  transition: 0.3s;
}

.skTabsCnt a:hover {
  color: #154fa3;
}

.skTabs .nav {
  width: 255px;
  margin: 0;
  padding: 0;
}

.skTabs .nav .item {
  list-style: none;
  margin: 0 0 30px 0;
  height: 44px;
  display: table;
  width: 100%;
}

.skTabs .nav .item:last-child {
  margin-bottom: 0;
}

.skTabs .nav .link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #154fa3;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  word-break: break-word;
  padding: 0 13px;
  border: 3px solid #e7e7e7;
  transition: 0.3s;
}

.skTabs .nav .link:hover, .skTabs .nav .link:focus {
  background-color: #154fa3;
  border-color: #154fa3;
  color: #fff;
}

.skTabs .nav .link.active {
  background-color: #154fa3;
  border-color: #154fa3;
  color: #fff;
}

/* PODCAST */
/********************************************************************/
.skPodcast {
  padding-left: 30px;
  width: 400px;
}

.skPodcast .skSubTitle {
  padding: 0 0 5px;
}

/* Social Cols */
/********************************************************************/
.skSocialRowWrapp {
  margin-bottom: 60px;
}

.skSocialRow {
  display: table;
  width: 100%;
}

.skSocialRow .skCol {
  display: table-cell;
  width: 50%;
}

.skSocialRow .skInstagram,
.skSocialRow .skTwitter {
  width: calc(100% - 55px);
  height: 500px;
  overflow: hidden;
}

.skSocialRow .skInstagramCol .skSubTitle {
  margin-left: 55px;
}

.skSocialRow .skTwitterCol .skSubTitle {
  margin-right: 55px;
}

.skSocialRow .skTwitter {
  margin-right: 55px;
}

.skSocialRow .skInstagram {
  margin-left: 55px;
}

.skSocialRow .eapps-instagram-feed {
  margin: 0 auto;
  width: 100% !important;
}

.skSocialRow .eapps-instagram-feed > a {
  display: none !important;
}

/* Sponsor */
/********************************************************************/
.skSponsor {
  margin: 0 0 60px 0;
}

.skSponsorWrapper {
  position: relative;
  padding: 0 30px;
}

.skSponsorWrapper .skSponsorList {
  margin: 0;
  padding: 0;
}

.skSponsorWrapper .skItem {
  margin: 0;
  padding: 0px 17px;
  list-style: none;
  float: left;
}

.skSponsorWrapper .skItem .skLink {
  display: inline-block;
}

.skSponsorWrapper .skItem img {
  height: 94px;
  width: 141px;
}

.skSponsorWrapper .skPrev,
.skSponsorWrapper .skNext {
  top: 50%;
  margin-top: -30px;
  position: absolute;
  font-size: 0;
  width: 0px;
  height: 0px;
  transition: 0.3s;
}

.skSponsorWrapper .skPrev {
  left: -15px;
  border-top: 29px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #154fa3;
}

.skSponsorWrapper .skNext {
  right: -15px;
  border-top: 30px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 25px solid #154fa3;
}

.skSponsorWrapper .skPrev:hover {
  border-right-color: #183e7d;
}

.skSponsorWrapper .skNext:hover {
  border-left-color: #183e7d;
}

/* Image link */
/********************************************************************/
.skImageLinks .list {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skImageLinks .item {
  display: table-cell;
  list-style: none;
  width: 33.33%;
  float: left;
  background: #183e7d;
}

.skImageLinks .skLinkImage {
  width: 100%;
  height: 240px;
  background-color: #154fa3;
  transition: 0.3s;
}

.skImageLinks .skLinkImage:hover {
  opacity: 0.6;
}

.skImageLinks .link {
  text-decoration: none;
  display: block;
}

.skImageLinks .text {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Footer Page */
/********************************************************************/
.skFooter {
  padding: 25px 0;
  background-color: #154fa3;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center -187px;
}

.skFooter h2.fthead {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.skContact {
  float: left;
  text-align: center;
  padding: 0 10px;
  width: 30%;
}

.skContact p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding: 0;
  word-break: break-word;
}

.skContact h3 {
  font-weight: 600;
}

.skContact .skClubAddress {
  text-transform: capitalize;
}

.skContact .skClubPhone,
.skContact .skClubEmail {
  text-decoration: none;
  color: #fff;
}

.skContact .skClubContact {
  margin-top: 27px;
}

.skContact .skClubName {
  font-weight: 600;
  text-transform: uppercase;
}

.skFtLogo {
  float: left;
  text-align: center;
  height: 109px;
  padding: 56px 33px;
  width: 30%;
}

.skEmbededHTML {
  float: left;
  padding: 0 0 0 18px;
  text-align: center;
  width: 30%;
}

.skEmbededHTML .skBannerText, .skEmbededHTML h1, .skEmbededHTML h2, .skEmbededHTML h3, .skEmbededHTML h4, .skEmbededHTML h5, .skEmbededHTML h6, .skEmbededHTML a, .skEmbededHTML p, .skEmbededHTML span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  word-break: break-word;
  text-decoration: none;
}

.skEmbededHTML .skftSocial {
  padding-top: 23px;
}

.skEmbededHTML .skftSocial .link {
  fill: #fff;
  color: transparent;
  margin: 0 16px 0;
  display: inline-block;
  vertical-align: middle;
}

.skEmbededHTML .skftSocial .link:first-child {
  margin-left: 0;
}

.skEmbededHTML .skftSocial .link:last-child {
  margin-right: 0;
}

.skEmbededHTML .skftSocial .skTwitter svg {
  width: 37px;
  height: 37px;
}

.skEmbededHTML .skftSocial .skFacebook svg {
  width: 34px;
  height: 34px;
}

.skEmbededHTML .skftSocial .skFacebook svg, .skEmbededHTML .skftSocial .skInstagram svg {
  width: 32px;
  height: 32px;
}

.skEmbededHTML .skftSocial .skYoutube svg {
  width: 36px;
  height: 30px;
}

.skFooter .content b {
  font-weight: 600;
}

.skFooter .skContact .content > p:last-child {
  padding: 0;
  margin-top: 27px;
}

/* Info */
/********************************************************************/
.skInfo .skWidth {
  width: 1140px;
}

.skInfo .skLeft {
  margin-top: 30px;
}

.skInfo .skRight {
  margin-top: 20px;
}

.skInfo .SkinObject,
.skInfo a.SkinObject, .skInfo .separator {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

/* Inner Page */
/********************************************************************/
#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg {
  padding: 18px 0 0 0;
  background: #f0f0f0 url("images/inner-bg.png") no-repeat center -64px;
}

.skInnerWidth {
  width: 1065px;
}

.skInnerWidth .skRightPane {
  width: 35.4%;
  float: right;
  margin-left: 2.4%;
}

.skInnerWidth .skLeftPane {
  width: 62.2%;
  float: left;
}

.skInnerWidth .Normal {
  font-size: 18px;
}

.skInnerWidth a {
  color: #4084ef;
  transition: 0.3s;
  transition: 0.3s;
}

.skInnerWidth a:hover {
  color: #4084ef;
}

.skInnerWidth a:link, .skInnerWidth a:visited {
  color: #4084ef;
}

.skInnerWidth + .skSponsor {
  margin: 60px 0 52px;
}

@media screen and (max-width: 1540px) {
  .skBigWidth {
    width: auto;
    padding: 0 15px;
  }
  .skTabs {
    width: 70%;
  }
  .skTabs .skLeft {
    width: 70%;
  }
  .skTabs .skRight {
    padding-left: 20px;
    width: calc(30% - 20px);
  }
  .skTabs .skTabsCnt,
  .skTabs .nav {
    width: 100%;
  }
  .skPodcast {
    padding-left: 20px;
    width: calc(30% - 20px);
  }
  .skPodcast iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .skHeader .skTitle {
    width: 215px;
  }
  .skSocialWrapper {
    width: 305px;
  }
  .skSocialWrapper .skSocial {
    padding: 23px 10px 23px 10px;
  }
  .skSocialWrapper .skTopMobBanner {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .skWidth {
    width: auto;
  }
  .skSocial .link {
    margin-right: 10px;
  }
  .skSocialWrapper .skTopMobBanner {
    padding: 14px 16px;
  }
  .skClubLinks :first-child .link {
    padding: 0 75px 0 50px;
  }
  .skClubLinks :nth-child(2) .link {
    padding: 0 50px 0 70px;
  }
  .skTextLink .skRushSoccer {
    width: 300px;
    margin: 0 20px 0 0;
  }
  .skNews .skItem {
    width: 280px;
  }
  .skNews img {
    width: 100%;
  }
  .skSponsorWrapper .skPrev {
    left: 0;
  }
  .skSponsorWrapper .skNext {
    right: 0;
  }
  .skInfo .skWidth {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .skFtLogo {
    padding: 56px 29px;
  }
}

@media screen and (max-width: 960px) {
  .skSocialWrapper .skTopMobBanner {
    padding: 14px 10px;
  }
  .skSocialWrapper .skSocial {
    padding: 23px 10px 23px 5px;
  }
  .skSocialWrapper .skSocial .link {
    margin-right: 5px;
  }
  .skTextLink .skRushSoccer {
    width: 250px;
  }
  .skNews .skItem {
    width: 250px;
    margin: 0 10px 23px 0;
  }
  .skFtLogo {
    padding: 56px 20px;
  }
  .skSocialRow {
    display: block;
  }
  .skSocialRow .skCol {
    display: block;
    width: 100%;
  }
  .skSocialRow .skCol .skSubTitle {
    margin: 0;
  }
  .skSocialRow .skInstagram,
  .skSocialRow .skTwitter {
    height: initial;
    overflow: initial;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .skMob {
    display: none;
  }
  .skHeadSticky.skSticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .skWeb {
    display: none;
  }
  #mobNav .navBar {
    padding: 15px 36px !important;
  }
  #mobNav .navLogo a img {
    height: 25px !important;
  }
  .skHeader {
    width: 100%;
  }
  .skHeader .skTitle {
    width: 100%;
    margin: 0;
    text-align: center;
    float: none;
  }
  .skSocialWrapper {
    width: 100%;
    float: none;
    display: table;
  }
  .skSocialWrapper .skSocial,
  .skSocialWrapper .skTopMobBanner {
    display: table-cell;
  }
  .skSocialWrapper .skSocial {
    width: 44%;
    padding: 16px 38px 14px 10px;
  }
  .skSocialWrapper .skSocial .link {
    margin-right: 15px;
  }
  .skSocialWrapper .skSocial::before {
    display: none;
  }
  .skSocialWrapper .skTopMobBanner {
    width: 37%;
    padding: 10px 18px 5px 0px;
  }
  .skSocialWrapper .skTopMobBanner:before {
    border-bottom: 48px solid #183e7d;
  }
  .skSocialWrapper .skTopMobBanner img {
    height: 30px;
    width: 88px;
  }
  .skRushWay {
    width: auto;
    padding: 0 15px;
  }
  .skRushWay .skMissionDisc {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
  }
  .skRushWay .skBtn {
    margin-top: 25px;
  }
  .skRushBtn {
    margin: 25px 0 0 0;
  }
  .skClubLinks {
    margin-top: 50px;
  }
  .skClubLinks a.link {
    height: 175px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .skClubLinks .item.skLast {
    position: relative;
    z-index: 1;
  }
  .skClubLinks .item.skLast a.link {
    transform: skewX(-15deg);
  }
  .skClubLinks .item.skLast a.link .text {
    transform: skew(15deg);
  }
  .skClubLinks .item.skLast:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 85px solid #083d82;
  }
  .skClubLinks .list {
    background-image: url(images/join-mob-bg.png);
    background-repeat: no-repeat;
    background-color: #154fa3;
    background-position: 0px 3px;
    overflow: hidden;
  }
  .skClubLinks .list .item .link {
    text-align: center;
    vertical-align: middle;
    height: 175px;
    overflow: hidden;
  }
  .skClubLinks .list .item:nth-child(2) .link {
    background-color: #083d82;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    background-image: none;
  }
  .skClubLinks .list .item:nth-child(2) .link:before {
    border: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/rush-mob-bg.png);
    background-repeat: no-repeat;
    background-position: 130px -80px;
    transform: skewX(15deg);
  }
  .skClubLinks .list .item:first-child .link {
    max-width: 100%;
    background: transparent;
    padding: 0 20px;
    margin: 0;
  }
  .skClubLinks .list .item:first-child .link:before {
    border: none;
  }
  .skClubLinks .list .item.skFirst.skLast:after {
    display: none;
  }
  .skClubLinks .list .item.skFirst.skLast:first-child {
    width: 100%;
  }
  .skTextLink {
    padding: 0 40px;
    margin: 25px 0 0;
  }
  .skTextLink .skRushSoccer {
    margin: 0 auto;
    width: 100%;
  }
  .skTextLink .skRushSoccer:nth-child(2) {
    margin: 25px 0 15px;
  }
  .skNewsWrapper {
    padding: 25px 0 25px;
    margin: 25px 0 0 0;
  }
  .skNewsWrapper:after, .skNewsWrapper:before {
    display: none;
  }
  .skNews {
    padding: 0 30px;
  }
  .skNews .skItem {
    width: 100%;
    margin: 0 0 22px 0;
  }
  .skNews .skItem:last-child {
    margin: 0;
  }
  .skNews .skItem img {
    width: 100%;
  }
  .skNews .skNewsLink {
    height: 40px;
  }
  .skContactSocial {
    padding: 0 30px;
    margin: 30px 0 0px;
  }
  .skContactSocial .skSocialHead {
    display: none;
  }
  .skContactSocial .skSocialList {
    margin: 0;
    width: 100%;
    border-spacing: 0;
  }
  .skContactSocial .skSocialList .skSocialItem {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0 9px;
  }
  .skContactSocial .skSocialList .skSocialItem:last-child {
    margin-bottom: 0;
  }
  .skTabs {
    padding: 0 15px;
    margin: 60px 0 0 0;
    width: auto;
    float: none;
  }
  .skTabs .skLeft,
  .skTabs .skRight {
    float: none;
    width: 100%;
    padding: 0;
  }
  .skTabs .nav {
    width: 100%;
    margin-top: 17px;
  }
  .skTabs .nav .item .link {
    text-align: center;
  }
  .skTabs .skTabsCnt {
    width: 100%;
    max-height: 220px;
  }
  .skTabs .skTabsCnt iframe {
    height: 214px;
  }
  .skPodcast {
    max-width: 400px;
    padding: 0;
    margin: 30px auto;
    width: 100%;
    float: none;
  }
  .skSponsor {
    margin: 60px 15px 40px;
  }
  .skImageLinks .item {
    width: 100%;
  }
  .skImageLinks .item .skLinkImage {
    height: 156px;
  }
  .skFooter {
    padding: 55px 0 35px;
    background-image: url(images/footer-mob-bg.png);
    background-position: center -140px;
  }
  .skContact,
  .skFtLogo,
  .skEmbededHTML {
    width: auto;
    float: none;
    padding: 0;
  }
  .skFtLogo {
    padding: 55px 0;
  }
  .skInfo .skWidth {
    padding: 0 28px;
  }
  .skInfo .skLeft {
    float: none;
    margin-top: 25px;
    text-align: center;
  }
  .skInfo a.HiddenLink {
    color: #fff;
  }
  .skInfo .skRight {
    float: none;
    text-align: center;
  }
  .skInnerWidth {
    width: auto;
    margin: 0;
    display: block;
    min-width: auto;
  }
  .skInnerWidth .skLeftPane,
  .skInnerWidth .skRightPane {
    float: none !important;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .skClubLinks .list .item:nth-child(2) .link:before {
    background-position: 75px -75px;
  }
}

@media screen and (max-width: 530px) {
  .skClubLinks .list .item:nth-child(2) .link:before {
    background-position: 10px -85px;
  }
}

@media screen and (max-width: 414px) {
  .skBigWidth {
    padding: 0;
  }
  .skClubLinks .list .item:nth-child(2) .link:before {
    background-position: -45px -90px;
  }
}

@media screen and (max-width: 320px) {
  .skSocialWrapper .skSocial .link {
    margin-right: 12px;
  }
}
