/********************************************************************/
/* Website Developed by : Blue Sombrero 		    */
/* Charlotte Independence Platinum Theme Platinum Theme    */
/* Created by Rimpal Prajapati 11-July-2019			    */
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'canby';
  src: url("fonts/canby.eot");
  src: url("fonts/canby.eot?#iefix") format("embedded-opentype"), url("fonts/canby.woff2") format("woff2"), url("fonts/canby.woff") format("woff"), url("fonts/canby.ttf") format("truetype"), url("fonts/canby.svg#canby") format("svg");
}

/* 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: #e2cfa1;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #ebeaea;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #21599f;
}

.skWrapper a:hover, .skWrapper a:focus, .skWrapper a:active {
  color: #0c2340;
}

/* 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;
}

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: #21599f;
  color: #fff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #21599f;
  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;
}

.skMob {
  display: none;
}

#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: 1140px;
  margin: 0 auto !important;
}

.skArea {
  background-color: #ece3d0;
}

.skAreabg {
  background-image: url("images/body-bg.png");
  background-position: center;
}

.skNav {
  background-color: #21599f;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

/**header CSS*/
#google_translate_element {
  height: 34px;
  width: 62px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  background-color: #21599f;
  text-align: center;
  padding: 0;
}

#google_translate_element:hover svg {
  fill: #0c2340;
}

#google_translate_element svg {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
}

#google_translate_element .goog-te-gadget-simple {
  width: 62px;
  height: 31px;
  background: transparent;
  border: none;
}

#google_translate_element .goog-te-gadget-simple:hover, #google_translate_element .goog-te-gadget-simple:active {
  background-color: #e2cfa1;
  fill: #0c2340;
}

#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 {
  display: block;
  width: 26px;
  height: 18px;
  z-index: 1;
  position: absolute;
  margin: 0;
  padding: 8px 18px;
  top: 0;
  left: 0;
  background-color: transparent;
}

.skHeader {
  background-image: url("images/header-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #0c2340;
}

.skLogo {
  width: 170px;
  padding: 21px 27px;
}

.skLogo a {
  display: block;
}

.skRightBannerWrapper {
  width: calc(100% - 225px);
}

.skLeftBanner .skBanner {
  color: #fff;
  font-size: 84px;
  line-height: 1;
  font-family: "canby";
  font-weight: normal;
  padding: 0;
  letter-spacing: 0.1px;
  word-break: break-word;
  max-height: 168px;
  overflow: hidden;
}

.skLeftBanner .skSimpleText {
  color: #e2cfa1;
  font-size: 58px;
  font-family: "canby";
  font-weight: normal;
  line-height: 1;
  display: block;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skBtnLeft {
  margin-right: -188px;
  text-align: right;
}

.skLoginWrapper {
  padding: 17px 0;
}

.skBtn {
  display: inline-block;
  margin: 4px;
}

.skBtn .btnLogin,
.skBtn .btnRegister,
.skBtn svg {
  text-decoration: none;
  font-size: 16px;
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  transition: 0.2s;
}

.skBtn .btnLogin svg,
.skBtn .btnRegister svg,
.skBtn svg svg {
  padding: 0;
  margin-right: 5px;
}

.skBtn .btnLogin,
.skBtn .btnRegister {
  background-color: #21599f;
}

.skBtn .btnLogin svg,
.skBtn .btnRegister svg {
  height: 14px;
  width: 14px;
}

.skBtn .btnLogin,
.skBtn .btnRegister {
  color: #fff;
}

.skBtn .btnLogin:hover svg,
.skBtn .btnRegister:hover svg {
  fill: #0c2340;
}

.skBtn svg {
  fill: #fff;
}

.skBtn a:hover {
  background-color: #e2cfa1;
  color: #0c2340;
}

.skBtn a:hover svg {
  background-color: transparent;
  fill: #fff;
}

/* banner
==============================================*/
.skTopBanner {
  padding: 20px 0 10px;
}

.skTopBanner .skBannerLink {
  display: block;
}

.skTopBanner img {
  width: 100%;
}

/*social media icon
==============================================*/
.skSocialWrapper {
  overflow: hidden;
  padding: 20px 0 10px;
}

.skSocialWrapper ul {
  display: table;
  padding: 0px;
  margin: 0px -30px;
  width: calc(100% + 60px);
  border-spacing: 30px 0;
}

.skSocialWrapper li {
  width: 25%;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 120px;
  background-color: #21599f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.2s;
}

.skSocialWrapper li .link {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
}

.skSocialWrapper li .link svg {
  fill: #e2cfa1;
}

.skSocialWrapper li .link span {
  display: table-cell;
  vertical-align: middle;
}

.skSocialWrapper .skTwitter {
  background-image: url(images/twitter-bg.png);
}

.skSocialWrapper .skTwitter svg {
  width: 75px;
}

.skSocialWrapper .skTwitter:hover {
  background-color: #0c2340;
}

.skSocialWrapper .skFacebook {
  background-image: url(images/facebook-bg.png);
}

.skSocialWrapper .skFacebook svg {
  width: 60px;
}

.skSocialWrapper .skFacebook:hover {
  background-color: #0c2340;
}

.skSocialWrapper .skInstagram {
  background-image: url(images/instagram-bg.png);
}

.skSocialWrapper .skInstagram svg {
  width: 60px;
}

.skSocialWrapper .skInstagram:hover {
  background-color: #0c2340;
}

.skSocialWrapper .skYoutube {
  background-image: url(images/youtube-bg.png);
}

.skSocialWrapper .skYoutube svg {
  width: 70px;
}

.skSocialWrapper .skYoutube:hover {
  background-color: #0c2340;
}

.skSocialWrapper li:first-child .link {
  margin-left: 0px;
}

.skSocialWrapper li:last-child .link {
  margin-right: 0px;
}

/* Event Section

=============================================================*/
.skEventItem {
  list-style: none;
  padding: 15px 0px 7px;
  border-bottom: 2px solid #ececec;
}

.skEventItem:first-child {
  padding: 10px 0 7px;
}

.skEventItem.skEventLastItem {
  border: 0px;
}

.skEventItem .link-wrapper {
  display: table;
  width: 100%;
}

.skEvent {
  padding: 0 15px;
}

.skEvent .skHead {
  letter-spacing: 0.35px;
}

.skEvent .skCalendar {
  height: auto;
  background-color: #fff;
  padding: 15px;
}

.skEvent .skCalendar .list {
  margin: 0 15px 0 0;
}

.skEvent .skEventWrapper {
  margin: 0 15px 0 0;
  padding: 0;
}

.skEvent .status {
  font-size: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  display: inline-block;
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  padding: 0 7px;
  margin: 0px 10px 0 0;
}

.skEvent .canceled {
  color: #a74544;
}

.skEvent .rescheduled {
  color: #09957e;
}

.skEvent .postponed {
  color: #f8972a;
}

.skEventDetail {
  padding: 5px 0px 5px 9px;
  display: table-cell;
  vertical-align: middle;
}

.skEventCalendar {
  text-align: right;
  width: auto;
  padding-right: 5px;
  font-family: "canby";
  display: table-cell;
  width: 115px;
  padding: 15px 5px 7px 0;
}

.skEventMonth {
  font-size: 48px;
  line-height: 36px;
  color: #21599f;
  display: inline-block;
}

.skEventHead {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: block;
  text-transform: uppercase;
  padding: 0 0 6px 0;
  font-weight: 400;
  word-break: break-word;
  color: #04173e;
}

.skEventHead a.skEventLink {
  color: #04173e;
  text-decoration: none;
  transition: 0.2s;
}

.skEventHead a.skEventLink:hover {
  color: #e2cfa1;
}

.location {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  padding: 10px 0;
  text-transform: capitalize;
}

.skEventTime {
  font-size: 18px;
  line-height: 1;
  color: #21599f;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.skFieldEventWrapper a.skViewAllBtn {
  font-family: "Oswald", sans-serif;
  background-color: #21599f;
  display: block;
  padding: 7px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  max-width: 240px;
  font-size: 16px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  transition: 0.2s;
}

.skFieldEventWrapper a.skViewAllBtn:hover {
  background-color: #e2cfa1;
  color: #0c2340;
}

/* Scroll
=========================================================*/
.skInner {
  height: 390px;
  overflow-y: auto;
}

::-webkit-scrollbar-track {
  background-color: #c9c9c9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f6f8;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #e2cfa1;
}

/* Field Status
==========================================================*/
.skFieldEventWrapper {
  overflow: hidden;
  padding: 10px 0;
}

.skFieldEventWrapper .skWrapper {
  margin: 0 -15px 0px;
}

.skFieldEvent {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skFieldEvent .skLeftWrapper,
.skFieldEvent .skRightWrapper {
  display: table-cell;
  width: 48.68%;
}

.skFieldWrapper {
  padding: 0 15px;
}

.skFieldEvent .skFieldStatus {
  background: #fff;
}

.skFieldEvent .skFieldStatus .skHead {
  letter-spacing: 0.2px;
}

.skFieldEvent .skHead {
  font-family: "canby";
  background-color: #21599f;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  padding: 14px;
}

.skFieldEvent .skContent {
  padding: 15px;
}

.skFieldEvent .skField {
  margin: 0 15px 0 0;
  padding: 0;
}

.skFieldEvent .skField .skLast {
  border: 0;
  padding-bottom: 0;
}

.skFieldEvent .skItem {
  list-style: none;
  border-bottom: 2px solid #ececec;
  padding: 12px 0px;
}

.skFieldEvent .skFirst {
  padding-top: 5px;
}

.skFieldEvent .skName {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  position: relative;
  color: #04173e;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 60px 5px 0;
}

.skFieldEvent .skSubField {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #111111;
  font-family: "Roboto", sans-serif;
}

.skFieldEvent .skSubField .skLocationItem {
  position: relative;
  margin: 3px 0;
  padding: 0;
  text-transform: capitalize;
  border: none;
}

.skFieldEvent .skSubField .skLocationItem:after {
  position: absolute;
  right: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1px;
}

.skFieldEvent .skSubField .skOpen:after {
  content: "Open";
  color: #09957e;
}

.skFieldEvent .skSubField .skClose:after {
  color: #a74544;
  content: "Closed";
}

.skFieldEvent .skSubField .skPartial:after {
  content: "Partial";
  color: #f8972a;
}

.skFieldEvent .skDate {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #21599f;
  letter-spacing: 0.5px;
}

.skFieldEvent .skName:after {
  position: absolute;
  right: 0px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.skFieldEvent .skOpen .skName:after {
  content: "Open";
  color: #09957e;
}

.skFieldEvent .skClose .skName:after {
  color: #a74544;
  content: "Closed";
}

.skFieldEvent .skPartial .skName:after {
  content: "Partial";
  color: #f8972a;
}

/* Sponser
=======================================================*/
.skSponsor {
  padding: 10px 0 20px;
}

.skSponsorWrapper {
  background: #21599f url(images/sponsor-bg.png) no-repeat;
  height: 180px;
  position: relative;
  padding: 0 50px;
}

.skSponsorWrapper .skList {
  margin: 0;
  padding: 0;
}

.skSponsorWrapper .skItem {
  margin: 0;
  padding: 40px 32px;
  list-style: none;
  float: left;
}

.skSponsorWrapper .skItem .skLink {
  display: inline-block;
}

.skSponsorWrapper .skItem img {
  height: 100px;
  width: 140px;
}

.skSponsorWrapper .skPrev,
.skSponsorWrapper .skNext {
  top: 50%;
  margin-top: -30px;
  position: absolute;
  font-size: 0;
  width: 0px;
  height: 0px;
  transition: 0.2s;
}

.skSponsorWrapper .skPrev {
  left: 15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
}

.skSponsorWrapper .skNext {
  right: 15px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 27px solid #fff;
}

.skSponsorWrapper .skPrev:hover {
  border-right-color: #e2cfa1;
}

.skSponsorWrapper .skNext:hover {
  border-left-color: #e2cfa1;
}

/* footer - info */
.skFooter {
  padding-top: 25px;
  background: #0c2340;
  background-image: url("images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.skFooter .skHead {
  font-size: 36px;
  color: #e2cfa1;
  line-height: 1;
  text-transform: uppercase;
  font-family: "canby";
  font-weight: normal;
  margin-top: 10px;
}

.skFooter .skSiteLink {
  float: left;
  width: 405px;
  padding: 0 0 0 12px;
}

.skFooter .skFtbanner {
  float: left;
  width: 172px;
  padding: 0 131px 0 27px;
}

.skFooter .skFtbanner .skBannerLink {
  display: block;
}

.skFooter .skFtbanner img {
  width: 140px;
  height: 60px;
  margin-bottom: 10px;
}

.skFooter .skContactus {
  float: left;
  width: 369px;
  margin-right: 15px;
}

.skFooter .skContactus .skClubAddress {
  padding-bottom: 29px;
  line-height: 35px;
  text-transform: capitalize;
}

.skFooter .skContactus .skClubContact {
  padding: 0;
  line-height: 35px;
}

.skFooter .skContactus .content {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2px;
  padding-left: 26px;
}

.skFooter .skContactus .ftContent {
  letter-spacing: 0.1px;
}

.skFooter .skContactus .skClubPhone:link, .skFooter .skContactus .skClubPhone:visited,
.skFooter .skContactus .skClubEmail:link,
.skFooter .skContactus .skClubEmail:visited {
  color: #e2cfa1;
  text-decoration: underline;
  transition: 0.2s;
}

.skFooter .skContactus .skClubPhone:hover,
.skFooter .skContactus .skClubEmail:hover {
  color: #fff;
}

.skFooter .skSiteLink .list {
  margin: 0;
  float: left;
  width: 38%;
}

.skFooter .skSiteLink .last {
  padding: 0 0 0 20px;
}

.skFooter .skSiteLink .first {
  padding: 0 20px 0 0;
}

.skFooter .skSiteLink .item {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.skFooter .skSiteLink a.link,
.skFooter .skSiteLink a.link:link,
.skFooter .skSiteLink a.link:visited {
  font-size: 18px;
  margin-bottom: 9px;
  line-height: 27px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
  max-height: 25px;
  overflow: hidden;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  transition: 0.2s;
}

.skFooter .skSiteLink a.link:hover,
.skFooter .skSiteLink a.link:focus,
.skFooter .skSiteLink a.link:active {
  color: #e2cfa1;
  text-decoration: underline;
}

/**/
.skInfo {
  padding: 40px 0;
}

.skInfo .separator {
  margin: 0 3px;
  color: #fff;
}

.skInfo .skInfoInner {
  padding: 0 15px 0 12px;
}

.skInfo .skInfoInner .skLeft {
  width: 71%;
}

.skInfo a.SkinObject,
.skInfo .SkinObject {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  text-transform: capitalize;
  transition: 0.2s;
}

.skInfo a.HiddenLink {
  color: transparent;
}

.skInfo a:hover {
  color: #e2cfa1;
  text-decoration: underline;
}

/* - inner page - */
#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg {
  padding: 18px 0 0 0;
}

.skInnerWidth .skWrapper .head,
.skInnerWidth .skWrapper .head .title {
  background-color: #21599f;
  color: #fff;
  font-family: "canby";
  font-weight: normal;
}

.skInnerWidth .skRightPane {
  width: 32%;
  float: right;
  margin-left: 2.9%;
}

.skInnerWidth .skLeftPane {
  width: 65%;
  float: left;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1550px) {
  .skBtnLeft {
    margin: 0;
  }
}

@media screen and (max-width: 1229px) {
  .skInnerArea .skHeader .skWidth {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .skHeader .skBanner {
    font-size: 75px;
    max-height: 150px;
  }
  .skWidth {
    width: auto;
  }
  .skFooter .skFtbanner {
    padding: 0 15px;
  }
  .skFooter .skInfoInner {
    padding: 0 15px 0 12px;
  }
}

@media screen and (max-width: 960px) {
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skWidth.skInnerWidth {
    width: auto;
    margin: 0;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skWidth {
    display: block;
  }
  .skFooter .skFtbanner {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 768px) {
  /*mob nav*/
  #Body #mobNav.blue .navBar {
    background-color: #21599f;
    border-bottom: 0px;
    padding: 10px 36px;
  }
  #Body #mobNav.blue .navChild .navLink,
  #Body #mobNav.blue .navChild .navLink:link,
  #Body #mobNav.blue .navChild .navLink:visited {
    color: #21599f;
  }
  #Body #mobNav.blue .navDropDown {
    background: #21599f;
  }
  #Body #mobNav.blue .navExpand .navIcon {
    fill: #fff;
  }
  .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;
  }
  .skHeader {
    background-image: none;
  }
  .skHeader .skLogo {
    display: none;
  }
  .skHeader .skRightBannerWrapper {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  .skHeader .skTranslate svg {
    padding: 8px 17px;
  }
  .skHeader .skBanner {
    font-size: 39px;
    letter-spacing: 0.1px;
    line-height: 40px;
    max-height: 80px;
  }
  .skHeader .skSimpleText {
    font-size: 28px;
    letter-spacing: 0.1px;
    line-height: 40px;
  }
  .skHeader .skLoginWrapper {
    padding: 7px 0px 8px;
    text-align: center;
  }
  .skHeader .skBtn .btnLogin,
  .skHeader .skBtn .btnRegister {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px;
    background: #0158a4;
    color: #fff;
    width: 100px;
  }
  .skHeader .skBtn a:hover svg {
    fill: #fff;
  }
  .skHeader #google_translate_element {
    background: #0158a4;
  }
  .skLeftBanner {
    padding: 0 20px 25px;
  }
  .skTopBanner {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .skTopBanner img {
    height: 32px;
  }
  .skNav {
    display: none;
  }
  .skSocialWrapper ul {
    margin: 0px -15px;
    width: calc(100% + 30px);
    border-spacing: 15px 0;
  }
  .skSocialWrapper ul .skTwitter {
    background-image: url(images/mobile-twitter-bg.png);
  }
  .skSocialWrapper ul .skFacebook {
    background-image: url(images/mobile-facebook-bg.png);
  }
  .skSocialWrapper ul .skInstagram {
    background-image: url(images/mobile-instagram-bg.png);
  }
  .skSocialWrapper ul .skYoutube {
    background-image: url(images/mobile-youtube-bg.png);
  }
  .skEvent .skEventHead {
    font-size: 21px;
  }
  .skEvent .skEventMonth {
    font-size: 38px;
  }
  .skEvent .skEventTime {
    font-size: 14px;
  }
  .skEvent .skInner {
    height: 321px;
  }
  .skEvent .skEventWrapper {
    margin: 0;
  }
  .skEvent .skEventFirstItem:first-child {
    padding: 5px 0 7px;
  }
  .skEvent .skEventFirstItem .skEventDetail {
    padding-top: 0;
  }
  .skEvent .skEventFirstItem .skEventCalendar {
    padding-top: 0;
  }
  .skEventDetail {
    padding-left: 0;
  }
  .skEventItem {
    margin-right: 0;
    padding: 0px 0px 7px;
  }
  .skInner::-webkit-scrollbar-track, .skInner::-webkit-scrollbar, .skInner::-webkit-scrollbar-thumb {
    display: none;
  }
  .skFieldStatus .skItem {
    margin-right: 0px;
  }
  .skFieldStatus .skSubField {
    margin-top: -2px;
  }
  .skSponsorWrapper {
    background: #21599f url(images/mobile-sponsor-bg.png) no-repeat;
    background-position: top center;
  }
  .skSocialWrapper li {
    height: 64px;
  }
  .skSocialWrapper .link svg {
    width: 28px;
  }
  .skSocialWrapper .skYoutube svg {
    width: 32px;
  }
  .skSocialWrapper .skInstagram svg,
  .skSocialWrapper .skFacebook svg {
    width: 28px;
  }
  .skSocialWrapper .skTwitter svg {
    width: 36px;
  }
  .skFieldEvent .skLeftWrapper,
  .skFieldEvent .skRightWrapper {
    display: block;
    width: 100%;
  }
  .skFieldEvent .skLeftWrapper {
    margin-bottom: 20px;
  }
  .skFieldEvent .skField {
    margin: 0;
  }
  .skFieldEvent .skHead {
    font-size: 22px;
    padding: 10px 15px;
  }
  .skFooter {
    padding: 35px 30px 0;
    background-image: url("images/mobile-footer-bg.png");
    background-position: right;
    background-size: cover;
  }
  .skFooter .skHead {
    margin-top: 0;
    margin-bottom: 23px;
    padding: 0;
  }
  .skFooter .skSiteLink,
  .skFooter .skContact,
  .skFooter .skFtbanner {
    float: none;
    width: auto;
  }
  .skFooter .skSiteLink {
    padding: 0;
  }
  .skFooter .skFtbanner {
    margin-top: 27px;
  }
  .skFooter .skContactus {
    margin-top: 35px;
    width: auto;
  }
  .skFooter .skContactus .content {
    padding: 0;
  }
  .skFooter .skContactus .skHead {
    margin-bottom: 18px;
  }
  .skInfo {
    padding: 40px 0 20px;
  }
  .skInfo .skInfoInner {
    padding: 0;
  }
  .skInfo .skInfoInner .skLeft {
    text-align: left;
    margin-bottom: 20px;
    width: auto;
  }
  .skInfo .skLeft,
  .skInfo .skRight {
    float: none;
  }
  .skInfo .skRight {
    text-align: right;
  }
}

@media screen and (max-width: 360px) {
  .skHeader .skBtn {
    margin: 2px;
  }
  .skHeader .skBtn a {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 320px) {
  .skTranslate svg {
    width: 14px;
    height: 14px;
  }
  .skFooter {
    padding: 25px 10px 0;
  }
  .skFooter .skSiteLink a.link {
    font-size: 14px;
  }
  .skFooter .skSiteLink a.link:link, .skFooter .skSiteLink a.link:visited {
    font-size: 14px;
  }
  .skFooter .skContactus {
    width: auto;
  }
  .skFooter .skContactus .ftContent {
    font-size: 14px;
  }
}
