/********************************************************************/
/* Website Developed by : Blue Sombrero 		    */
/* TYSA Platinum Theme   */
/* Created by Bhavin Surati 12/12/2019	    */
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,700|Roboto:400,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: "Roboto", sans-serif;
  color: #000000;
}

/*******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 8px;
}

ul li {
  list-style-type: disc;
}

.Normal,
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.Normal,
.NormalDisabled {
  color: #000000;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a {
  transition: 0.2s;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #fdb813;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #ebeaea;
}

.skWrapper li {
  list-style: none;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #fdb813;
  text-decoration: none;
}

/* Input Css
=========================================================*/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  background: #f6f6f6;
  border: 1px solid #616161;
  padding: 2px 8px;
  margin: 2px 0;
  color: #222;
  transition: 0.2s;
}

input.NormalTextBox:focus,
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover {
  border-color: #222;
}

.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:hover span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:focus span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:active span {
  background-color: #fdb813;
  color: #ffffff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #fdb813;
  color: #ffffff;
}

textarea.NormalTextBox,
select.NormalTextBox {
  height: auto;
}

.skLeft {
  float: left;
}

.skRight {
  float: right;
}

.skClear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

.skMob {
  display: none;
}

#Body .skinStatus {
  bottom: 53px;
}

#Body .TeamPage_newsHolder {
  margin-bottom: 0;
}

#BSBContainer.volunteer-listing .row-title {
  max-width: unset;
}

#mobNav .navTabs .navItem {
  border-top: 1px solid #ffffff;
}

#mobNav .navTabs .navLink {
  border-bottom: 0;
}

#mobNav .navTabs .navLink:link, #mobNav .navTabs .navLink:visited {
  border-bottom: 0;
}

/* Layout Css
=========================================================*/
.skWidth {
  max-width: 960px;
  margin: 0 auto;
}

.skNav {
  background-color: #ffffff;
  text-align: center;
}

.skAreabgStrips {
  background: url(images/bg-stripe.jpg) center 2000px repeat-y;
  background-color: #0f4d32;
}

.skAreabgStrips .skAreabg {
  background: url(images/area-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding: 32px 0 0;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

/* Header Section
=========================================================*/
.skHeader .skLeft img {
  height: 44px;
  margin-right: 5px;
}

.skHeader .skWidth {
  max-width: 1366px;
}

.skHeader .skActionWrpper {
  padding: 8px 0;
  position: relative;
  z-index: 1;
  background: #313131;
  transition: all 0.4s;
}

.skHeader .skHeadWrapper {
  text-transform: uppercase;
  width: 100%;
  word-break: break-word;
  background-color: #000000;
  padding: 12px;
  box-sizing: border-box;
}

.skHeader .skHeadWrapper .skHead {
  width: calc(100% - 446px);
  text-align: center;
  margin: 52px 0 28px;
  font-size: 63px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  max-height: 128px;
  overflow: hidden;
  float: left;
}

.skHeader .skHeadWrapper .skImglogo {
  width: 168px;
}

.skHeader .skHeadWrapper .skLeft {
  margin-left: 55px;
  margin-right: 55px;
}

.skHeader .skHeadWrapper .skRight {
  text-align: left;
  margin-right: 65px;
}

.skHeader .skHeadWrapper .skLogo {
  width: 168px;
  float: left;
}

.skHeader .skHeadWrapper .skLogo img {
  width: 168px;
  height: 168px;
}

.skHeader .skMobileView {
  display: none;
}

.skHeader .skTopWrapper {
  padding: 0 10px;
}

.skSocial {
  float: left;
  margin-left: 11px;
}

.skSocial a {
  margin: 0px 14px 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.skSocial a:last-child {
  margin-right: 0;
}

.skSocial a svg {
  fill: #fdb813;
}

.skSocial a svg:hover {
  fill: #ffffff;
  transition: all 0.3s;
}

.skSocial .skFacebook svg {
  width: 20px;
  height: 20px;
}

.skSocial .skInstagram svg {
  width: 20px;
  height: 20px;
}

.skSocial .skTwitter svg {
  width: 25px;
  height: 23px;
}

.skSocial .skYoutube svg {
  width: 22px;
  height: 19px;
}

.skSocial .skFlickr svg {
  width: 20px;
  height: 28px;
}

/* Login Section
=========================================================*/
.skLoginWrapper {
  float: right;
  padding: 8px 0;
}

.skLoginWrapper a.skBtn {
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #000000;
  background-color: #fdb813;
  transition: 0.3s;
}

.skLoginWrapper a.skBtn:hover {
  background-color: #ffffff;
}

.skLoginWrapper a.skBtn.skLogin {
  padding: 7px 18px;
}

.skLoginWrapper .skRegister {
  margin-left: 8px;
}

.skLoginWrapper .skTranslate {
  display: inline-block;
  margin-right: 5px;
}

.skLoginWrapper .skTranslate .google-translater {
  display: inline-block;
  position: relative;
}

.skLoginWrapper .skTranslate .google-translater svg {
  width: 20px;
  height: 20px;
  fill: #fdb813;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.skLoginWrapper .skTranslate .google-translater:hover svg {
  fill: #ffffff;
}

.skLoginWrapper .skTranslate .goog-te-gadget-simple {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.skLoginWrapper .skTranslate .goog-te-menu-value span,
.skLoginWrapper .skTranslate .goog-te-gadget-simple img {
  display: none;
}

.skLoginWrapper .skTranslate .goog-te-menu-value {
  display: inline-block;
  text-indent: -999px;
  width: 20px;
  height: 26px;
}

.skLoginWrapper .skSocial {
  float: right;
}

/* Nav Sectoion
=========================================================*/
.skNav #dnnStandardMenu .txt {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 19px;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root {
  border-left: none;
}

.skNav #dnnStandardMenu .root:hover {
  background-color: #fdb813;
}

.skNav #dnnStandardMenu .root.sel,
.skNav #dnnStandardMenu .root {
  float: none;
  display: inline-block;
}

.skNav #dnnStandardMenu .root.sel .roottxt:hover,
.skNav #dnnStandardMenu .root .roottxt:hover {
  color: #000000;
  background-color: #fdb813;
}

.skNav #dnnStandardMenu .root.sel .roottxt,
.skNav #dnnStandardMenu .root.exp .roottxt {
  color: #000000;
  background-color: #fdb813;
}

.skNav #dnnStandardMenu .root .m {
  padding: 10px 0;
  background-color: #fdb813;
}

.skNav #dnnStandardMenu .root .mi {
  padding: 10px 15px;
}

.skNav #dnnStandardMenu .root .mi1 .txt {
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 15px;
  border: none;
  border-bottom-color: transparent;
  font-family: "Roboto", sans-serif;
}

.skNav #dnnStandardMenu .root .mi:hover {
  background: #ffffff;
  transition: 0.3s;
}

.skNav #dnnStandardMenu .root .mi:hover > .txt {
  color: #000000;
}

.skNav #dnnStandardMenu .root .m0 {
  top: 56px !important;
}

.skNav #dnnStandardMenu li.mi2 {
  margin-bottom: 0px;
}

/* Scroll
=========================================================*/
::-webkit-scrollbar-track {
  background-color: #c9c9c9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f6f8;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #00532f;
}

.skSlider {
  padding-bottom: 40px;
}

/* Image Link
/********************************************************************/
.skImageLinks {
  padding-bottom: 38px;
  overflow: hidden;
}

.skImageLinks .skList {
  display: table;
  padding: 0px;
  margin: -14px;
  width: calc(100% + 28px);
  border-spacing: 14px;
}

.skImageLinks .skList .skItem {
  position: relative;
  width: 229px;
  height: 188px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.skImageLinks .skList .skItem:last-child {
  margin-right: 0;
}

.skImageLinks .skImageOverlay {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  transition: 0.3s;
}

.skImageLinks .skTextWrapper {
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
}

.skImageLinks .skLinkImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.skImageLinks .skLogoImage {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -85px;
}

.skImageLinks .skLink {
  text-decoration: none;
  width: 100%;
  height: 188px;
  display: table;
  vertical-align: middle;
  position: relative;
}

.skImageLinks .skLink:hover .skImageOverlay {
  background-color: rgba(253, 184, 19, 0.4);
}

.skImageLinks .skText {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
  word-break: break-word;
  padding: 0 10px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

/* Tab section
/**********************************************************/
.skTabsWrapper {
  padding-bottom: 50px;
}

.skTabs {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 558px;
}

.skNavWrapper .skNavTabs {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  background-color: #000000;
}

.skNavWrapper .skNavTabs .skItem {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table-cell;
  text-align: center;
  width: 25%;
}

.skNavWrapper .skNavTabs a.skTabLink {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 0;
  transition: 0.3s;
}

.skNavWrapper .skNavTabs a.skTabLink:hover, .skNavWrapper .skNavTabs a.skTabLink:focus, .skNavWrapper .skNavTabs a.skTabLink.active {
  background-color: #fdb813;
  color: #000000;
}

.skTabSection {
  margin-top: 0;
}

a.skViewAllBtn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #00532f;
  display: block;
  padding: 7px 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  width: 114px;
  font-size: 15px;
  line-height: 18px;
  margin: 0 auto;
  letter-spacing: 0.4px;
  transition: 0.3s;
}

a.skViewAllBtn:hover, a.skViewAllBtn:focus, a.skViewAllBtn:active {
  background-color: #000000;
}

/* News Section
/*****************************************************************/
.skTabsCnt {
  margin: 25px 13px 55px 29px;
}

.skTabsCnt .skInner {
  height: 430px;
  overflow: auto;
  position: relative;
}

.skNews {
  position: relative;
}

.skNews .skList {
  margin: 0px 32px 0px 0px;
  padding: 0px;
}

.skNews .skList li {
  list-style-type: none;
  border-bottom: 2px solid #ececec;
  padding: 12px 0px;
}

.skNews .skList li.first {
  padding: 0px 0px 12px 0px;
}

.skNews .skList li.last {
  border-bottom: none;
  padding-bottom: 10px;
}

.skDetail {
  padding-left: 95px;
}

.skDetail .skTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  display: block;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  max-width: 100%;
  margin: 5px 0;
}

.skDetail .skDate {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
  color: #007442;
  font-weight: 900;
  line-height: 14px;
  letter-spacing: 0.2px;
}

.skDetail .skSummary {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #272727;
  padding-bottom: 0;
}

.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;
  transition: 0.3s;
}

.skNewsImage:hover::after {
  background-color: rgba(253, 184, 19, 0.4);
}

a.skLinkNews {
  display: block;
  position: relative;
}

/* Event Section
/***************************************************************************/
.skCalendar {
  position: relative;
  margin-left: 53px;
}

.skCalendar .skList {
  margin: 0px 32px 0 0;
  padding: 0;
}

.skCalendar .skList .skItem {
  border-bottom: 1px solid #c2c2c2;
  padding: 24px 0 11px;
}

.skCalendar .skList .skItem.first {
  padding: 8px 0 12px;
}

.skCalendar .skList .skItem.last {
  border-bottom: none;
}

.skCalendar .inner {
  display: block;
  height: 441px;
  overflow: auto;
  margin: 14px 15px 55px 32px;
  padding: 0 27px 0 0;
}

.skCalendar .skDatewrapper {
  text-align: right;
  height: 45px;
  float: left;
}

.skCalendar .skDatewrapper .skMonth {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  display: block;
  text-transform: uppercase;
}

.skCalendar .skDatewrapper .skDate {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #00532f;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}

.skCalendar .skTimeTitle {
  padding: 0 0 0 62px;
}

.skCalendar .skTimeTitle .skTime {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 16px;
  color: #525252;
  letter-spacing: 0.25px;
  display: block;
  text-transform: lowercase;
  padding: 0px 0 2px 0;
}

.skCalendar .skTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #272727;
  text-transform: uppercase;
  padding-top: 10px;
  display: block;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skCalendar .skStatusSec {
  margin-top: 3px;
  padding-left: 60px;
}

.skCalendar .skStatusSec .skStatus {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  font-style: italic;
  border-radius: 3px;
  border: 1px solid #999999;
  padding: 0px 5px;
}

.skCalendar .skStatusSec .skStatus.skCanceled {
  color: #a74544;
}

.skCalendar .skStatusSec .skStatus.skRescheduled {
  color: #09957e;
}

.skCalendar .skStatusSec .skStatus.skPostponed {
  color: #f8972a;
}

.skCalendar .skLocation {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
  margin-left: 7px;
}

/* About Us Section
/***************************************************************************/
.skAboutus .skInner {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #272727;
  line-height: 26px;
  margin-left: 33px;
  padding: 13px 23px 0 0;
  overflow: auto;
}

.skAboutus .skInner h1,
.skAboutus .skInner h2,
.skAboutus .skInner h3,
.skAboutus .skInner h4,
.skAboutus .skInner h5,
.skAboutus .skInner h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
}

.skAboutus .skInner a {
  color: #00532f;
  transition: 0.3s;
}

.skAboutus .skInner a:hover {
  color: #fdb813;
}

.skAboutus.skTabsCnt {
  margin: 25px 13px 42px 29px;
}

/* Highlight Section
/**************************************************************************/
.skHighlight.skTabsCnt {
  margin: 14px 13px 16px 29px;
}

.skHighlight .skInner {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  height: 480px;
  overflow: auto;
  padding: 0 24px 0 0;
}

.skHighlight .skInner h1,
.skHighlight .skInner h2,
.skHighlight .skInner h3,
.skHighlight .skInner h4,
.skHighlight .skInner h5,
.skHighlight .skInner h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0 8px 0;
}

.skHighlight .skInner a {
  color: #00532f;
  transition: 0.3s;
}

.skHighlight .skInner a:hover {
  color: #fdb813;
}

.skHighlight iframe {
  display: block;
  margin: 0 auto;
}

/* Feild Status 
/****************************************************************************************/
.skSection .skContent {
  padding: 22px 17px 20px 25px;
}

.skSection .content {
  height: 405px;
}

.skSection .skRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skSection h2.skHead {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  display: block;
  position: relative;
  font-weight: 700;
  z-index: 2;
  background-color: #000000;
  color: #ffffff;
}

.skSocialWrapper {
  display: table-cell;
  width: 56.2%;
}

.skSocialWrapper .skContent {
  padding: 0;
}

.skColumnInner {
  padding-left: 40px;
}

.skSocialFeed {
  position: relative;
  background-color: #ffffff;
}

.skSocialFeed .skFBWrapper .facebook-plugin {
  display: block;
  margin: 0 auto;
}

.skSocialTab {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 7px;
  height: 44px;
  margin: 0;
  z-index: 2;
}

.skSocialTab li {
  display: inline-block;
  cursor: pointer;
  width: 39px;
}

.skSocialTab li a.skIcn {
  display: block;
  text-indent: 0;
  font-size: 0;
  margin: 11px 10px;
  padding: 0;
}

.skSocialTab li a.skIcn svg {
  width: 16px;
  height: 20px;
  fill: #fdb813;
  transition: 0.3s;
}

.skSocialTab li a.skIcn:hover svg, .skSocialTab li a.skIcn.active svg {
  fill: #ffffff;
}

.skSocialTab li a.skIcn.skTwitterIcn svg {
  width: 21px;
  height: 21px;
}

.skContentWrapper {
  padding-bottom: 38px;
}

.skFieldWrapper {
  display: table-cell;
  width: 42.60%;
  background: #ffffff;
}

.skFieldWrapper .skContent {
  padding: 20px 20px 20px 30px;
}

.skFieldWrapper .skContent .skInner {
  height: 365px;
  overflow-y: auto;
}

.skFieldWrapper .skField {
  margin: 0 15px 0 0;
  padding: 0;
}

.skFieldWrapper .skField .skLast {
  border: 0;
  padding-bottom: 0;
}

.skFieldWrapper .skItem {
  list-style: none;
  border-bottom: 2px solid #ececec;
  padding: 20px 0px 10px 0;
}

.skFieldWrapper .skItem:first-child {
  padding-top: 0;
}

.skFieldWrapper .skName {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 75px 0px 0;
  word-wrap: break-word;
  word-break: break-word;
}

.skFieldWrapper .skSubField {
  margin: 0;
  padding: 0;
}

.skFieldWrapper .skSubField .skLocationItem {
  position: relative;
  margin-bottom: 10px;
  padding: 0 70px 0 0;
  text-transform: capitalize;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #272727;
  word-wrap: break-word;
  word-break: break-word;
}

.skFieldWrapper .skSubField .skLocationItem:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
}

.skFieldWrapper .skSubField .skOpen:after {
  content: "Open";
  color: #00532f;
}

.skFieldWrapper .skSubField .skClose:after {
  color: #cf2127;
  content: "Closed";
}

.skFieldWrapper .skSubField .skPartial:after {
  content: "Partial";
  color: #fdb813;
}

.skFieldWrapper .skDate {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #007442;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.skFieldWrapper .skName:after {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.skFieldWrapper .skOpen .skName:after {
  content: "Open";
  color: #00532f;
}

.skFieldWrapper .skClose .skName:after {
  color: #cf2127;
  content: "Closed";
}

.skFieldWrapper .skPartial .skName:after {
  content: "Partial";
  color: #fdb813;
}

.skMobTabLink,
.skMobOnly,
.skMobile {
  display: none;
}

/* Sponsor Section
=======================================================*/
.skSponsor {
  background-color: #ffffff;
  padding: 22px 0;
}

.skSponsor .skList {
  margin: 0;
  padding: 0;
}

.skSponsor .skItem {
  margin: 0;
  padding: 16px 24px;
  list-style: none;
  float: left;
}

.skSponsor .skItem .skLink {
  display: inline-block;
}

.skSponsor .skItem img {
  height: 80px;
  width: 120px;
}

.skSponsor .skItem img:hover {
  filter: drop-shadow(0 0 16px rgba(50, 50, 50, 0.25));
}

.skSponsor .wrapper {
  position: relative;
  padding: 0 10px;
}

.skSponsor .skPrev,
.skSponsor .skNext {
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
}

.skSponsor .skPrev svg,
.skSponsor .skNext svg {
  height: 43px;
  width: 35px;
  fill: #fdb813;
  transition: 0.3s;
}

.skSponsor .skPrev svg:hover,
.skSponsor .skNext svg:hover {
  fill: #00532f;
}

.skSponsor .skPrev {
  left: -30px;
}

.skSponsor .skNext {
  right: -30px;
}

/* Footer Section
=======================================================*/
.skFooter {
  padding: 39px 0 25px;
  background-color: #000000;
}

.skFooter .skHead {
  font-size: 20px;
  color: #fdb813;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0;
  word-break: break-word;
}

.skFooter .skContact {
  text-align: right;
}

.skFooter .skContactus {
  width: 290px;
  margin: 0 4px 0 40px;
}

.skFooter .skContactus .skClubHead {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 21px;
  padding: 0;
  word-break: break-word;
  font-weight: 700;
  overflow: hidden;
}

.skFooter .skContactus .skFtContent {
  margin: 8px 0;
}

.skFooter .skContactus .skClubAddress {
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 21px;
  color: #ffffff;
  padding-bottom: 30px;
}

.skFooter .skContactus .skClubName {
  font-weight: bold;
  text-transform: uppercase;
}

.skFooter .skContactus .skEmail {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.skFooter .skContactus .skClubEmailAddress,
.skFooter .skContactus .skClubContact {
  padding: 0;
}

.skFooter .skContactus .skClubPhone,
.skFooter .skContactus .skClubEmail {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: 0.3s;
}

.skFooter .skContactus .skClubPhone:hover,
.skFooter .skContactus .skClubEmail:hover {
  color: #fdb813;
}

.skFooter .skClubContact svg {
  width: 12px;
  height: 12px;
  fill: #fdb813;
  margin-right: 5px;
}

/* Footer Site Link Section
=======================================================*/
.skSiteLink {
  width: 230px;
  padding-left: 60px;
}

.skSiteLink .skHead {
  text-align: left;
}

.skSiteLink .skFtContent {
  margin: 8px 0;
}

.skSiteLink ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.skSiteLink li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  list-style: none;
}

.skSiteLink .link, .skSiteLink .link:link, .skSiteLink .link:visited {
  font-size: 16px;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: 0.3s;
}

.skSiteLink .link:hover, .skSiteLink .link:link:hover, .skSiteLink .link:visited:hover {
  color: #fdb813;
}

.skSiteLink .link span {
  display: inline-block;
  padding-right: 13px;
}

.skSiteLink .link svg {
  fill: #fdb813;
  height: 13px;
  width: 8px;
  padding-top: 8px;
}

/* Footer Banner Image Section
=======================================================*/
.skFooterBanner {
  width: 205px;
  padding-left: 45px;
}

.skFooterBanner .skBannerLink {
  display: block;
  margin-top: -10px;
}

.skFooterBanner .skBannerLink img {
  width: 205px;
  height: 205px;
}

/* Footer Info Section
=======================================================*/
.skInfo {
  background-color: #313131;
}

.skInfo .skWidth {
  max-width: 1100px;
}

.skInfo .separator {
  margin: 0 5px;
  color: #ffffff;
}

.skInfo .skInfoInner .skLeft {
  width: 82%;
  margin: 20px 0;
}

.skInfo .skInfoInner .skRight {
  margin: 20px 13px;
}

.skInfo .skInfoInner .skRight a {
  display: block;
}

.skInfo a.SkinObject {
  white-space: nowrap;
}

.skInfo a.SkinObject:hover {
  color: #fdb813;
}

.skInfo a.SkinObject.skHiddenLogin {
  color: transparent;
  transition: 0.3s;
}

.skInfo a.SkinObject.skHiddenLogin:hover {
  color: #fdb813;
}

.skInfo a.SkinObject,
.skInfo span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

/* Inner Page
/************************************************************************/
#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg .skInnerWidth {
  margin: 0 auto;
  width: 960px;
  display: table;
}

.skInnerArea .skAreabg .skInnerWrapper {
  background-color: #ffffff;
  padding: 28px 25px;
  margin-bottom: 43px;
}

.skInnerArea .skRightPane {
  width: 35%;
  margin-left: 2.9%;
}

.skInnerArea .skLeftPane {
  width: 62%;
}

.skInnerWrapper a,
.skInnerWrapper a:visited {
  color: #222222;
  transition: 0.3s;
}

.skInnerWrapper a:hover, .skInnerWrapper a:active, .skInnerWrapper a:focus,
.skInnerWrapper a:visited:hover,
.skInnerWrapper a:visited:active,
.skInnerWrapper a:visited:focus {
  color: #fdb813;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1024px) {
  .skHeader .skBanner {
    font-size: 75px;
  }
  .skHeader .skActionWrapper .skWidth {
    width: auto;
  }
  .skHeader .skHeadWrapper .skRight {
    margin-right: 25px;
  }
  .skHeader .skHeadWrapper .skLeft {
    margin-left: 25px;
  }
  .skHeader .skHeadWrapper .skHead {
    margin: 12px 0;
  }
  .skWidth {
    width: auto;
  }
  .skFooter .skSiteLink {
    width: 290px;
    margin-right: 15px;
  }
  .skInfo .skWidth {
    max-width: 960px;
  }
  .skInfo .skInfoInner .skLeft {
    width: 75%;
  }
}

@media screen and (max-width: 960px) {
  .skInnerArea .skAreabg .skInnerWidth {
    width: auto;
  }
  .skInnerArea .skAreabg .skInnerWrapper {
    background-color: transparent;
    padding: 20px 15px;
    margin: 0px;
  }
  .skInnerArea .skWrapper {
    padding: 0 15px;
  }
  .skTabsWrapper,
  .skContentWrapper {
    padding: 0 15px 38px;
  }
  .skImageLinks {
    padding: 0 15px 38px 15px;
  }
  .skSponsor .skPrev {
    left: 0px;
  }
  .skSponsor .skNext {
    right: 0px;
  }
  .skHeader .skHeadWrapper .skHead {
    width: calc(100% - 350px);
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .skImageLinks .skLogoImage {
    width: 130px;
    height: 125px;
    margin-left: -65px;
    margin-top: -65px;
  }
  .skRow,
  .skMobTabLink,
  .skMobOnly,
  .skMobile {
    display: block;
  }
  .skFieldWrapper {
    width: 100%;
    display: block;
  }
  .skFieldWrapper h2.skHead {
    display: none;
  }
  .skSocialWrapper,
  .skSection .content,
  .skWebOnly,
  .skNavWrapper,
  .skHeader .skLogo {
    display: none;
  }
  .skColumnInner {
    padding: 0;
  }
  #Body .skInnerArea .skWrapper .DNNModuleContent {
    overflow: auto;
  }
  .skTabs {
    height: auto;
  }
  .skAreabgStrips .skAreabg {
    padding: 0px;
    background: url(images/mobile-bg.jpg);
    background-repeat: no-repeat;
  }
  /* ===========Header============= */
  .skHeader {
    display: block;
  }
  .skHeader .skActionWrpper {
    background: #000000;
    padding: 19px 0 30px;
  }
  .skHeader .skMobileView {
    display: block;
  }
  .skHeader .skHeadWrapper.skDesktopView {
    display: none;
  }
  .skHeader .skHeadWrapper.skMobileView {
    display: block;
    text-align: center;
    padding: 25px 0px 33px;
  }
  .skHeader .skHeadWrapper .skHead {
    font-size: 45px;
    text-align: center;
    float: none;
  }
  .skHeader .skTopWrapper {
    padding: 0;
  }
  .skHeader .skTopWrapper .skLeft {
    float: none;
    text-align: center;
    margin: 10px 0;
  }
  .skHeader .skTopWrapper img {
    margin-right: 2px;
  }
  .skSocial {
    margin: 0;
    float: none;
    text-align: center;
  }
  .skSocial a {
    margin: 0px 4px 0 15px;
  }
  .skSocial .facebook svg {
    width: 25px;
    height: 32px;
  }
  .skSocial .instagram svg {
    width: 32px;
    height: 24px;
  }
  .skSocial .twitter svg {
    width: 30px;
    height: 31px;
  }
  .skSocial .youtube svg {
    width: 28px;
    height: 28px;
  }
  .skSocial .flickr svg {
    width: 28px;
    height: 28px;
  }
  .skBanner {
    background: #ffffff;
    padding: 9px 0;
  }
  .skBanner .skBannerWrap {
    margin: 0 auto;
  }
  .skBanner .skBannerWrap .skLogo {
    display: none;
  }
  .skBanner h1.skBannerHeader {
    font-size: 24px;
    color: #fdb813;
    margin: 0;
  }
  .skBanner .skRightBanner {
    padding: 0;
    text-align: center;
  }
  .skBanner h1.skBannerText {
    font-size: 24px;
    width: auto;
    padding: 0 10px;
  }
  /* ===========Login============= */
  .skLoginWrapper {
    text-align: center;
    float: none;
    margin: 0;
  }
  .skLoginWrapper a.skBtn {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
  }
  .skLoginWrapper a.skBtn.skLogin, .skLoginWrapper a.skBtn.skRegister {
    width: 45%;
    padding: 9px 15px;
    box-sizing: border-box;
    margin: 0px;
  }
  .skLoginWrapper a.skBtn.skRegister {
    margin-left: 7px;
  }
  .skLoginWrapper .skTranslate {
    display: none;
  }
  .skLoginWrapper .skSocial {
    display: none;
  }
  .skSlider {
    padding-bottom: 0;
  }
  /* ===========About section============= */
  .skAboutus.skTabsCnt {
    margin: 0px;
    padding: 15px;
  }
  .skAboutus.skTabsCnt .skInner {
    margin: 0px;
  }
  /* =========== Mobile Nav ============= */
  #Body #mobNav.blue .navBar {
    background-color: #313131;
    border-bottom: 0px;
    padding: 4px 36px;
  }
  #Body #mobNav.blue .navRoot,
  #Body #mobNav.blue .navItem.last {
    background-color: transparent;
  }
  #Body #mobNav.blue .navChild .navLink,
  #Body #mobNav.blue .navChild .navLink:link,
  #Body #mobNav.blue .navChild .navLink:visited {
    color: #fdb813;
  }
  #Body #mobNav.blue #mobNav.blue,
  #Body #mobNav.blue .navTabs .activeTab {
    border-bottom-color: transparent;
  }
  #Body #mobNav.blue .navLink,
  #Body #mobNav.blue .navLink:link {
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-weight: 600;
  }
  #Body #mobNav.blue .navDropDown {
    background: #fdb813;
  }
  #Body #mobNav.blue .navLeft {
    left: 15px;
  }
  #Body #mobNav.blue .navLogo a {
    padding: 0;
    margin-right: 5px;
  }
  #Body #mobNav.blue .navLogo a img {
    height: 47px;
  }
  #Body #mobNav.blue .navLogo a:last-child {
    margin: 0;
  }
  /* =========== Image Link ============= */
  .skImageLinks {
    padding: 25px 13px 8px;
  }
  .skImageLinks .skList {
    margin: 0;
    border-spacing: 2px 0;
    width: calc(100% + 0px);
  }
  .skImageLinks .skList .skItem {
    display: inline-block;
    width: calc(calc(100% - 9px) / 2);
    margin: 0 9px 12px 0;
    height: 155px;
  }
  .skImageLinks .skList .skItem:nth-child(even) {
    margin-right: 0px;
  }
  .skImageLinks .skLink {
    width: 100%;
    height: 155px;
  }
  .skImageLinks .skLinkImage {
    width: 100%;
    height: 155px;
  }
  .skImageLinks .skText {
    font-size: 18px;
    line-height: 16px;
    max-height: 64px;
  }
  /* Highlight Section
=======================================================*/
  .skHighlight iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .skHighlight.skTabsCnt {
    margin: 0px;
    padding: 15px;
  }
  .skHighlight.skTabsCnt .skInner {
    margin: 0;
  }
  /* Event Section */
  .skEvent .skTabsCnt {
    height: 405px;
  }
  .skEvent .skTabsCnt .skInner {
    height: 345px;
  }
  .skNews.skTabsCnt {
    height: 405px;
  }
  .skNews.skTabsCnt .skInner {
    height: 345px;
  }
  /* Four Button Link Section
=======================================================*/
  .skButtonLinks {
    margin: 0 0 40px;
  }
  .skButtonLinks .item {
    margin-right: 0px;
    display: block;
    margin: 0 auto 20px;
    width: 300px;
  }
  .skButtonLinks .item.item:nth-child(2) {
    margin-right: auto;
  }
  .skButtonLinks .item:last-child {
    margin-right: auto;
    margin-bottom: 0px;
  }
  /* =========== Sponsor Section ============= */
  .skSponsor {
    padding: 20px 0;
  }
  .skSponsor .skSponsorWrapper {
    margin-top: 0;
  }
  .skSponsor .skPrev {
    left: 8px;
  }
  .skSponsor .skNext {
    right: 8px;
  }
  .skSponsor .wrapper {
    padding: 0 50px;
  }
  /* =========== Inner Area ============= */
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skLeftPane,
  .skInnerArea .skRightPane {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .skInnerArea .skAreabg .skInnerWidth {
    display: block;
  }
  /* =========== Footer ============= */
  .skFooter {
    padding: 32px 0 45px 0;
  }
  .skFooter .skContactus {
    float: none;
    margin-left: 0px;
    margin: 0 auto 25px;
  }
  .skFooter .skContactus .skClubAddress,
  .skFooter .skContactus .skClubContact {
    text-align: center;
  }
  .skFooter .skContactus .content {
    padding: 0;
  }
  .skFooter .skContactus .skHead {
    margin-bottom: 9px;
  }
  .skFooter .skContact {
    text-align: center;
  }
  .skFooter .skSiteLink {
    float: none;
    padding: 0;
    margin: 27px auto;
  }
  .skFooter .skSiteLink li {
    text-align: center;
  }
  .skFooter .skSiteLink .skHead {
    margin-bottom: 7px;
    text-align: center;
  }
  .skFooter .skSiteLink ul.last {
    margin-left: 0px;
  }
  .skFooter .skSiteLink .list {
    width: 100%;
  }
  .skFooter .skFooterBanner {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
  }
  .skFooter .skFooterBanner .skBannerLink img {
    max-width: 100%;
  }
  .skFooter .skFooterBanner .skBannerLink {
    margin: 0;
  }
  /* =========== News section ============= */
  .skNews .skList {
    margin: 0px;
  }
  .skNewsImage {
    width: auto;
    height: auto;
    margin-right: 11px;
  }
  .skNewsImage img {
    width: 50px;
    height: 50px;
  }
  .skDetail {
    padding: 0px;
  }
  .skDetail .skSummary {
    line-height: 16px;
    display: inline;
    font-size: 14px;
  }
  .skDetail .skTitle {
    margin: 0px;
  }
  /* =========== Field section ============= */
  .skSection .skContent {
    padding: 0px;
  }
  .skFieldWrapper .skField {
    margin: 5px 12px 0 0;
  }
  .skFieldWrapper .skContent {
    padding: 0;
    height: 390px;
    position: relative;
  }
  .skFieldWrapper .skContent .skInner {
    margin: 17px 16px 0;
    padding-right: 5px;
    height: 345px;
    overflow: auto;
  }
  .skFieldWrapper.skTabsMob {
    margin-bottom: 23px;
  }
  .skFieldWrapper .skName {
    font-size: 20px;
  }
  .skFieldWrapper .skName::after {
    font-size: 18px;
  }
  .skFieldWrapper .skSubField .skLocationItem:after {
    font-size: 18px;
  }
  /* =========== Tab section for heighlight,news and facebook  ============= */
  a.skViewAllBtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 8px 0 9px;
  }
  .skTabsWrapper,
  .skContentWrapper {
    padding: 0 15px;
  }
  .skTabsWrapper {
    padding-bottom: 35px;
  }
  .skTabsMob {
    margin-bottom: 15px;
    background-color: #ffffff;
  }
  .skTabs {
    margin-bottom: 6px;
    background-color: transparent;
  }
  .skTabsMob .skContent,
  .skTabsCnt .inner {
    height: 405px;
  }
  .skTabsMob .skContent iframe,
  .skTabsCnt .inner iframe {
    display: block;
    margin: 0 auto;
  }
  a.skMobTabLink {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
    text-align: center;
    background-color: #000000;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  a.skMobTabLink::before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/active-icon.png);
    background-position: 0px 0;
  }
  a.skMobTabLink.active::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 0;
  }
  a.skMobTabLink.skHeadMobile + .skTabsCnt {
    display: block;
  }
  .skTabsCnt {
    padding: 0px;
    display: none;
    margin: 0px;
  }
  .skTabsCnt .skInner {
    margin: 16px 15px 15px;
    padding-right: 15px;
    height: 368px;
    overflow-y: auto;
    position: static;
  }
  .skTabsCnt.visible {
    display: block;
  }
  .skInfo {
    padding: 20px 0;
  }
  .skInfo .skInfoInner {
    padding: 0;
  }
  .skInfo .skInfoInner .skLeft {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 0 45px;
  }
  .skInfo .skInfoInner .skRight {
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 0;
  }
  .skInfo a.SkinObject,
  .skInfo span {
    letter-spacing: 0.2px;
    line-height: 24px;
  }
  .skCalendar .skList {
    margin: 0px;
  }
}

@media screen and (max-width: 414px) {
  .skImageLinks .item:nth-child(odd) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 360px) {
  .skImageLinks .skList .skItem {
    height: 130px;
  }
  .skImageLinks .skLink {
    width: 100%;
    height: 130px;
  }
  .skImageLinks .skLinkImage {
    width: 100%;
    height: 100%;
  }
  .skHeader .skLeft img {
    height: 38px;
  }
}

@media screen and (max-width: 320px) {
  .skLoginWrapper a.skBtn {
    font-size: 16px;
  }
  .skInfo .skInfoInner .skLeft {
    padding: 0 20px;
  }
}
