/********************************************************************/
/* Website Developed by : Blue Sombrero 		    */
/* Inter Atlanta FC    */
/* Created by Rimpal Prajapati 11-October-2019			    */
/********************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto+Condensed:wght@400;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Teko:wght@400;500;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;
}

.skInnerArea,
.skInnerArea .Normal,
.skInnerArea h1,
.skInnerArea h2,
.skInnerArea h3,
.skInnerArea h4,
.skInnerArea h5,
.skInnerArea h6,
.skInnerArea a,
.skInnerArea a:link,
.skInnerArea a:visited {
  font-family: "Source Sans Pro", sans-serif;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #00aeef;
  transition: 0.3s;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #fff;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #00aeef;
  text-decoration: none;
}

/* 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: #00aeef;
  color: #fff;
  transition: 0.3s;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #00aeef;
  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: 1366px;
  margin: 0 auto;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

/* Header CSS */
/********************************************************************/
#google_translate_element {
  display: inline-block;
  height: 20px;
  width: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 5px;
}

#google_translate_element:hover svg {
  fill: #011c72;
}

#google_translate_element svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  fill: #fff;
  transition: 0.3s;
}

#google_translate_element .goog-te-gadget {
  display: block;
}

#google_translate_element .goog-te-gadget-simple {
  background: transparent;
  border: none;
}

#google_translate_element .goog-te-gadget-simple img {
  display: none;
}

#google_translate_element .goog-te-gadget img,
#google_translate_element .goog-te-menu-value span {
  display: none;
}

#google_translate_element .goog-te-menu-value,
#google_translate_element .translate {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
}

/* Navigation */
/********************************************************************/
.skNav {
  padding-left: 183px;
}

.skNav #dnnStandardMenu .root {
  border: 0;
}

.skNav #dnnStandardMenu .root.sel .roottxt,
.skNav #dnnStandardMenu .root.exp .roottxt,
.skNav #dnnStandardMenu .root .roottxt:hover {
  color: #fff;
  background-color: #00aeef;
}

.skNav #dnnStandardMenu .root .mi {
  position: relative;
  padding: 0px 15px;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root .mi:hover {
  background: #00aeef;
}

.skNav #dnnStandardMenu .root .mi:hover > a {
  color: #fff;
}

.skNav #dnnStandardMenu .root li.mi2 {
  margin-bottom: 0;
}

.skNav #dnnStandardMenu .root .m0 {
  top: 100% !important;
}

.skNav #dnnStandardMenu .txt {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  padding: 24px 20px;
  letter-spacing: 0.3px;
  color: #111111;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .mi1 .txt {
  font-size: 16px;
  color: #282828;
  line-height: 35px;
}

/* Topbar */
/********************************************************************/
.skTopbar {
  background: #00aeef;
  padding: 11px 0 7px;
}

.skSocial {
  float: right;
  margin: 5px 0;
}

.skSocial .link {
  margin-right: 17px;
  color: transparent;
  vertical-align: middle;
}

.skSocial svg {
  fill: #fff;
  transition: 0.3s;
}

.skSocial svg:hover {
  fill: #011c72;
}

.skSocial .skTwitter svg {
  height: 20px;
  width: 20px;
}

.skSocial .skFacebook svg,
.skSocial .skInstagram svg {
  width: 20px;
  height: 20px;
}

.skSocial .skYoutube svg {
  width: 20px;
  height: 17px;
}

.skSocial .skFlickr svg {
  width: 25px;
  height: 25px;
  margin-top: -2px;
}

.skBtn.link {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  background-color: #011c72;
  padding: 5px 20px;
  margin: 0 7px 0 0;
  transition: 0.3s;
}

.skBtn.link:hover, .skBtn.link:active {
  color: #011c72;
  background: #fff;
}

.skBtn.link:hover .skLink, .skBtn.link:active .skLink {
  color: #011c72;
}

.skTopLinkBtn {
  margin-right: 12px;
}

.skTopLinkBtn .skList {
  margin: 0;
  padding: 0;
}

.skTopLinkBtn .skList .skItem {
  list-style: none;
}

.skTopLinkBtn .skList .skLink {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

/* Header */
/********************************************************************/
.skMobile {
  display: none !important;
}

.skHeader .skBanner {
  position: relative;
}

.skTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  letter-spacing: 0.25px;
  text-align: center;
  overflow: hidden;
}

.skLogo {
  position: absolute;
  top: -42px;
  left: 300px;
  z-index: 1;
}

.skLogo a {
  display: block;
}

.skLogo img {
  width: 132px;
  height: 165px;
  transition: 0.3s;
}

.skLogo img:hover {
  filter: drop-shadow(2px 0px 15px rgba(0, 0, 0, 0.23));
}

.skNav {
  padding-left: 456px;
}

.skSwitchLogo {
  position: absolute;
  left: 122px;
  top: 10px;
}

/* Sponsor Switch4Good */
/********************************************************************/
.skSwitch4good {
  text-align: center;
  padding: 26px 0 34px;
}

.skSwitch4good .skSwitchHeading {
  font-family: "Teko", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.5px;
  padding: 0;
  color: #272727;
}

.skSwitch4good a {
  display: inline-block;
}

.skSwitch4good .skSwitchImage {
  max-width: 100%;
}

/* About Us */
/********************************************************************/
.skAboutUs {
  background-color: #011c72;
}

.skAboutUs .skAboutWrapper {
  text-align: center;
  padding: 45px 50px 65px;
}

.skAboutUs .skAboutHead {
  font-family: "Teko", sans-serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fdba31;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-weight: 400;
}

.skAboutUs .skAboutInner {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.2px;
}

/* Scroll */
/********************************************************************/
::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #00aeef;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #6f6f6f;
}

.SkFieldWrapper, .skLinkBtn, .skSocialWrapper {
  box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.15);
}

/* Field Status */
/********************************************************************/
.skFieldSocialWrapper {
  padding: 105px 0 108px;
  background-color: #f0f0f0;
}

.SkFieldWrapper,
.skSocialWrapper {
  width: 450px;
  background-color: #fff;
}

.skFieldSocial {
  width: 937px;
  margin: auto;
}

.skFieldSocial .skHead {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 12px 0 5px;
  color: #fff;
  background-color: #00aeef;
  text-align: center;
  text-transform: uppercase;
}

.SkFieldWrapper {
  padding-bottom: 20px;
}

.SkFieldWrapper .content {
  margin: 23px 16px 0 28px;
  padding-right: 14px;
  height: 457px;
  overflow: auto;
}

.SkFieldWrapper .skFieldStatus .skItem {
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(133, 133, 133, 0.3);
  padding: 20px 0 12px;
}

.SkFieldWrapper .skFieldStatus .skItem:after {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.1px;
  right: 0px;
  text-transform: uppercase;
  top: 22px;
}

.SkFieldWrapper .skFieldStatus .skItem:first-child {
  padding: 0 0 10px;
}

.SkFieldWrapper .skFieldStatus .skItem:first-child:after {
  top: 0px;
}

.SkFieldWrapper .skFieldStatus .skOpen:after {
  content: "Open";
  color: #09957e;
}

.SkFieldWrapper .skFieldStatus .skPartial:after {
  content: "Partial";
  color: #fdba31;
}

.SkFieldWrapper .skFieldStatus .skClose:after {
  font-size: 17px;
  content: "Closed";
  color: #c41230;
}

.SkFieldWrapper .skFieldStatus .skItem.skLast {
  border-bottom: 0;
}

.SkFieldWrapper .skName {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #272727;
  padding-right: 70px;
  text-transform: uppercase;
  padding-bottom: 0;
  word-break: break-word;
}

.SkFieldWrapper .skDate {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #00aeef;
  display: block;
  margin-bottom: 8px;
}

.SkFieldWrapper .skSubField {
  margin: 0;
  padding: 0;
}

.SkFieldWrapper .skSubField .skLocationItem {
  padding: 0 0 13px 0;
  border: none;
}

.SkFieldWrapper .skSubField .skLocationItem:after {
  top: 0;
}

.SkFieldWrapper .skSubField .skLocationItem span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  color: #272727;
  padding: 0 48px 0 0;
  border-bottom: none;
  text-transform: capitalize;
  display: block;
  word-break: break-word;
}

.SkFieldWrapper .skSubField .skLocationItem span:first-child {
  padding: 0 60px 0 0;
}

.SkFieldWrapper .skSubField .skLocationItem span:first-child:after {
  top: 5px;
}

.SkFieldWrapper .skSubField .skLocationItem span:after {
  top: 8px;
}

.SkFieldWrapper .skFieldStatus {
  margin: 0;
}

.skViewall {
  text-align: center;
}

.skViewall .viewall {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #00aeef;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: center;
  margin: auto;
  width: 260px;
  height: 32px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.skViewall .viewall:hover {
  background-color: #011c72;
}

/* Link Button Section */
/********************************************************************/
.skLinkBtn {
  display: block;
}

.skLinkBtn .skList {
  margin: 0;
  padding: 0;
}

.skLinkBtn .skItem {
  list-style-type: none;
}

.skLinkBtn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.skLinkBtn .skLink {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
  width: 451px;
  height: 217px;
  display: table;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  table-layout: fixed;
}

.skLinkBtn .skLink:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 174, 239, 0.6);
  transition: 0.3s;
}

.skLinkBtn .skLink:hover:after {
  background-color: rgba(1, 28, 114, 0.6);
}

.skLinkBtn .skTitleWrapper {
  display: table-cell;
  text-shadow: 0px 0px 10px #277ba5;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
}

.skLinkBtn .skLinkTitle {
  display: block;
  max-height: 188px;
  overflow: hidden;
}

.skLinkBtnLeft {
  margin-top: 38px;
}

.skLinkBtnRight .skItem.skFirst {
  display: none;
}

.skLinkBtnRight .skAlt.skLast {
  margin-bottom: 38px;
}

/* Social Media Section */
/********************************************************************/
.facebook-plugin {
  display: block;
  margin: auto;
}

.skSocialWrapper {
  padding-bottom: 10px;
}

.skSocialWrapper .skColumn {
  position: relative;
}

.skSocialWrapper .skTwitterLink svg,
.skSocialWrapper .skFacebookLink svg {
  fill: #fff;
}

.skSocialWrapper .skSocialTab .active a {
  background-color: #011c72;
}

.skSocialWrapper .skFBWrapper {
  height: 490px;
}

.skSocialWrapper .skTwitter {
  height: 490px;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.skSocialTab {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0;
  margin: 0;
  z-index: 999;
}

.skSocialTab li {
  display: inline-block;
}

.skSocialTab li a {
  padding: 15px;
  display: block;
  text-indent: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
}

/* Sponsor */
/********************************************************************/
.skSponsorWrapper {
  background-color: #011c72;
}

.skSponsor {
  width: 937px;
  margin: 0 auto;
  position: relative;
}

.skSponsor .skList {
  padding: 0;
}

.skSponsor .skList li {
  float: left;
  width: 937px;
  list-style-type: none;
  margin-right: 0;
  text-align: center;
  margin: 27px 0 13px;
}

.skSponsor .skList li a {
  text-decoration: none;
  display: inline-block;
  margin: 0 12px 18px;
}

.skSponsor .skList img {
  width: 160px;
  height: 95px;
}

.skSponsor .skPrev,
.skSponsor .skNext {
  width: 33px;
  height: 55px;
  position: absolute;
  top: calc( 50% - 27px);
  transition: 0.3s;
  padding: 0 10px;
}

.skSponsor .skPrev svg,
.skSponsor .skNext svg {
  width: 33px;
  fill: #fdba31;
}

.skSponsor .skPrev {
  left: -71px;
}

.skSponsor .skPrev:hover {
  padding: 0 20px 0 0;
}

.skSponsor .skNext {
  right: -66px;
}

.skSponsor .skNext:hover {
  padding: 0 0 0 20px;
}

/* Footer */
/********************************************************************/
.skFooter {
  background-color: #fff;
}

.skFooter .skWidth {
  width: 937px;
  margin: 0 auto;
}

.skFooter .skFooterInner {
  padding: 55px 0 25px;
}

.skFooter .skHead {
  font-size: 30px;
  line-height: 18px;
  color: #011c72;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.skFooter .skLeft {
  width: calc(100% - 183px);
}

.skFooter .skRight img {
  height: 23px;
  width: 179px;
  margin-right: 4px;
}

.skFtbanner {
  float: left;
  width: 33%;
  text-align: center;
  padding: 7px 0 0 7px;
}

.skFtbanner .skHead {
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 9px;
}

.skFtbanner img {
  width: 183px;
  height: 83px;
  margin: 2px 0 0 16px;
}

.skContact {
  float: left;
  width: 26%;
  padding-left: 30px;
  word-break: break-word;
}

.skContact .ftContent {
  padding: 5px 0 0 5px;
}

.skClubAddress {
  font-family: "Open Sans", sans-serif;
  color: #272727;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding-bottom: 22px;
}

.skClubName {
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase;
  color: #272727;
  font-size: 17px;
}

.skClubContact a {
  font-family: "Open Sans", sans-serif;
  color: #0096ce;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: inline-block;
}

.skClubContact .skClubEmail {
  text-decoration: underline;
}

.sksiteLinks {
  float: left;
  width: 33%;
}

.sksiteLinks .ftContent {
  margin-left: -4px;
}

.sksiteLinks .site-links {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 125px;
}

.sksiteLinks .site-links .item {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
}

.sksiteLinks .site-links .link {
  color: #272727;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  line-height: 22px;
  word-break: break-word;
  white-space: nowrap;
  position: relative;
  transition: 0.3s;
}

.sksiteLinks .site-links .link:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1;
  background-color: transparent;
  transition: 0.3s;
}

.sksiteLinks .site-links .link:hover {
  color: #0096ce;
}

.sksiteLinks .site-links .link:hover:before {
  background-color: #0096ce;
}

.sksiteLinks .site-links .link:hover svg {
  fill: #0096ce;
}

.sksiteLinks .site-links svg {
  width: 10px;
  height: 7px;
  margin-right: 2px;
}

.sksiteLinks .site-links:first-child {
  margin-right: 35px;
}

/* Info */
/********************************************************************/
.skInfo {
  background-color: #00aeef;
}

.skInfo .skWidth {
  width: 937px;
  margin: 0 auto;
}

.skInfo .skInfoInner {
  padding: 16px 0px;
  margin-left: -10px;
}

.skInfo a.SkinObject,
.skInfo .SkinObject {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #fff;
  transition: 0.3s;
}

.skInfo .separator {
  color: #fff;
  line-height: 17px;
}

.skInfo a.HiddenLink {
  color: transparent;
  transition: 0.3s;
}

.skInfo a.SkinObject:hover,
.skInfo a.HiddenLink:hover {
  color: #272727;
}

/* Inner Page */
/********************************************************************/
#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg {
  padding: 18px 0 0 0;
}

.skInnerWidth.skWidth {
  width: 935px;
}

.skInnerWidth .skRightPane {
  width: 35.3%;
  float: right;
  margin-left: 2.7%;
}

.skInnerWidth .skLeftPane {
  width: 62%;
  float: left;
}

.skInnerWidth .Normal {
  font-size: 18px;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1370px) {
  .skWidth {
    width: auto;
  }
  .rotator-arrow .skSlider svg {
    left: 0;
  }
  .skFooter .skFooterInner {
    padding: 35px 15px;
  }
}

@media only screen and (max-width: 1310px) {
  .skFtSocial {
    width: 25%;
  }
  .skFtSocial a {
    margin: 0 5px 7px 0;
  }
}

@media screen and (max-width: 1100px) {
  .skImageLinks {
    padding: 58px 0px 25px;
  }
  .skVideoWrapper iframe {
    width: 90%;
  }
  .skFooter .skFooterInner {
    padding: 55px 25px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .skFooter .skWidth,
  .skFieldSocial {
    width: auto;
  }
  .skSponsor {
    padding: 0 50px;
    width: auto;
  }
  .skSponsor .skPrev {
    left: 0px;
  }
  .skSponsor .skPrev:hover {
    padding: 0 10px;
  }
  .skSponsor .skNext {
    right: 0px;
  }
  .skSponsor .skNext:hover {
    padding: 0 10px;
  }
  .skFooter .skFooterInner {
    padding: 55px 15px 25px;
  }
  .skNav {
    padding-left: 340px;
  }
  .skLogo {
    left: 200px;
  }
  .skSwitchLogo {
    left: 20px;
  }
}

@media screen and (max-width: 960px) {
  /* Footer Section */
  /********************************************************************/
  .sksiteLinks .site-links:first-child {
    margin-right: 3px;
  }
  .SkFieldWrapper,
  .skSocialWrapper,
  .skLinkBtn,
  .skLinkBtn .skLink {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .skRight,
  .skLeft {
    float: none;
  }
  .skInnerWidth.skWidth {
    width: auto;
  }
  /* Mobile Nav */
  /********************************************************************/
  #Body #mobNav.blue .navBar {
    background-color: #00aeef;
    border-bottom: 0px;
    padding: 6px 36px;
  }
  #Body #mobNav.blue .navChild .navLink,
  #Body #mobNav.blue .navChild .navLink:link,
  #Body #mobNav.blue .navChild .navLink:visited {
    color: #00aeef;
  }
  #Body #mobNav.blue .navDropDown {
    background: #00aeef;
  }
  #Body #mobNav.blue .navDropDown .navRoot,
  #Body #mobNav.blue .navDropDown .navItem.last {
    background: #00aeef;
  }
  #Body #mobNav.blue .navDropDown .navTabs .activeTab {
    border-bottom-color: #00aeef;
  }
  #Body #mobNav.blue .navDropDown .navLink,
  #Body #mobNav.blue .navDropDown .navLink:link {
    font-family: "Roboto Condensed", sans-serif;
  }
  #Body #mobNav.blue .navLogo a img {
    height: 42px;
  }
  #Body #mobNav.blue .navChild svg.navIcon {
    fill: #00aeef;
  }
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skLeftPane,
  .skInnerArea .skRightPane {
    float: none !important;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  /* Header */
  /********************************************************************/
  .skMobile {
    display: block !important;
  }
  .skWeb {
    display: none;
  }
  .skLogo {
    display: none;
  }
  .skTopbar {
    background-color: #fff;
    padding: 15px;
  }
  .skAction,
  .skSocial {
    display: none;
  }
  /* About Us Section
=======================================================*/
  .skAboutUs .skAboutWrapper {
    padding: 25px 15px 35px;
  }
  .skAboutUs .skAboutInner {
    font-size: 14px;
    line-height: 18px;
  }
  .skAboutUs .skAboutHead {
    text-align: center;
    padding-bottom: 16px;
    font-size: 30px;
    letter-spacing: 0.25px;
  }
  /* Filed Section
// =======================================================*/
  .skFieldSocialWrapper {
    padding: 28px 0 31px;
  }
  .skFieldSocialWrapper .skLeft {
    float: none;
  }
  .SkFieldWrapper,
  .skSocialWrapper {
    width: auto;
  }
  .SkFieldWrapper .content {
    margin: 23px 14px 0 20px;
  }
  .SkFieldWrapper .skFieldStatus .skItem:first-child {
    padding: 0 0 11px;
  }
  .SkFieldWrapper,
  .skSocialWrapper,
  .skLinkBtn {
    width: 100%;
  }
  .SkFieldWrapper .skItem,
  .skSocialWrapper .skItem,
  .skLinkBtn .skItem {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .skLinkBtnLeft {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .skLinkBtnLeft .skLink,
  .skLinkBtnRight .skLink {
    height: 325px;
    width: 100%;
  }
  .skLinkBtnRight .skAlt.skLast {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  /* Sponsor Section
=======================================================*/
  .skSponsor {
    padding: 72px 55px 72px;
    width: auto;
  }
  .skSponsor .skList li {
    margin: 0;
  }
  .skSponsor .skList li .link {
    margin: 0;
  }
  .skSponsor .skNext svg {
    right: 15px;
  }
  .skSponsor .skNext:hover svg {
    right: 15px;
  }
  .skSponsor .skPrev svg {
    left: 15px;
  }
  .skSponsor .skPrev:hover svg {
    left: 15px;
  }
  /* Footer Section
=======================================================*/
  .skFooter .skFooterInner {
    padding: 35px 15px 18px;
  }
  .skFooter .skFtbanner {
    padding: 0;
    float: none;
    text-align: center;
    margin-bottom: 45px;
    width: auto;
  }
  .skFooter .skFtbanner img {
    margin: 0px 0 0 18px;
  }
  .skFooter .skHead {
    display: block;
  }
  .skFooter .skLeft {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .skFooter .skRight {
    text-align: center;
  }
  .skContact {
    width: 315px;
    float: none;
    padding: 0;
    margin: auto;
  }
  .skContact .skBtn {
    margin: 0;
  }
  .skLeague {
    max-width: none;
    padding: 0 15px;
    margin-bottom: 50px;
    width: auto;
  }
  .skLeague .skItem .skLeagueLink {
    font-size: 37px;
    line-height: 79px;
  }
  .skClubAddress {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 23px;
  }
  .skClubContact a {
    font-size: 14px;
    line-height: 20px;
  }
  .skClubContact svg {
    width: 15px;
  }
  .sksiteLinks {
    float: none;
    width: 315px;
    margin: auto;
    margin-bottom: 32px;
  }
  .sksiteLinks .site-links {
    text-align: left;
    margin: 0;
  }
  .sksiteLinks .site-links .item {
    font-size: 14px;
    line-height: 22px;
  }
  .sksiteLinks .site-links .link {
    padding: 0;
  }
  .sksiteLinks .site-links .link:before {
    top: 24px;
  }
  .sksiteLinks .site-links:first-child {
    margin-right: 35px;
  }
  .sksiteLinks .ftContent {
    padding: 0;
  }
  .skFtSocial {
    text-align: center;
    float: none;
    width: auto;
  }
  .skFtSocial a {
    padding: 21px;
    margin: 0 8px 12px 0;
  }
  .skFtSocial a:last-child {
    margin-right: 0;
  }
  .skMobileLeague {
    display: block;
  }
  .skWebLeague {
    display: none;
  }
  .skInfo a.SkinObject,
  .skInfo .SkinObject {
    font-size: 14px;
  }
  .skInfo .skInfoInner {
    padding: 16px 28px;
    margin: 0;
  }
  /* Sponsor Switch4Good */
  /********************************************************************/
  .skSwitch4good {
    padding: 30px 0;
  }
  .skSwitch4good .skSwitchHeading {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .skSwitch4good .skSwitchImage {
    width: 260px;
    height: 77px;
  }
}

@media screen and (max-width: 600px) {
  .skLinkBtnLeft .skLink,
  .skLinkBtnRight .skLink {
    height: 200px;
  }
}

@media screen and (max-width: 320px) {
  .sksiteLinks,
  .skContact {
    width: 300px;
  }
}
