<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Abel|Lato:300,300i,400,400i,700,700i,900,900i|Oswald:200,300,400,500,600,700");
/* 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;
  line-height: normal;
}

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;
  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;
}

/********************************************************************/
/* Website Developed by : Blue Sombrero                             */
/* Demeter-II                                                       */
/* Created: 12 Mar 2018 by Bhumika Bhalala                          */
/********************************************************************/
/*included files*/
/******************************************************************/
/*skin*/
/*****************************************************************/
html,
body {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  height: 100%;
  line-height: 18px;
  font-weight: normal;
}

/*scroll bar*/
/******************************************************************/
::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

::-webkit-scrollbar {
  background-color: #eaeaea;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Text CSS */
/*******************************************************************/
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;
}

.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;
}

.skWidth {
  width: 915px;
  margin: 0 auto;
}

.skClear {
  clear: both;
}

img {
  max-width: 100%;
}

.dtContainer .dtContent img {
  height: auto !important;
}

/*Area Background*/
/*********************************************/
.skBackgroundWrapper {
  background: #1f1f1f url("images/dark-bg.png") no-repeat center -469px;
}

.Demeter-Has-Rotator .skBackgroundWrapper {
  background-position: center 275px;
}

.Inner-Skin .skBackgroundWrapper {
  background-position: center -469px;
  padding-top: 18px;
}

#Body .ControlHeader {
  margin: 0 auto;
}

#Body .skArea .bsbSkin {
  background-color: transparent;
}

/*skin Header*/
/*********************************************/
.skTopBar {
  background: transparent;
}

.skTopBar .skRightBar {
  float: right;
  margin-right: -16px;
}

.skTopBar .google-translater {
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 8px;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}

.skTopBar a.goog-te-menu-value, .skTopBar a.goog-te-menu-value:link, .skTopBar a.goog-te-menu-value:visited {
  display: block;
  text-indent: -999px;
  width: 25px;
  height: 30px;
}

.skTopBar a.goog-te-menu-value span {
  display: none;
}

.skTopBar .google-translater #Layer_1 {
  width: 24px;
  height: 24px;
  fill: red;
  position: absolute;
}

.skTopBar .goog-te-gadget {
  position: absolute;
}

.skTopBar .goog-te-gadget-simple {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

.skTopBar .goog-te-gadget-simple img {
  display: none;
}

.skLogin {
  background-color: #fff;
  color: #1f1f1f;
  line-height: 1;
  padding: 11px 0px 11px 0px;
}

.skLogin a.skBtn {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #1f1f1f;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  padding-left: 17px;
  padding-right: 17px;
}

.skLogin a.skBtn.login {
  padding-right: 16px;
}

.skLogin .btnSeprator {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  width: 1px;
  display: inline-block;
}

.skLogin,
.skTranslate {
  display: inline-block;
}

.skHeader .skBannerWrap {
  padding: 8px 0px 25px 0;
  display: table;
}

.skHeader .skLogo {
  display: table-cell;
  padding-left: 60px;
  padding-right: 22px;
}

.skHeader .skLogo a {
  display: block;
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

.skHeader .skLogo a:hover {
  transform: translateY(-10px);
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

.skHeader .skLogo a img {
  width: 129px;
  height: 124px;
}

.skHeader .skSimpleText {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #e1e1e1;
  font-style: italic;
  display: block;
  padding: 12px 0 0 0;
  max-height: 40px;
  overflow: hidden;
}

.skHeader .skRightBanner {
  display: table-cell;
  vertical-align: middle;
  max-width: 833px;
  padding-top: 3px;
}

.skHeader h1.skBanner {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0 0;
  max-height: 92px;
  overflow: hidden;
}

/*nav bar*/
/***********************************************************/
.skNav {
  border-bottom: 9px solid;
  border-bottom-color: #fff;
}

.skSlider .pager a, .skSlider .pager a:link {
  background-color: transparent;
  border: 3px solid #fff;
}

.skSlider .pager a.selected, .skSlider .pager a:hover {
  background-color: #fff;
}

/*Tab section*/
/**********************************************************/
.skTabs {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}

.skTabs .skTabsCnt {
  position: relative;
}

.skTabs .skTabsCnt:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 0px solid;
  border-left: 502px solid #ededed;
  border-right: 0px solid;
  border-bottom: 13px solid transparent;
}

.skTabs .skTabsCnt.skCalendar:after {
  top: -14px;
  left: 0;
}

.skTabs .skTabsCnt.skNews:after {
  top: -25px;
  left: -34px;
}

.skTabs .skTabsCnt.skAboutus:after {
  top: -32px;
  left: -40px;
}

.skTabs .skTabsCnt.skHighlight:after {
  top: -15px;
  left: -48px;
}

.skNavTabs ul.nav {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.skNavTabs ul.nav .item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table-cell;
  text-align: center;
  width: 25%;
}

.skNavTabs ul.nav a.tabLink {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 0;
}

.skNavTabs ul.nav a.tabLink:hover, .skNavTabs ul.nav a.tabLink:focus {
  background-color: #555555;
  transition: all 0.3s;
}

.skNavTabs ul.nav a.tabLink.active {
  background-color: #111111;
}

.skTabSection {
  margin-top: 0;
}

.Demeter-Has-Rotator .skTabSection {
  margin-top: -81px;
}

/* Take Action link section: */
.skActionlink {
  display: none;
}

/*skNews*/
/*****************************************************************/
.skTabsCnt.skNews {
  margin: 25px 15px 55px 34px;
  position: relative;
}

.skTabsCnt.skNews .inner {
  height: 430px;
  overflow: auto;
}

.skTabsCnt.skNews a.viewall {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #fff;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 27px 7px 31px;
  margin-left: 0px;
}

.skTabsCnt.skNews a.viewall:hover, .skTabsCnt.skNews a.viewall:focus, .skTabsCnt.skNews a.viewall:active {
  background-color: #111111;
  color: #fff;
}

.skTabsCnt.skNews .list {
  margin: 0px 32px 0 0;
}

.skTabsCnt.skNews .list li {
  list-style-type: none;
  border-bottom: 1px solid;
  border-bottom-color: #858585;
  padding: 12px 0;
}

.skTabsCnt.skNews .list li.first {
  padding: 0 0 12px 0;
}

.skTabsCnt.skNews .list li.last {
  border-bottom: none;
  padding-bottom: 10px;
}

.detail {
  padding-left: 95px;
}

.detail h3 {
  padding: 8px 0 0;
}

.detail h3 a {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  color: #272727;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.detail .date {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  display: block;
  font-style: italic;
  text-transform: capitalize;
  padding: 2px 0;
}

.detail .summary {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  color: #272727;
  height: 28px;
  overflow: hidden;
  padding-bottom: 0;
  word-break: break-all;
}

.skNewsImage {
  display: block;
  width: 85px;
  height: 85px;
  float: left;
  position: relative;
}

.skNewsImage img {
  height: 85px;
  width: 85px;
}

.skNewsImage:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

a.linkNews {
  display: block;
  width: 85px;
  height: 85px;
  float: left;
  position: relative;
}

/*Event section*/
/***************************************************************************/
.skCalendar {
  position: relative;
}

.skCalendar a.viewall {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.3px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 27px 7px 31px;
  margin-left: 0px;
  color: #fff;
}

.skCalendar a.viewall:hover, .skCalendar a.viewall:focus, .skCalendar a.viewall:active {
  background-color: #111111;
  color: #fff;
}

.skCalendar .list {
  margin: 0;
}

.skCalendar .inner {
  display: block;
  height: 441px;
  overflow: auto;
  margin: 14px 15px 55px 32px;
  padding: 0 27px 0 0;
}

.skCalendar .item {
  border-bottom: 1px solid;
  padding: 16px 0 11px;
}

.skCalendar .item.first {
  padding: 8px 0 12px;
}

.skCalendar .item.last {
  border-bottom: none;
}

.skCalendar .datewrp {
  text-align: right;
  width: 45px;
  float: left;
}

.skCalendar .datewrp .month {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
}

.skCalendar .datewrp .date {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  color: #222222;
  display: block;
  text-transform: uppercase;
}

.skCalendar .timeTitle {
  padding: 0 0 0 62px;
}

.skCalendar .time {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.25px;
  display: block;
  text-transform: lowercase;
  padding: 7px 0 2px 0;
}

.skCalendar .title {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #272727;
  text-transform: uppercase;
  padding-top: 4px;
  display: block;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skCalendar .statussec {
  margin-top: 3px;
  padding-left: 60px;
}

.skCalendar .status {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  display: inline-block;
  text-transform: capitalize;
  font-style: italic;
  border-radius: 3px;
  border: 1px solid #999999;
  padding: 2px 7px;
}

.skCalendar .status.canceled {
  color: #a74544;
}

.skCalendar .status.rescheduled {
  color: #09957e;
}

.skCalendar .status.postponed {
  color: #f8972a;
}

.skCalendar .location {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222222;
  text-transform: capitalize;
  font-style: italic;
}

/*About us section*/
/***************************************************************************/
.skAboutus .inner {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  color: #272727;
  margin: 32px 22px 32px 40px;
  padding: 0 23px 0 0;
  height: 446px;
  overflow: auto;
}

.skAboutus .inner h1,
.skAboutus .inner h2,
.skAboutus .inner h3,
.skAboutus .inner h4,
.skAboutus .inner h5,
.skAboutus .inner h6 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0 0 14px 0;
}

.skAboutus .inner a {
  color: #272727;
  text-decoration: underline;
  word-break: break-all;
}

/*highlight section*/
/**************************************************************************/
.skHighlight {
  margin: 15px 24px 29px 48px;
}

.skHighlight .inner {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: #222222;
  height: 466px;
  overflow: auto;
  padding: 0 24px 0 0;
}

.skHighlight .inner h1,
.skHighlight .inner h2,
.skHighlight .inner h3,
.skHighlight .inner h4,
.skHighlight .inner h5,
.skHighlight .inner h6 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 10px 0 8px 0;
}

.skHighlight .inner a {
  color: #222222;
  text-decoration: underline;
  word-break: break-all;
}

/*Feild Status and social*/
/****************************************************************************************/
.skRowWrapper .skRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skColumn {
  display: table-cell;
}

.skRowWrapper {
  margin: 0 -10px 0;
  padding: 22px 0 32px;
}

.skColumnInner {
  padding: 0 10px;
}

.skFeildColumn {
  width: 43.90%;
}

.skFeildColumn .skColumnContent {
  position: relative;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}

.skFeildColumn .skColumnContent:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 3px solid #ededed;
  border-left: 396px solid #ededed;
  border-right: 0px solid;
  border-bottom: 10px solid transparent;
}

.skFeildColumn .skColumnContent.skFieldStatus:after {
  top: 50px;
  left: 0;
}

.skFieldStatus .viewall {
  text-decoration: none;
  display: table;
  margin: auto;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.3px;
  padding: 7px 25px 7px 32px;
}

.skFieldStatus .viewall:hover {
  transition: all 0.3s;
}

.skFieldStatus.skColumnContent {
  height: 457px;
  background-color: #fff;
}

.skFeildColumn h2.skHead,
.skSocialColumn h2.skHead {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
}

/*Feild status*/
/*********************************************************************************/
.skOpen:after,
.skClose:after,
.skPartial:after {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #272727;
  content: '';
  position: absolute;
  right: -10px;
  text-transform: uppercase;
  width: 60px;
  top: 18px;
  padding: 0 7px;
}

.skFieldStatus li.skItem {
  position: relative;
  list-style-type: none;
}

.skFieldStatus .content {
  margin: 12px 10px 14px 23px;
  padding: 0 22px 0 0;
  height: 381px;
  overflow: auto;
}

.skFieldStatus p.skName {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #272727;
  padding: 17px 62px 0 0;
  text-transform: uppercase;
  display: table;
  position: relative;
  background-color: #fff;
}

.skFieldStatus .skDate {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-style: italic;
}

.skFieldStatus .skCurrent {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  color: #272727;
  text-transform: capitalize;
  position: relative;
  display: block;
  padding-right: 62px;
}

ul.skField,
ul.skSubField {
  padding: 0;
  margin: 0;
}

ul.skField .skItem {
  list-style-type: none;
  border-bottom: 1px solid;
  border-bottom-color: #858585;
  padding: 0 0 17px 4px;
}

ul.skField .skItem.skFirst p.skName {
  padding-top: 4px;
  position: relative;
}

ul.skField .skItem.skFirst.skOpen:after, ul.skField .skItem.skFirst.skClose:after, ul.skField .skItem.skFirst.skPartial:after {
  top: 3px;
}

ul.skField .skItem.skLast {
  border-bottom: none;
}

ul.skField .skItem.skOpen:after {
  content: "Open";
  color: #09957e;
  background-color: #fff;
}

ul.skField .skItem.skClose:after {
  content: "Closed";
  color: #a74544;
  background-color: #fff;
}

ul.skField .skItem.skPartial:after {
  content: "Partial";
  color: #f8972a;
  background-color: #fff;
}

ul.skField .skItem li.skLocationItem {
  list-style-type: none;
}

ul.skField .skItem li.skLocationItem.skOpen:after, ul.skField .skItem li.skLocationItem.skClose:after, ul.skField .skItem li.skLocationItem.skPartial:after {
  top: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #272727;
  background-color: #fff;
}

ul.skField .skItem li.skLocationItem.skOpen:after {
  content: "Open";
  color: #09957e;
}

ul.skField .skItem li.skLocationItem.skClose:after {
  color: #a74544;
  content: "Closed";
}

ul.skField .skItem li.skLocationItem.skPartial:after {
  content: "Partial";
  color: #f8972a;
}

ul.skSubField .skItem {
  border-bottom: none;
  padding: 5px 0;
}

.hasSingleSkFeild ul.skField &gt; li.skItem:before {
  content: "";
  position: absolute;
  top: 26px;
  width: 100%;
  border-bottom: 4px dashed;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skFirst:before {
  top: 10px;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skOpen:after, .hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skClose:after, .hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skPartial:after {
  top: 5px;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skOpen:before, .hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skClose:before, .hasSingleSkFeild ul.skField &gt; li.skItem.skFirst.skPartial:before {
  top: 13px;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skOpen:before {
  border-bottom-color: #48b53e;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skPartial:before {
  border-bottom-color: #feb300;
}

.hasSingleSkFeild ul.skField &gt; li.skItem.skClose:before {
  border-bottom-color: #e51937;
}

.hasSingleSkFeild .skFieldStatus p.skName {
  padding-right: 0;
}

/*social*/
/*********************************************************************************/
ul.skSocialTab {
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

ul.skSocialTab li {
  list-style-type: none;
  display: table-cell;
  width: 50%;
  text-align: center;
}

ul.skSocialTab li.active {
  background-color: #555555;
}

ul.skSocialTab li a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px 0 11px;
  position: relative;
  text-align: center;
}

ul.skSocialTab li a .skFacebookIcn,
ul.skSocialTab li a .skTwitterIcn {
  display: inline-block;
}

ul.skSocialTab li a .skFacebookIcn {
  width: 16px;
  height: 16px;
}

ul.skSocialTab li a .skTwitterIcn {
  width: 20px;
  height: 16px;
  margin: -3px 0 0 0px;
}

ul.skSocialTab li a .skTwitterHead {
  padding: 0 5px;
}

ul.skSocialTab li a .skFacebookHead {
  padding: 0 2px;
}

.skSocialColumn {
  width: 54.30%;
}

.skSocialColumn .skSocial {
  position: relative;
}

.skSocialColumn .skSocial:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 97px;
  left: 0;
  border-top: 0px solid;
  border-left: 496px solid #ededed;
  border-right: 0px solid;
  border-bottom: 13px solid transparent;
}

.mobTabLink,
.skMobOnly,
.skMobile {
  display: none;
}

/*facebook*/
/*************************************************************/
.skRowWrapper .skSocial {
  background-color: #fff;
  height: 457px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}

#skSocial.skColumnContent .skTabsCnt {
  margin: 20px 11px 13px 25px;
  padding: 0 13px 0 0;
  height: 329px;
  overflow: auto;
}

#skSocial.skColumnContent .skTabsCnt.skFBWrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.facebook-plugin {
  display: block;
  margin: auto;
}

.tweet_time {
  display: block;
}

ul.tweet_list li {
  list-style-type: none;
  padding: 19px 0 11px 37px;
  border-bottom: 1px solid;
  border-bottom-color: #858585;
}

ul.tweet_list li:first-child {
  padding: 0 0 11px 37px;
}

ul.tweet_list li:last-child {
  border: none;
}

.tweet_text {
  color: #232323;
}

.tweet_text a,
.tweet_text span {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.97px;
  letter-spacing: 0px;
  color: #232323;
  padding: 5px 0;
  word-break: break-all;
}

.tweet_text a {
  text-decoration: underline;
}

a.tweet_screen_name {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0;
}

a.tweet_screen_name:before {
  content: '@';
}

a.tweet_screen_name:first-child {
  padding: 0px 0 6px;
}

a.tweet_screen_name:first-child {
  padding: 3px 0 6px;
}

a.tweet_screen_name {
  padding-top: 0;
}

.tweet_first .tweet_screen_name {
  padding-top: 0;
}

ul.tweet_list {
  margin: 0;
  padding: 0;
}

ul.tweet_list li {
  list-style-type: none;
  padding: 19px 0 48px 40px;
  position: relative;
}

ul.tweet_list li:first-child {
  padding: 0 0 40px 40px;
}

ul.tweet_list li:before {
  content: ' ';
  position: absolute;
  top: 21px;
  left: 0;
  width: 30px;
  height: 24px;
  background-image: url("images/social.png");
}

ul.tweet_list li:first-child:before {
  top: 2px;
}

ul.tweet_list .tweet_time {
  position: absolute;
  left: 40px;
  bottom: 17px;
}

/*sponsor*/
/**************************************************************************************/
.skSponsorWrapper {
  padding-top: 30px;
}

.skSponsor {
  position: relative;
  padding: 0px 45px 8px;
}

.skSponsor img {
  width: 125px;
  height: 100px;
  position: relative;
  z-index: 999;
}

.skSponsor a.link {
  display: block;
}

.sponsorHead {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 0 10px;
}

ul.sponsors {
  margin: 0;
  padding: 0;
}

ul.sponsors li.item {
  padding: 12px 0 0;
  margin: 0 20px;
  list-style: none;
  float: left;
  max-height: auto;
  list-style-type: none;
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

ul.sponsors li.item:hover {
  transform: translateY(-10px);
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

a.prevSponsor,
a.nextSponsor {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 25px;
}

a.prevSponsor svg,
a.nextSponsor svg {
  height: 50px;
  width: 25px;
}

a.prevSponsor {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

a.nextSponsor {
  right: 0;
  transform: translateY(-50%);
}

.skAFLinks {
  padding-bottom: 10px;
}

.skAFLinks h2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 0 0 0;
  position: relative;
}

.skAFLinks h2:before, .skAFLinks h2:after {
  content: ' ';
  position: absolute;
  top: 17px;
  width: 280.30px;
  border: 1px solid;
  z-index: 0;
  left: 126px;
}

.skAFLinks h2:after {
  left: unset;
  right: 126px;
}

.skAFLinks h2 .skAFHeaderWrapper {
  position: relative;
  z-index: 1;
  padding: 0 8px 0 10px;
}

ul.affiliates {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  padding-bottom: 10px;
}

ul.affiliates li.item {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: inline-block;
  zoom: 1;
}

ul.affiliates li.item img {
  width: 125px;
  height: 107px;
}

ul.affiliates a.link,
ul.affiliates a.link:link,
ul.affiliates a.link:visited {
  display: inline-block;
}

ul.affiliates a.link img {
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

ul.affiliates a.link:hover img {
  transform: translateY(10px);
  transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

/*footer*/
/*******************************************************************************/
.skContact.skMobOnly {
  display: none;
}

.skContact,
.skBanner,
.sksiteLinks {
  display: inline-block;
}

.skFooter {
  padding-bottom: 46px;
  padding-top: 100px;
  position: relative;
  clip-path: polygon(0 40px, 100% 8px, 100% 100%, 0 100%);
}

.skFooter .skContact {
  width: 297px;
  padding-left: 16px;
}

.skFooter .skSocial {
  padding-top: 67px;
}

.skFooter .skSocial a.link {
  color: transparent;
  margin-right: 17px;
  display: inline-block;
  vertical-align: middle;
}

.skFooter .skSocial a.link.skFacebook {
  margin-right: 22px;
}

.skFooter .skSocial a.link:last-child {
  margin-right: 0;
}

.skFooter .skSocial a.link svg, .skFooter .skSocial a.link:link svg, .skFooter .skSocial a.link:visited svg {
  fill: #fff;
}

.skFooter .skSocial a.skFacebook svg {
  width: 28px;
  height: 28px;
}

.skFooter .skSocial a.skTwitter svg {
  width: 30px;
  height: 23px;
}

.skFooter .skSocial a.skInstagram svg {
  width: 29px;
  height: 29px;
  margin-top: 1px;
}

.skFooter .skSocial a.skYoutube svg {
  width: 36px;
  height: 33px;
}

.skFooter .skSocial a.skFlickr svg {
  width: 30px;
  height: 14px;
}

.skFooter .sksiteLinks {
  width: 25%;
  padding: 0 0 0 52px;
}

.skFooter .sksiteLinks ul.site-links {
  margin: 0;
  padding: 0;
}

.skFooter .sksiteLinks ul.site-links li {
  list-style-type: none;
}

.skFooter .sksiteLinks ul.site-links li a {
  text-decoration: none;
  padding-left: 20px;
}

.ftHead {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 0 16px 0;
}

.skClubInfo {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.skClubInfo a {
  text-decoration: underline;
  text-transform: lowercase;
}

.skClubInfo p {
  padding: 6px 0 20px 0;
}

.club-name {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 0;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skBanner a.BannerLink {
  display: block;
}

.skBanner a.BannerLink img {
  width: 287px;
  height: 263px;
  display: table;
  margin: auto;
}

.sksiteLinks .ftHead {
  padding-bottom: 9px;
}

.sksiteLinks li {
  list-style-type: none;
  border-bottom: 1px solid;
  padding: 11px 22px 8px 0;
}

.sksiteLinks li.item.first {
  padding: 11px 22px 11px 0;
}

.sksiteLinks a {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 0 22px;
  word-break: break-word;
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sksiteLinks a svg {
  width: 8px;
  height: 15px;
  position: absolute;
  left: 0;
  margin-top: 2px;
}

.skInfo {
  padding: 16px 0 19px 0;
}

.skInfo .Info-Left {
  color: #fff;
  float: left;
  width: 69%;
}

.skInfo .SkinObject {
  color: #fff;
  white-space: nowrap;
}

.skInfo .Info-Right {
  float: right;
}

.skInfo .Info-Right a {
  display: block;
}

.TeamPage_newsHolder a, .TeamPage_newsHolder a:link, .TeamPage_newsHolder a:visited {
  word-break: break-word;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

/*inner page*/
.Inner-Skin .skLeftPane {
  width: 549px;
  float: left;
}

.Inner-Skin .skRightPane {
  width: 336px;
  float: right;
  margin-left: 30px;
}

@media screen and (max-width: 915px) {
  .skWidth {
    width: auto;
  }
  .skTopBar .skRightBar {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .skWebOnly,
  .skNavTabs,
  .skHeader .skLogo {
    display: none;
  }
  .skMobOnly,
  .mobTabLink,
  .skMobile,
  .skContact.skMobOnly {
    display: block;
  }
  .skWidth {
    width: auto;
    padding: 0 18px;
  }
  .no-padding {
    padding: 0;
  }
  .skHeader .skRightBanner {
    padding-top: 0;
  }
  /*rotator*/
  /************************************************************************/
  .skBackgroundWrapper,
  .Inner-Skin .skBackgroundWrapper {
    background-position: center top;
    background-size: cover;
  }
  .Demeter-Has-Rotator .skBackgroundWrapper {
    background-position: center 56px;
    background-size: cover;
  }
  /*header*/
  /************************************************************************/
  .skLogin {
    background-color: transparent;
    margin: 8px auto 0;
    display: table;
    width: 100%;
    padding: 0;
  }
  .skLogin a.skBtn {
    display: inline-block;
    width: 48.5%;
    padding: 7px 0 8px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Abel", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #fff;
  }
  .skLogin a.skBtn.login {
    margin-right: 5px;
    padding-right: 0;
  }
  .skLogin a.skBtn.register {
    margin-left: 5px;
  }
  .skLogin a.skBtn.register:after {
    display: none;
  }
  .skHeader .skRightBar {
    float: none;
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .skHeader .skBannerWrap {
    padding: 0;
    width: 100%;
  }
  .skHeader h1.skBanner,
  .skHeader .skSimpleText {
    text-align: center;
    width: 100%;
  }
  .skHeader h1.skBanner {
    font-size: 28px;
    color: #fff;
    padding: 12px 0 3px 0;
    letter-spacing: 0;
    max-height: 56px;
  }
  .skHeader .skSimpleText {
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
    max-height: 24px;
  }
  .skNav {
    border-bottom: none;
  }
  .skSlider .pager a, .skSlider .pager a:link, .skSlider .pager a:hover {
    border: none;
    background-color: #ababab;
  }
  /*tab section*/
  /**************************************************************************/
  .skTabs {
    background: none;
    box-shadow: none;
  }
  .skTabs .mobTabLink {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    display: block;
    margin: 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 60px;
    text-align: center;
  }
  .skTabs .mobTabLink::before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
  }
  .skTabs .mobTabLink.active::before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
  }
  .skTabs .skTabsCnt:after {
    display: none;
  }
  .skMobNavTabs {
    margin: 0 18px;
    padding-bottom: 10px;
  }
  .skTabSection .skTabsCnt {
    display: none;
  }
  .skColumn .content {
    display: none;
  }
  .skTabsCnt.skNews {
    margin: 0;
    padding: 0;
  }
  .skTabsCnt.skNews .inner {
    margin: 10px 15px 17px;
    padding-right: 5px;
    height: 368px;
    overflow: auto;
  }
  .skTabsCnt.skNews ul.list {
    margin: 0;
  }
  .skTabsCnt.skNews ul.list img {
    width: 50px;
    height: 50px;
  }
  .skTabsCnt.skNews ul.list li.item {
    padding: 10px 0 18px;
  }
  .skTabsCnt.skNews ul.list li.item.first {
    padding: 0 0 16px 0;
  }
  .skTabsCnt.skNews a.viewall {
    position: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    text-align: center;
    padding: 8px 0 9px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .skTabsCnt {
    display: block;
  }
  .skNavTabs ul.nav {
    display: none;
  }
  .skTabsCnt ::-webkit-scrollbar-thumb {
    background: rgba(55, 55, 55, 0.15);
  }
  .skTabsCnt {
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }
  .skTabsCnt.skAboutus, .skTabsCnt.skCalendar, .skTabsCnt.skEvent {
    margin: 0;
  }
  .skTabsCnt.skAboutus .inner {
    height: 206px;
    overflow-y: auto;
    margin: 16px 15px 18px 15px;
    line-height: 18px;
  }
  .skTabsCnt.skAboutus .inner h1,
  .skTabsCnt.skAboutus .inner h2,
  .skTabsCnt.skAboutus .inner h3,
  .skTabsCnt.skAboutus .inner h4,
  .skTabsCnt.skAboutus .inner h5,
  .skTabsCnt.skAboutus .inner h6 {
    padding: 0 0 18px;
  }
  .skTabsCnt.skHighlight {
    padding: 0;
    margin: 0;
  }
  .Demeter-Has-Rotator .skTabSection {
    margin-top: 0;
  }
  .skTabSection {
    margin-top: 0;
  }
  .skTabSection .list li {
    padding: 8px 0 0 0;
  }
  .skTabSection .list li.item.first {
    padding: 0;
  }
  .skTabSection .list li.item.last {
    border-bottom: none;
  }
  .skNews .item .img {
    display: none;
  }
  .skNews .detail {
    padding: 0;
  }
  .skNews .detail h3 {
    padding: 0;
    color: #222;
  }
  .skNews .detail h3 a {
    display: block;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .skNews .detail .date {
    padding: 2px 0 3px;
  }
  .skNews .detail .summary {
    line-height: 16px;
    height: 64px;
    display: inline;
  }
  .skNews .viewall {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 6px;
    z-index: 1;
  }
  .skNewsImage {
    margin-right: 8px;
    width: auto;
    height: auto;
  }
  a.linkNews {
    width: auto;
    height: auto;
  }
  /*calendar*/
  /**************************************************************************/
  .skTabsCnt.skCalendar::before {
    box-shadow: none;
    height: 0;
  }
  .skCalendar {
    padding: 0 0 32px 0;
    background-image: none;
    background-color: #fff;
  }
  .skCalendar .inner {
    margin: 8px 10px 10px 15px;
    padding: 0;
    height: 362px;
  }
  .skCalendar a.viewall {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .skCalendar .list {
    margin: 0 5px 0 0;
  }
  .skCalendar .list .item {
    background: #fff;
    padding: 0;
    float: none;
    width: auto;
    display: block;
  }
  .skCalendar .list .item.last {
    padding: 14px 15px 14px 0px;
  }
  .skCalendar .list .link {
    margin: 0;
    border: none;
    width: auto;
    float: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .skCalendar .list .item.first .link {
    padding-top: 0;
  }
  .skCalendar .list .item.first .link .statussec {
    margin-top: 3px;
  }
  .skCalendar .timeTitle {
    padding: 3px 0 0 42px;
  }
  .skCalendar .title {
    font-size: 24px;
    line-height: 1;
    height: 24px;
    letter-spacing: 0;
    display: block;
    padding-top: 2px;
  }
  .skCalendar .time {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    padding: 0;
    display: block;
  }
  .skCalendar .location {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .skCalendar .status {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #fff;
  }
  .skCalendar .datewrp {
    width: 36px;
  }
  .skCalendar .datewrp .date {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    color: #222222;
  }
  .skCalendar .datewrp .month {
    font-size: 22px;
  }
  .skCalendar .statussec {
    padding-left: 0;
    margin-top: 12px;
  }
  .skCalendar span.status-empty {
    width: 36px;
    display: block;
    height: 20px;
    float: left;
  }
  .skCalendar span.status-empty + .location {
    display: block;
    padding-left: 2px;
  }
  /*feild status*/
  /***************************************************************************/
  .skFeildColumn {
    width: 100%;
  }
  .skFeildColumn .skFieldStatus.skColumnContent {
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .skFeildColumn .skFieldStatus.skColumnContent:after {
    display: none;
  }
  .skFeildColumn .skFieldStatus.skColumnContent.expanded h2.skHead:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
  }
  .skFeildColumn .content {
    height: 400px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .skFeildColumn .content .skContentInner {
    height: 375px;
    overflow: auto;
    margin: 12px 10px 13px 23px;
  }
  .skOpen:after, .skClose:after, .skPartial:after {
    right: 0;
  }
  ul.skField .skItem p.skName {
    padding-right: 70px;
  }
  .skFieldStatus {
    position: relative;
  }
  .skFieldStatus .viewall {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 10px 26px 8px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
  }
  .skFieldStatus p.skName {
    letter-spacing: 0;
  }
  /*highlight*/
  /*************************************************************************/
  .skHighlight {
    padding: 0;
  }
  .skHighlight .inner {
    padding: 12px;
    height: 214px;
    overflow-y: auto;
  }
  .skHighlight .inner iframe {
    padding-left: 0;
    padding-right: 0;
  }
  .inner iframe {
    max-width: none;
  }
  /*sksocial*/
  /*************************************************************************/
  .skSocialColumn .skSocial:after {
    display: none;
  }
  .skRowWrapper {
    margin: 0;
    padding: 12px 0 0;
  }
  .skRowWrapper .skSocial {
    background-color: transparent;
    height: auto;
    box-shadow: none;
  }
  .skColumnContent {
    margin-bottom: 20px;
  }
  .skColumnContent h2.skHead {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    position: relative;
  }
  .skColumnContent h2.skHead:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
  }
  .skColumnContent h2.skHead.active:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
  }
  .skColumnInner {
    padding: 0;
    margin: 0 18px;
  }
  .skColumn .skSocial {
    position: relative;
    height: auto;
  }
  .skColumn .skSocial .content {
    overflow: hidden;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .skColumn .skSocial .skContentInner {
    margin: 20px 10px 10px 15px;
    height: 370px;
    padding-right: 5px;
    overflow: auto;
  }
  .skColumn .skSocial .skColumnContent.expanded:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: calc(100% - 16px);
    z-index: 1;
  }
  .skColumn .skSocial .skColumnContent.expanded.expanded h2.skHead:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/active-icon.png");
    background-position: -15px -13px;
  }
  a.tweet_screen_name {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  a.tweet_screen_name:first-child {
    padding: 0 0 4px;
  }
  .tweet_text a,
  .tweet_text span,
  .tweet_text a,
  .tweet_text span {
    padding: 0;
  }
  ul.tweet_list li:first-child:before {
    top: 5px;
  }
  ul.tweet_list .tweet_time {
    bottom: 10px;
  }
  ul.tweet_list li {
    padding: 5px 0 34px 37px;
  }
  ul.tweet_list li:before {
    top: 10px;
  }
  ul.tweet_list li:first-child {
    padding: 0 0 34px 37px;
  }
  /*sponsor*/
  /********************************************************************************/
  .skSponsorWrapper {
    padding-top: 20px;
  }
  /*affilities*/
  /*******************************************************************************/
  ul.affiliates {
    padding: 25px 0;
  }
  ul.affiliates li.item {
    padding: 0 8px;
  }
  ul.affiliates li.item img {
    width: 57px;
    height: 57px;
  }
  ul.affiliates li.item.first {
    padding-left: 0;
  }
  ul.affiliates li.item.last {
    padding-right: 0;
  }
  .skAFLinks {
    padding-bottom: 20px;
  }
  .skAFLinks h2::before, .skAFLinks h2::after {
    width: calc(100% / 2 - 48.19px);
  }
  .skAFLinks h2::before {
    left: 0;
  }
  .skAFLinks h2::after {
    right: 0;
  }
  /*footer*/
  /*************************************************************************************/
  .skFooter {
    padding-bottom: 28px;
    padding-top: 39px;
    margin-right: 0px;
    clip-path: polygon(0 26px, 100% 15px, 100% 100%, 0 100%);
  }
  .skFooter .skContact {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .skFooter .skBanner {
    width: 100%;
    display: block;
    margin: auto;
    padding: 22px 0 36px 0;
  }
  .skFooter .sksiteLinks {
    width: 100%;
    padding: 0;
    display: block;
  }
  .skFooter .sksiteLinks ul.site-links {
    display: inline-block;
    width: 47%;
  }
  .skFooter .sksiteLinks ul.site-links li a {
    padding-left: 0;
  }
  .skFooter .sksiteLinks li {
    border: none;
  }
  .skFooter .sksiteLinks li.item, .skFooter .sksiteLinks li.item.first {
    padding: 0;
  }
  .skFooter .sksiteLinks li a {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1px;
    padding: 0;
    height: 30px;
  }
  .skFooter .sksiteLinks li a svg {
    display: none;
  }
  .skFooter .skSocial {
    padding: 15px 0 5px 0;
  }
  .skFooter .skSocial a.link {
    margin: 0 17px 0 0px;
  }
  .skFooter .skSocial a.link.skFacebook {
    margin-right: 17px;
  }
  .skFooter .skSocial a.skFacebook svg,
  .skFooter .skSocial a.skLinkedIn svg {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .skFooter .skSocial a.skTwitter svg {
    width: 19px;
    height: 15px;
  }
  .skFooter .skSocial a.skInstagram svg {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }
  .skFooter .skSocial a.skYoutube svg {
    width: 22px;
    height: 22px;
  }
  .skFooter .skSocial a.skFlickr svg {
    width: 19px;
    height: 14px;
  }
  .skBanner a.BannerLink img {
    width: 352px;
    height: 245px;
    display: table;
    margin: auto;
  }
  .skInfo .Info-Left {
    color: #fff;
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
  }
  .skInfo .Info-Right {
    float: none;
    display: table;
    margin: auto;
  }
  .ftHead {
    letter-spacing: 0;
    padding: 0;
    text-align: center;
  }
  .club-name {
    padding: 8px 0 0 0;
    text-transform: capitalize;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    height: 16px;
  }
  .skClubInfo p {
    padding: 0 0 24px;
  }
  .skClubInfo a {
    text-decoration: underline;
  }
  .ftContent {
    width: 322px;
    margin: 0 auto;
  }
  .skInfo {
    padding: 26px 0 22px 0;
  }
  .skInfo a, .skInfo span, .skInfo a.SkinObject, .skInfo a.SkinObject:link, .skInfo a.SkinObject:visited {
    font-family: "Lato", Arial, Helvetica, sans-serif;
  }
  /*inner page*/
  /*************************************************************************/
  .skLeftPane {
    width: auto;
    float: none;
  }
  .skRightPane {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #Body #mobNav .navTabs {
    border-top: 1px solid #fff;
  }
  #Body #mobNav .navBar {
    border-bottom: 1px solid transparent;
  }
  .Inner-Skin .skLeftPane,
  .Inner-Skin .skRightPane {
    float: none !important;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 400px) {
  .skLogin a.skBtn.login {
    margin-right: 3px;
  }
  ul.affiliates li.item img {
    width: 52px;
    height: 52px;
  }
  .skBanner a.BannerLink img {
    width: 287px;
    height: 263px;
  }
}

@media screen and (max-width: 360px) {
  ul.affiliates li.item {
    padding-right: 4px;
  }
  ul.affiliates li.item img {
    width: 45px;
    height: 45px;
  }
  .ftContent {
    width: 280px;
  }
  .skBanner a.BannerLink img {
    width: 282px;
  }
}
</pre></body></html>