/********************************************************************/
/* Website Developed by : Blue Sombrero 		    */
/* McLEAN YOUTH SOCCER Theme   */
/* Created by Bhavin Surati 20/02/2020	    */
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400&display=swap|Raleway:400,800");
/* 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: "Open Sans", sans-serif;
  color: #000000;
}

/*******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000;
  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: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}

a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.Normal,
.NormalDisabled {
  color: #333333;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a {
  transition: 0.2s;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #ffffff;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #a29061;
}

.skWrapper li {
  list-style: none;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #224b43;
  text-decoration: none;
}

/* Input Css
=========================================================*/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: "Open Sans", 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.2s;
}

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: #224b43;
  color: #ffffff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #224b43;
  color: #ffffff;
}

textarea.NormalTextBox,
select.NormalTextBox {
  height: auto;
}

.skLeft {
  float: left;
}

.skRight {
  float: right;
}

.skClear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

.skMob {
  display: none;
}

#Body .skinStatus {
  bottom: 53px;
}

#Body .TeamPage_newsHolder {
  margin-bottom: 0;
}

#BSBContainer.volunteer-listing .row-title {
  max-width: unset;
}

#mobNav .navTabs .navItem {
  border-top: 1px solid #ffffff;
}

#mobNav .navTabs .navLink {
  border-bottom: 0;
}

#mobNav .navTabs .navLink:link, #mobNav .navTabs .navLink:visited {
  border-bottom: 0;
}

/* Layout Css
=========================================================*/
.skWidth {
  max-width: 960px;
  margin: 0 auto;
}

.skNav {
  background-color: #ffffff;
  text-align: center;
}

.skAreabg {
  background: url(images/area-bg.jpg);
  background-repeat: no-repeat;
  background-position: center -125px;
  background-color: #ede2c4;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

.skSocial {
  float: left;
  margin-left: 11px;
}

.skSocial a {
  margin: 0px 7px 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.skSocial a svg {
  fill: #ffffff;
}

.skSocial a svg:hover {
  fill: #a29061;
  transition: all 0.3s;
}

.skSocial .skFacebook svg {
  width: 16px;
  height: 16px;
}

.skSocial .skInstagram svg {
  width: 16px;
  height: 16px;
}

.skSocial .skTwitter svg {
  width: 22px;
  height: 20px;
}

.skSocial .skYoutube svg {
  width: 23px;
  height: 16px;
}

.skSocial .skFlickr svg {
  width: 28px;
  height: 30px;
}

.skSocial .skLinkedIn svg {
  width: 16px;
  height: 16px;
}

/* Login Section
=========================================================*/
.skLoginWrapper {
  float: right;
}

.skLoginWrapper a.skBtn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  padding: 3px 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
}

.skLoginWrapper a.skBtn:hover {
  color: #a29061;
}

.skLoginWrapper .skRegister {
  margin-left: 5px;
}

.skLoginWrapper .skTranslate {
  display: inline-block;
  margin-right: 13px;
  margin-top: 5px;
}

.skLoginWrapper .skTranslate .google-translater {
  display: inline-block;
  position: relative;
}

.skLoginWrapper .skTranslate .google-translater svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.skLoginWrapper .skTranslate .google-translater:hover svg {
  fill: #a29061;
}

.skLoginWrapper .skTranslate .goog-te-gadget-simple {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.skLoginWrapper .skTranslate .goog-te-menu-value span,
.skLoginWrapper .skTranslate .goog-te-gadget-simple img {
  display: none;
}

.skLoginWrapper .skTranslate .goog-te-menu-value {
  display: inline-block;
  text-indent: -999px;
  width: 20px;
  height: 26px;
}

.skLoginWrapper .skDonation {
  display: inline-block;
}

.skLoginWrapper .skDonation .skTopLink {
  margin-left: 20px;
  padding: 0;
}

.skLoginWrapper .skDonation .skTopLink .skItem {
  list-style: none;
}

.skLoginWrapper .skDonation .skTopLink .skItem a.skDonationLink {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 3px 0px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  transition: 0.3s;
}

.skLoginWrapper .skDonation .skTopLink .skItem a.skDonationLink:hover {
  color: #a29061;
}

/* Nav Sectoion
=========================================================*/
.skNav .skCurrentPageWrapp {
  background-color: #EBEBEB;
  text-align: center;
}

.skNav .skCurrentPageWrapp .roottxt,
.skNav .skCurrentPageWrapp a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  font-weight: normal;
  color: #a29061;
  padding: 15px 30px;
  letter-spacing: 0.5px;
  transition: 0.3s;
  text-transform: uppercase;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu .root.mi0.haschild .roottxt:before {
  content: none;
}

.skNav .skCurrentPageWrapp .rootTxtArrow {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  margin-top: -3px;
  padding: 28px 11px;
  transition: 0.3s;
  z-index: 1;
  height: calc(100% - 56px);
}

.skNav .skCurrentPageWrapp .rootTxtArrow svg {
  width: 7px;
  height: 7px;
  transition: 0.3s;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu {
  display: inline-block;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu .dnnNav {
  z-index: 1;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu .txt.roottxt {
  padding: 15px 30px !important;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu .root .m0 {
  top: 56px !important;
}

.skNav .skCurrentPageWrapp #dnnStandardMenu .root:hover .rootTxtArrow svg, .skNav .skCurrentPageWrapp #dnnStandardMenu .root.exp .rootTxtArrow svg, .skNav .skCurrentPageWrapp #dnnStandardMenu .root.sel .rootTxtArrow svg {
  fill: #a29061;
}

.skNav #dnnStandardMenu .txt {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #333333;
  padding: 23px 30px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root {
  border-left: none;
}

.skNav #dnnStandardMenu .root:hover {
  color: #a29061;
}

.skNav #dnnStandardMenu .root.mi0.haschild .roottxt::before {
  content: '';
  position: absolute;
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root.sel,
.skNav #dnnStandardMenu .root {
  float: none;
  display: inline-block;
}

.skNav #dnnStandardMenu .root.sel .roottxt:hover,
.skNav #dnnStandardMenu .root .roottxt:hover {
  color: #a29061;
}

.skNav #dnnStandardMenu .root.sel.mi0.haschild .roottxt:hover::before,
.skNav #dnnStandardMenu .root.mi0.haschild .roottxt:hover::before {
  border-color: #a29061;
}

.skNav #dnnStandardMenu .root.sel,
.skNav #dnnStandardMenu .root.exp {
  color: #a29061;
}

.skNav #dnnStandardMenu .root.sel .roottxt,
.skNav #dnnStandardMenu .root.exp .roottxt {
  color: #a29061;
}

.skNav #dnnStandardMenu .root.sel.mi0.haschild .roottxt::before,
.skNav #dnnStandardMenu .root.exp.mi0.haschild .roottxt::before {
  border-color: #a29061;
}

.skNav #dnnStandardMenu .root .m {
  padding: 0px;
  background-color: #ffffff;
  width: 240px;
}

.skNav #dnnStandardMenu .root .mi {
  padding: 0px 15px 0 18px;
}

.skNav #dnnStandardMenu .root .mi1 .txt {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  border: none;
  border-bottom-color: transparent;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}

.skNav #dnnStandardMenu .root .mi:hover {
  background: transparent;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root .mi:hover > a.txt,
.skNav #dnnStandardMenu .root .mi:hover span.txt {
  color: #a29061;
}

.skNav #dnnStandardMenu .root .m0 {
  top: 72px !important;
}

.skNav #dnnStandardMenu li.mi2 {
  margin-bottom: 0px;
}

/* Header Section
=========================================================*/
.skHeader .skActionWrpper {
  padding: 8px 0px;
  position: relative;
  z-index: 1;
  background: #224b43;
  border-bottom: 5px solid #a29061;
}

.skHeader .skMobileView {
  display: none;
}

.skHeadWrapper {
  text-align: center;
  padding: 30px 0px;
}

.skHeadWrapper .skLogo {
  margin-left: 45px;
}

.skHeadWrapper .skLogo img {
  width: 150px;
  height: 150px;
}

.skHeadWrapper .skBanner {
  margin: 20px 0 0 15px;
  width: 680px;
}

.skHeadWrapper .skBanner .skBannerText {
  font-size: 56px;
  line-height: 1;
  color: #224b43;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 10px 0 0;
  word-break: break-word;
  word-wrap: break-word;
  text-align: center;
  max-height: 111px;
  overflow: hidden;
  text-shadow: 0px 0px 8px #0000001A;
}

.skHeadWrapper .skBanner .skSubBannerText {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 0 3px;
  margin: 11px -6px;
  color: #333333;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

/* Scroll
=========================================================*/
::-webkit-scrollbar-track {
  background-color: #c9c9c9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f6f8;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #a29061;
}

.skSlider {
  padding-bottom: 20px;
}

/* Image Link
/********************************************************************/
.skImageLinks {
  padding-bottom: 15px;
  overflow: hidden;
}

.skImageLinks .skList {
  display: table;
  padding: 0px;
  margin: 0 -14px;
  width: calc(100% + 28px);
  border-spacing: 14px 0;
}

.skImageLinks .skList .skItem {
  position: relative;
  width: 180px;
  height: 226px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.skImageLinks .skList .skItem:last-child {
  margin-right: 0;
}

.skImageLinks .skImageOverlay {
  display: table;
  table-layout: fixed;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(34, 75, 67, 0.64);
  left: 0;
  transition: 0.3s;
}

.skImageLinks .skTextWrapper {
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
}

.skImageLinks .skLinkImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.skImageLinks .skLogoImage {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -85px;
}

.skImageLinks .skLink {
  text-decoration: none;
  width: 100%;
  height: 226px;
  display: table;
  vertical-align: middle;
  position: relative;
}

.skImageLinks .skLink:hover .skImageOverlay {
  background-color: rgba(162, 144, 97, 0.64);
}

.skImageLinks .skText {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
  word-break: break-word;
  max-height: 182px;
  overflow: hidden;
}

/* News section
/**********************************************************/
.skNews {
  margin: 0px 0px 20px;
}

.skNews .skNewsHeader {
  margin-bottom: 11px;
}

.skNews h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: Lato;
  color: #ffffff;
}

.skNews .skList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.skNews .skList .skItem {
  width: calc( 50% - 11px);
  float: left;
  background-color: #ffffff;
  position: relative;
  list-style: none;
  border-bottom: 6px solid #a29061;
}

.skNews .skList .skItem:nth-child(1), .skNews .skList .skItem:nth-child(3) {
  margin-right: 13px;
}

.skNews .skList .skItem:nth-child(2), .skNews .skList .skItem:nth-child(4) {
  margin-left: 8px;
}

.skNews .skList .skItem:nth-child(1), .skNews .skList .skItem:nth-child(2) {
  margin-bottom: 18px;
}

.skNews .skList .skItem .skLink {
  position: relative;
  display: block;
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
  z-index: 1;
}

.skNews .skList .skItem .skLink .skImg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #224b43;
  width: 210px;
  height: 210px;
}

.skNews .skList .skItem .skLink .skImg.skLogoImg, .skNews .skList .skItem .skLink .skImgimg {
  width: 210px;
  height: 210px;
  background-color: #224b43;
}

.skNews .skList .skItem:hover img {
  opacity: 0.75;
  transition: 0.3s;
}

.skNews .skList .skItem:hover .skTitle,
.skNews .skList .skItem:hover .skSummary {
  color: #a29061;
}

.skNews .skImg.skLogoImg {
  text-align: center;
}

.skNews .skImg.skLogoImg img {
  width: auto;
  height: auto;
  margin-top: 30px;
}

.skNews .skDetail {
  padding: 0px 20px 0px 225px;
  margin: 20px 0 10px;
  overflow: hidden;
  word-break: break-word;
  display: inline-block;
}

.skNews .skTitle {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  word-break: break-word;
  text-transform: uppercase;
  color: #224b43;
  transition: 0.3s;
}

.skNews .skSummary {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  margin-top: 7px;
  transition: 0.3s;
}

.skNews a.skLinkNews {
  display: block;
  position: relative;
}

/* Tab section
/**********************************************************/
.skTabs {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 428px;
}

.skTabsCnt {
  margin: 10px 9px 0px 16px;
}

.skTabsCnt .skInner {
  height: 360px;
  padding-right: 15px;
  overflow: auto;
}

.skNavWrapper .skNavTabs {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  background-color: #224b43;
}

.skNavWrapper .skNavTabs .skItem {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table-cell;
  text-align: center;
  width: 25%;
}

.skNavWrapper .skNavTabs a.skTabLink {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 0;
  transition: 0.3s;
}

.skNavWrapper .skNavTabs a.skTabLink:hover, .skNavWrapper .skNavTabs a.skTabLink:focus, .skNavWrapper .skNavTabs a.skTabLink.active {
  background-color: #a29061;
}

.skContentWrapper {
  margin-bottom: 20px;
}

/* Social section
/**********************************************************/
.skSection .skContent {
  padding: 22px 17px 20px 25px;
}

.skSection .content {
  height: 380px;
}

.skSection .skRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skSection h2.skHead {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #000000;
  color: #ffffff;
}

.skSocialWrapper {
  display: table-cell;
  width: 42%;
}

.skSocialWrapper .skContent {
  padding: 0;
  height: 380px;
}

.skTabsWrapper {
  display: table-cell;
  width: 58.4%;
  background: #ffffff;
}

.skTabSection {
  margin-top: 0;
}

.skSection .skRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skColumnInner {
  padding-left: 21px;
}

.skSocialFeed {
  position: relative;
  background-color: #ffffff;
}

.skSocialFeed .skFBWrapper .facebook-plugin {
  display: block;
  margin: 0 auto;
}

/* Social Twitter Section
/**********************************************************/
.skSocialTab {
  margin: 0;
  padding: 0;
  top: 0px;
  right: 0px;
  height: 48px;
  z-index: 2;
  width: 100%;
  display: table;
}

.skSocialTab li {
  background-color: #224b43;
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  list-style: none;
}

.skSocialTab li a.skIcn {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  color: #ffffff;
  padding: 12px 0;
  display: block;
  word-break: break-word;
}

.skSocialTab li a.skIcn svg {
  width: 17px;
  height: 20px;
  fill: #ffffff;
  transition: 0.3s;
  margin-right: 8px;
  margin-top: 2px;
  vertical-align: middle;
}

.skSocialTab li a.skIcn.active {
  background-color: #a29061;
}

.skSocialTab li a.skIcn.active svg {
  fill: #ffffff;
}

.skSocialTab li a.skIcn.skTwitterIcn svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

/* About Us Section
/***************************************************************************/
.skAboutus .skInner {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: auto;
}

.skAboutus .skInner h1,
.skAboutus .skInner h2,
.skAboutus .skInner h3,
.skAboutus .skInner h4,
.skAboutus .skInner h5,
.skAboutus .skInner h6 {
  font-family: "Oswald", sans-serif;
  color: #224b43;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  text-align: center;
}

.skAboutus .skInner a {
  color: #224b43;
  transition: 0.3s;
}

.skAboutus .skInner a:hover {
  color: #a29061;
}

/* Event Section
/***************************************************************************/
a.skViewAllBtn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background-color: #224b43;
  display: block;
  padding: 12px 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  max-width: 240px;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  letter-spacing: 0.4px;
  transition: 0.3s;
}

a.skViewAllBtn:hover {
  background-color: #a29061;
}

.skCalendar {
  position: relative;
}

.skCalendar .skList {
  margin: 0px;
  padding: 0px;
}

.skCalendar .skList .skItem {
  border-bottom: 1px solid #c2c2c2;
  padding: 15px 0 12px;
}

.skCalendar .skList .skItem.last {
  border-bottom: none;
}

.skCalendar .skDatewrapper {
  text-align: right;
  height: 45px;
  float: left;
}

.skCalendar .skDatewrapper .skMonth {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #a29061;
  display: block;
  text-transform: uppercase;
}

.skCalendar .skDatewrapper .skDate {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #a29061;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}

.skCalendar .skTimeTitle {
  padding: 5px 0 0 45px;
}

.skCalendar .skTimeTitle .skTime {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #797979;
  display: block;
  text-transform: lowercase;
  padding: 0px 0 2px 0;
}

.skCalendar .skTitle {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-decoration: none;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #224b43;
  text-transform: uppercase;
  display: block;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.skCalendar .skTitle:hover {
  color: #a29061;
}

/* Feild Status 
/****************************************************************************************/
.skFieldWrapper {
  background: #ffffff;
}

.skFieldWrapper .skContent {
  padding: 20px 20px 20px 30px;
}

.skFieldWrapper .skContent .skInner {
  height: 428px;
  overflow-y: auto;
}

.skFieldWrapper .skField {
  margin: 14px 3px 0 4px;
  padding: 0;
}

.skFieldWrapper .skField .skLast {
  border: 0;
}

.skFieldWrapper .skItem {
  list-style: none;
  padding: 5px 0;
}

.skFieldWrapper .skItem:first-child {
  padding-top: 0;
}

.skFieldWrapper .skName {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 34px;
  position: relative;
  color: #224b43;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0 75px 0px 0;
  word-wrap: break-word;
  word-break: break-word;
}

.skFieldWrapper .skSubField {
  margin: 0;
  padding: 7px 0;
}

.skFieldWrapper .skSubField .skLocationItem {
  position: relative;
  margin-bottom: 10px;
  padding: 0 70px 0 0;
  text-transform: capitalize;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
}

.skFieldWrapper .skSubField .skLocationItem:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

.skFieldWrapper .skSubField .skOpen:after {
  content: "Open";
  color: #48B53E;
}

.skFieldWrapper .skSubField .skClose:after {
  color: #DB4437;
  content: "Closed";
}

.skFieldWrapper .skSubField .skPartial:after {
  content: "Partial";
  color: #FEB300;
}

.skFieldWrapper .skFieldDetail {
  position: relative;
  border-bottom: 2px solid #ececec;
}

.skFieldWrapper .skFieldDetail .skFieldAddress {
  margin-bottom: 10px;
  padding: 0 70px 0 0;
  text-transform: capitalize;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
}

.skFieldWrapper .skFieldDetail:after {
  position: absolute;
  right: 0px;
  bottom: 17%;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2px;
  line-height: 34px;
  text-transform: uppercase;
}

.skFieldWrapper .skOpen .skFieldDetail:after {
  content: "Open";
  color: #48B53E;
}

.skFieldWrapper .skClose .skFieldDetail:after {
  color: #DB4437;
  content: "Closed";
}

.skFieldWrapper .skPartial .skFieldDetail:after {
  content: "Partial";
  color: #FEB300;
}

.skMobTabLink,
.skMobOnly,
.skMobile {
  display: none;
}

/* Video Section
/**************************************************************************/
.skVideo .skInner {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.skVideo .skInner h1,
.skVideo .skInner h2,
.skVideo .skInner h3,
.skVideo .skInner h4,
.skVideo .skInner h5,
.skVideo .skInner h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0 8px 0;
}

.skVideo .skInner a {
  color: #224b43;
  transition: 0.3s;
}

.skVideo .skInner a:hover {
  color: #a29061;
}

.skVideo iframe {
  display: block;
  margin: 0 auto;
}

/* Sponsor Section
=======================================================*/
.skSponsor .skSponsorWrapper {
  background-color: #ffffff;
}

.skSponsor .skList {
  margin: 0;
  padding: 0;
}

.skSponsor .skItem {
  margin: 0;
  padding: 16px 10px;
  list-style: none;
  float: left;
}

.skSponsor .skItem .skLink {
  display: inline-block;
}

.skSponsor .skItem img {
  height: 125px;
  width: 125px;
}

.skSponsor .wrapper {
  position: relative;
  padding: 0 60px;
}

.skSponsor .skPrevBtn,
.skSponsor .skNextBtn {
  top: 50%;
  margin-top: -11px;
  position: absolute;
  font-size: 0;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.skSponsor .skPrevBtn {
  padding-right: 30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #224b43;
  transition: 0.3s;
  left: 0;
}

.skSponsor .skPrevBtn:hover {
  padding-right: 25px;
}

.skSponsor .skNextBtn {
  padding-left: 30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #224b43;
  transition: 0.3s;
  right: 0;
}

.skSponsor .skNextBtn:hover {
  padding-left: 25px;
}

.skSponsor .head {
  text-align: center;
  padding: 35px 0 0;
}

.skSponsor .head span {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  color: #224b43;
}

/* Leagues and programs Section
=======================================================*/
.skLeaguesWrapper {
  padding-bottom: 20px;
}

.skLeaguesWrapper .skLeaguesBtn {
  background-color: #ffffff;
  padding: 0 60px 30px;
}

.skLeaguesWrapper .skLeaguesBtn .head {
  text-align: center;
  padding: 12px 0 22px;
}

.skLeaguesWrapper .skLeaguesBtn .head span {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  color: #224b43;
}

.skLeaguesWrapper .skLeaguesBtn .skLeaguesLink {
  display: inline-block;
  list-style: none;
  padding: 0 8px;
}

/* Footer Contact Section
=======================================================*/
.skFooter {
  padding: 36px 0 15px;
  background-color: #224b43;
  /* Footer Connect Us Section
=======================================================*/
}

.skFooter .skHead {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 0;
  word-break: break-word;
}

.skFooter .skContact {
  text-align: left;
}

.skFooter .skContactUs {
  width: 290px;
  margin: 0 0px 0 20px;
}

.skFooter .skContactUs .skFtContent {
  margin: 8px 0;
}

.skFooter .skContactUs .skClubAddress {
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 26px;
}

.skFooter .skContactUs .skClubName {
  font-weight: bold;
  text-transform: uppercase;
}

.skFooter .skContactUs .skClubContact {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.skFooter .skContactUs .skClubEmail {
  text-decoration: underline !important;
}

.skFooter .skContactUs .skClubPhone,
.skFooter .skContactUs .skClubEmail {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s;
}

.skFooter .skContactUs .skClubPhone:hover,
.skFooter .skContactUs .skClubEmail:hover {
  color: #a29061;
}

.skFooter .skConnectUs {
  margin-left: 35px;
  width: 271px;
}

.skFooter .skConnectUs .skFtSocialConnect {
  margin: 8px 0;
}

.skFooter .skConnectUs .skSocial {
  float: none;
  margin: 17px 0;
}

.skFooter .skConnectUs .skSocial a {
  margin-right: 13px;
}

.skFooter .skConnectUs .skSocial .skFacebook svg {
  width: 19px;
  height: 22px;
}

.skFooter .skConnectUs .skSocial .skTwitter svg {
  width: 25px;
  height: 24px;
}

.skFooter .skConnectUs .skSocial .skInstagram svg {
  width: 20px;
  height: 18px;
}

.skFooter .skConnectUs .skSocial .skYoutube svg {
  width: 29px;
  height: 21px;
}

.skFooter .skConnectUs .skSocial .skFlickr svg {
  width: 31px;
  height: 31px;
}

.skFooter .skConnectUs .skSocial .skLinkedIn svg {
  width: 18px;
  height: 18px;
}

.skFooter .skConnectUs .skTopLink {
  margin: 0;
  padding: 0;
}

.skFooter .skConnectUs .skTopLink .skItem {
  list-style: none;
}

.skFooter .skConnectUs .skTopLink .skItem .skDonationLink {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 18px 10px;
  background-color: #a29061;
  transition: 0.3s;
}

.skFooter .skConnectUs .skTopLink .skItem .skDonationLink:hover {
  background-color: #ffffff;
  color: #a29061;
}

/* Footer Banner Image Section
=======================================================*/
.skFooterBanner {
  width: 270px;
  padding-left: 50px;
}

.skFooterBanner .skBannerLink {
  display: block;
  margin-top: -5px;
}

.skFooterBanner .skBannerLink img {
  width: 270px;
  height: 170px;
}

/* Footer Info Section
=======================================================*/
.skInfo {
  background-color: #173F35;
}

.skInfo .separator {
  margin: 0;
  color: #ffffff;
}

.skInfo .skInfoInner .skLeft {
  width: 70%;
  margin: 15px 0 15px 21px;
}

.skInfo .skInfoInner .skRight {
  margin: 14px 15px;
}

.skInfo .skInfoInner .skRight a {
  display: block;
}

.skInfo a.SkinObject {
  white-space: nowrap;
}

.skInfo a.SkinObject:hover {
  text-decoration: underline;
}

.skInfo a.SkinObject.skHiddenLogin {
  color: transparent;
  transition: 0.3s;
}

.skInfo a.SkinObject.skHiddenLogin:hover {
  color: #ffffff;
}

.skInfo a.SkinObject,
.skInfo span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

/* Inner Page
/************************************************************************/
#Body .skInnerArea .bsbSkin .container {
  width: auto;
}

#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg .skInnerWidth {
  margin: 0 auto 20px;
  max-width: 940px;
  padding: 20px 20px 0;
  background-color: #EBEBEB;
}

.skInnerArea .skAreabg .skInnerWrapper {
  display: table;
  width: 100%;
}

.skInnerArea .skRightPane {
  width: 35%;
  margin-left: 2.9%;
}

.skInnerArea .skLeftPane {
  width: 62%;
}

.skInnerWrapper .TeamPage_underlineboldLink,
.skInnerWrapper a,
.skInnerWrapper a:visited {
  color: #333333;
  transition: 0.3s;
}

.skInnerWrapper .TeamPage_underlineboldLink:hover, .skInnerWrapper .TeamPage_underlineboldLink:active, .skInnerWrapper .TeamPage_underlineboldLink:focus,
.skInnerWrapper a:hover,
.skInnerWrapper a:active,
.skInnerWrapper a:focus,
.skInnerWrapper a:visited:hover,
.skInnerWrapper a:visited:active,
.skInnerWrapper a:visited:focus {
  color: #a29061;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1024px) {
  .skHeader .skBanner {
    font-size: 75px;
  }
  .skHeader .skActionWrapper .skWidth {
    width: auto;
  }
  .skHeader .skHeadWrapper .skRight {
    margin-right: 25px;
  }
  .skHeader .skHeadWrapper .skLeft {
    margin-left: 25px;
  }
  .skHeader .skHeadWrapper .skHead {
    margin: 12px 0;
  }
  .skWidth {
    width: auto;
  }
  .skFooter .skSiteLink {
    width: 290px;
    margin-right: 15px;
  }
  .skInfo .skWidth {
    max-width: 960px;
  }
  .skInfo .skInfoInner .skLeft {
    width: 75%;
  }
}

@media screen and (max-width: 960px) {
  .skInnerArea .skAreabg .skInnerWidth {
    width: auto;
  }
  .skInnerArea .skAreabg .skInnerWrapper {
    background-color: transparent;
    padding: 20px 0px;
    margin: 0px;
    display: block;
  }
  .skInnerArea .skWrapper {
    padding: 0 15px;
  }
  .skContentWrapper {
    padding: 0 15px;
  }
  .skImageLinks {
    padding: 0 15px 38px 15px;
  }
  .skSponsor .skPrev {
    left: 0px;
  }
  .skSponsor .skNext {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .grdDataGrid .TeamPage_gridHeaderRow,
  .TeamPage_grid .TeamPage_gridHeaderRow {
    display: none;
  }
  .grdDataGrid .TeamPage_gridColumn,
  .TeamPage_grid .TeamPage_gridColumn {
    display: block;
    width: calc(100% - 20px) !important;
    text-align: center !important;
    border: none;
  }
  .TeamPage_MT_teamInfo_photo {
    display: block;
    width: calc(100% - 24px);
  }
  .McLean-Youth-Soccer .reIframeWrapperIOS {
    height: auto;
    padding-bottom: 0 !important;
  }
  .McLean-Youth-Soccer .pnlImageUpload {
    min-width: auto;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail td,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail td.TeamPage_RedboldText,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail td.TeamPage_RedboldText {
    display: inline-block;
    width: auto;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail td.TeamPage_RedboldText + td,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail td.TeamPage_RedboldText + td {
    display: inline-block;
    width: auto;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail textarea,
  .McLean-Youth-Soccer .TeamPage_newsAE_detail input,
  .McLean-Youth-Soccer .TeamPage_newsAE_detail .RadEditor,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail textarea,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail input,
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail .RadEditor {
    width: 100% !important;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detail input[type="checkbox"],
  .McLean-Youth-Soccer .TeamPage_newsAE_detail input[type="radio"],
  .McLean-Youth-Soccer .TeamPage_newsAE_detail input[type="submit"],
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail input[type="checkbox"],
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail input[type="radio"],
  .McLean-Youth-Soccer .TeamPage_MT_teamInfo_detail input[type="submit"] {
    width: auto !important;
  }
  .McLean-Youth-Soccer .TeamPage_MT_profile {
    width: 100%;
  }
  .McLean-Youth-Soccer .TeamPage_MT_profile .TeamPage_newsAE_detail {
    width: calc(100% - 42px);
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detailRight,
  .McLean-Youth-Soccer .TeamPage_newsAE_detailLeft {
    float: none;
    display: block;
    width: 100%;
    position: unset;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detailLeft .RadPicker input {
    width: auto !important;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_newsPhoto {
    width: 100%;
  }
  .McLean-Youth-Soccer .TeamPage_newsAE_detailRight {
    width: calc(100% - 36px);
  }
  .McLean-Youth-Soccer a.TeamPage_actionButton,
  .McLean-Youth-Soccer a.TeamPage_actionButton:link,
  .McLean-Youth-Soccer a.TeamPage_actionButton:visited {
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    margin: 2px;
  }
  .skSlider {
    padding-bottom: 15px;
  }
  .skAreabg {
    background: none;
    background-color: #ede2c4;
  }
  .skArea {
    overflow: hidden;
  }
  .skLogo,
  .skActionWrpper {
    display: none;
  }
  .skHeadWrapper {
    padding: 0;
  }
  .skImageLinks .skLogoImage {
    width: 130px;
    height: 125px;
    margin-left: -65px;
    margin-top: -65px;
  }
  .skRow,
  .skMobTabLink,
  .skMobOnly,
  .skMobile {
    display: block;
  }
  .skFieldWrapper {
    width: 100%;
    display: block;
  }
  .skFieldWrapper h2.skHead {
    display: none;
  }
  .skSocialWrapper,
  .skSection .content,
  .skWebOnly,
  .skNavWrapper,
  .skHeader .skLogo {
    display: none;
  }
  .skColumnInner {
    padding: 0;
  }
  #Body .skInnerArea .skWrapper .DNNModuleContent {
    overflow: auto;
  }
  .skTabs {
    height: auto;
  }
  .skAreabgStrips .skAreabg {
    padding: 0px;
    background: url(images/mobile-bg.jpg);
    background-repeat: no-repeat;
  }
  /* ===========Header============= */
  .skHeadWrapper .skBanner {
    float: none;
    margin: 0;
    padding: 25px 0 15px;
    margin: 0;
    width: auto;
  }
  .skHeadWrapper .skBanner .skBannerWrap {
    margin: 0 auto;
  }
  .skHeadWrapper .skBanner .skBannerWrap .skLogo {
    display: none;
  }
  .skHeadWrapper .skBanner h1.skBannerHeader {
    font-size: 24px;
    color: #224b43;
    margin: 0;
  }
  .skHeadWrapper .skBanner .skRightBanner {
    padding: 0;
    text-align: center;
  }
  .skHeadWrapper .skBanner h1.skBannerText {
    font-size: 36px;
    width: auto;
    padding: 0 10px;
    line-height: 36px;
    margin-top: 4px;
  }
  .skHeadWrapper .skBanner .skSubBannerText {
    font-size: 20px;
    line-height: 30px;
    width: auto;
    margin: 11px 0;
  }
  /* ===========About section============= */
  .skAboutus.skTabsCnt {
    margin: 0px;
    padding: 10px 5px;
  }
  .skAboutus.skTabsCnt .skInner {
    margin: 0px;
  }
  /* =========== Mobile Nav ============= */
  #Body #mobNav.blue .navBar {
    background-color: #224b43;
    border-bottom: 0px;
    padding: 4px 36px;
  }
  #Body #mobNav.blue #navMenu .navContentInner {
    display: table;
    width: 100%;
  }
  #Body #mobNav.blue #navMenu .navRoot {
    display: block;
  }
  #Body #mobNav.blue #navMenu .navFooter {
    display: table-header-group;
  }
  #Body #mobNav.blue #navMenu .navFooter .navRoot {
    display: block;
    padding: 16px 0;
    position: relative;
  }
  #Body #mobNav.blue #navMenu .navFooter .navRoot::after {
    content: '';
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    margin-left: -40%;
    left: 50%;
  }
  #Body #mobNav.blue #navMenu .navFooter::after {
    content: none;
  }
  #Body #mobNav.blue #navMenu .navWrapper > svg {
    display: none;
  }
  #Body #mobNav.blue .navRoot,
  #Body #mobNav.blue .navItem.last {
    background-color: transparent;
  }
  #Body #mobNav.blue .navChild .navLink,
  #Body #mobNav.blue .navChild .navLink:link,
  #Body #mobNav.blue .navChild .navLink:visited {
    color: #224b43;
  }
  #Body #mobNav.blue #mobNav.blue,
  #Body #mobNav.blue .navTabs .activeTab {
    border-bottom-color: transparent;
  }
  #Body #mobNav.blue .navLink,
  #Body #mobNav.blue .navLink:link {
    font-family: "Oswald", sans-serif;
    font-size: 23px;
  }
  #Body #mobNav.blue .navDropDown {
    background: #224b43;
  }
  #Body #mobNav.blue .navLeft {
    left: 15px;
  }
  #Body #mobNav.blue .navLogo a {
    padding: 0;
  }
  #Body #mobNav.blue .navLogo a img {
    height: 40px;
  }
  #Body #mobNav.blue .navChild .navIcon {
    fill: #224b43;
  }
  #Body #mobNav.blue .skTopLink {
    padding: 0;
    margin: 0;
  }
  #Body #mobNav.blue .skTopLink .skItem {
    list-style: none;
  }
  #Body #mobNav.blue .skDonationLink {
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  /* =========== Image Link ============= */
  .skImageLinks {
    padding: 0;
    text-align: center;
  }
  .skImageLinks .skList {
    margin: 0;
    border-spacing: 2px 0;
    width: calc(100% + 0px);
  }
  .skImageLinks .skList .skItem {
    display: inline-block;
    width: calc(calc(100% - 11px) / 2);
    margin: 0px 11px 15px 0;
    height: 226px;
  }
  .skImageLinks .skList .skItem:nth-child(even) {
    margin-right: 0px;
  }
  .skImageLinks .skLink {
    width: 100%;
  }
  .skImageLinks .skLinkImage {
    width: 100%;
    height: 100%;
  }
  /* Highlight Section
=======================================================*/
  .skHighlight iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .skHighlight.skTabsCnt {
    margin: 0px;
    padding: 10px 5px;
  }
  .skHighlight.skTabsCnt .skInner {
    margin: 0;
    padding-right: 5px;
  }
  /* =========== Sponsor Section ============= */
  .skSponsor {
    padding: 0;
  }
  .skSponsor .skSponsorWrapper {
    margin-top: 0;
  }
  .skSponsor .skPrev {
    left: 8px;
  }
  .skSponsor .skNextBtn:hover {
    right: 0px;
    padding-left: 30px;
  }
  .skSponsor .skPrevBtn:hover {
    left: 0px;
    padding-right: 30px;
  }
  .skSponsor .wrapper {
    padding: 0 70px;
  }
  /* =========== Inner Area ============= */
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skLeftPane,
  .skInnerArea .skRightPane {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  /* =========== League and Programs ============= */
  .skLeaguesWrapper .skLeaguesBtn {
    padding: 0 15px 30px;
    text-align: center;
  }
  .skLeaguesWrapper .skLeaguesBtn .skLeaguesLink {
    padding: 0 4px 8px;
  }
  .skLeaguesWrapper .skLeaguesBtn img {
    height: 70px;
    width: 70px;
  }
  /* =========== Footer ============= */
  .skFooter {
    padding: 35px 35px 30px;
  }
  .skFooter .skConnectUs {
    width: 270px;
    margin: 0 auto;
    float: none;
  }
  .skFooter .skContactUs {
    float: none;
    margin: 0 auto;
    width: 270px;
  }
  .skFooter .skContactUs .skFtContent {
    margin: 8px 0 28px;
  }
  .skFooter .skContactUs .content {
    padding: 0;
  }
  .skFooter .skContactUs .skHead {
    margin-bottom: 9px;
  }
  .skFooter .skDonationLink {
    padding: 17px 10px;
  }
  .skFooter .skSiteLink {
    float: none;
    padding: 0;
    margin: 27px auto;
  }
  .skFooter .skSiteLink li {
    text-align: center;
  }
  .skFooter .skSiteLink .skHead {
    margin-bottom: 7px;
    text-align: center;
  }
  .skFooter .skSiteLink ul.last {
    margin-left: 0px;
  }
  .skFooter .skSiteLink .list {
    width: 100%;
  }
  .skFooter .skFooterBanner {
    margin: 29px auto 0;
    float: none;
    padding: 0;
    text-align: center;
  }
  .skFooter .skFooterBanner .skBannerLink img {
    width: 100%;
    max-width: 100%;
  }
  .skFooter .skFooterBanner .skBannerLink {
    margin: 0;
  }
  /* =========== News section ============= */
  .skNews {
    margin: 0px 0px 0px;
  }
  .skNews .skList {
    margin: 0px;
  }
  .skNews .skList .skItem {
    width: 100%;
    margin-bottom: 13px;
  }
  .skNews .skList .skItem:nth-child(1), .skNews .skList .skItem:nth-child(3) {
    margin-right: 0;
  }
  .skNews .skList .skItem:nth-child(2), .skNews .skList .skItem:nth-child(4) {
    margin-left: 0;
  }
  .skNews .skList .skItem .skLink {
    min-height: 180px;
  }
  .skNews .skList .skItem .skLink .skImg, .skNews .skList .skItem .skLink .skImg.skLogoImg {
    width: 180px;
    height: 180px;
  }
  .skNews .skList .skItem .skLink .skImg img {
    max-width: 100%;
    height: auto;
  }
  .skNews .skList .skItem.skItem:nth-child(1), .skNews .skList .skItem.skItem:nth-child(2) {
    margin-bottom: 12px;
  }
  .skNews .skImg.skLogoImg img {
    margin-top: 22px;
  }
  .skNews .skDetail {
    padding: 0px 20px 0px 190px;
    margin: 5px 0;
  }
  .skDetail {
    padding: 0px;
  }
  .skDetail .skSummary {
    line-height: 20px;
    display: inline;
    font-size: 14px;
    margin: 0;
  }
  .skDetail .skTitle {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  /* =========== Field section ============= */
  .skSection .skContent {
    padding: 0px;
  }
  .skFieldWrapper .skField {
    margin: 5px 0 0 0;
  }
  .skFieldWrapper .skContent {
    padding: 0;
    height: 390px;
    position: relative;
  }
  .skFieldWrapper .skContent .skInner {
    margin: 17px 16px 0;
    padding-right: 5px;
    height: 345px;
    overflow: auto;
  }
  .skFieldWrapper a.skViewAllBtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 8px 0 9px;
  }
  .skFieldWrapper.skTabsMob {
    margin-bottom: 30px;
  }
  .skFieldWrapper .skName {
    font-size: 20px;
  }
  .skFieldWrapper .skFieldDetail::after {
    font-size: 24px;
  }
  .skFieldWrapper .skSubField .skLocationItem:after {
    font-size: 18px;
  }
  .skFieldWrapper .skFieldDetail .skFieldAddress {
    padding-right: 75px;
    font-size: 15px;
  }
  /* =========== Tab section for heighlight,news and facebook  ============= */
  .skContentWrapper {
    padding: 0;
  }
  .skTabsWrapper {
    width: auto;
    display: block;
    background: none;
  }
  .skMobTabs {
    width: auto;
  }
  .skContentWrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #ede2c4;
  }
  .skTabsMob {
    margin-bottom: 30px;
    background-color: #ffffff;
  }
  .skTabs {
    background-color: transparent;
  }
  .skTabsMob .skContent,
  .skTabsCnt .inner {
    height: 350px;
  }
  .skTabsMob .skContent iframe,
  .skTabsCnt .inner iframe {
    display: block;
    margin: 0 auto;
  }
  a.skMobTabLink {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
    text-align: center;
    background-color: #224b43;
    font-size: 18px;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
  }
  a.skMobTabLink::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    border-top: 0px;
    right: 0;
    top: 0;
    margin: 20px 15px;
  }
  a.skMobTabLink.active::before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    border-bottom: 0px;
    right: 0;
    top: 0;
  }
  a.skMobTabLink.skTwitterIcn svg {
    height: 24px;
    width: 24px;
  }
  a.skMobTabLink.skFacebookIcn svg {
    height: 24px;
    width: 18px;
  }
  a.skMobTabLink svg {
    fill: #ffffff;
    margin-right: 13px;
  }
  a.skMobTabLink.skHeadMobile + .skTabsCnt {
    display: block;
  }
  .skTabsCnt {
    padding: 10px 5px 10px 15px;
    display: none;
    margin: 0px;
  }
  .skTabsCnt .skInner {
    margin: 0px;
    padding-right: 5px;
    height: 350px;
    overflow-y: auto;
  }
  .skTabsCnt a.skViewAllBtn {
    position: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    text-align: center;
    padding: 8px 0 9px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    display: block;
  }
  .skTabsCnt#skFacebookMob, .skTabsCnt#skTwitterMob {
    padding: 0;
  }
  .skTabsCnt#skFacebookMob .skContent, .skTabsCnt#skTwitterMob .skContent {
    height: 370px;
  }
  .skTabsCnt.visible {
    display: block;
  }
  /* =========== Info section ============= */
  .skInfo {
    padding: 15px 0;
  }
  .skInfo .skInfoInner {
    padding: 0;
  }
  .skInfo .skInfoInner .skLeft {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 0 45px;
  }
  .skInfo .skInfoInner .skRight {
    display: block;
    float: none;
    text-align: center;
    margin: 15px 0 0;
  }
  .skInfo a.SkinObject,
  .skInfo span {
    line-height: 28px;
  }
  .skCalendar .skList {
    margin: 0px;
  }
  .skCalendar .skList .skItem.first {
    padding: 0px 0 16px;
  }
  .skCalendar .skTitle {
    font-size: 20px;
    line-height: 28px;
    height: auto;
    overflow: visible;
    white-space: normal;
  }
  .skCalendar .skTimeTitle .skTime {
    padding: 0px 0 6px 0;
  }
}

@media screen and (max-width: 640px) {
  .McLean-Youth-Soccer .TeamPage_newsHolder .TeamPage_newsDetail {
    max-width: 100%;
  }
  .McLean-Youth-Soccer .TeamPage_TP_newsHeader {
    text-align: center;
  }
  .McLean-Youth-Soccer .TeamPage_TP_newsHeader + .TeamPage_normalText {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .skImageLinks .item:nth-child(odd) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 360px) {
  .skImageLinks .skLinkImage {
    width: 100%;
    height: 100%;
  }
  #Body #mobNav.blue .navLink,
  #Body #mobNav.blue .navLink:link {
    font-size: 18px;
  }
  #Body #mobNav.blue .skTopLink .skItem .skDonationLink {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .skLoginWrapper a.skBtn {
    font-size: 16px;
  }
  .skInfo .skInfoInner .skLeft {
    padding: 0 20px;
  }
  .skFooter .skConnectUs,
  .skFooter .skFooterBanner,
  .skFooter .skContactUs {
    width: 100%;
  }
}
