/********************************************************************/
/* Website Developed by : Blue Sombrero  */
/*  Rush Local Platinum Theme */
/* Created by Bhavin Surati 26/09/2019  */
/********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald&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: "Open Sans", sans-serif;
  color: #000000;
}

/*******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 8px;
}

ul li {
  list-style-type: disc;
}

.Normal,
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject {
  font-family: 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: #000000;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a {
  transition: 0.2s;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #87b2f5;
}

.AlertText a:hover, .AlertText a:focus, .AlertText a:active {
  color: #ebeaea;
}

.skWrapper a, .skWrapper a:link, .skWrapper a:visited {
  color: #196ee8;
  text-decoration: none;
}

/* Input Css
=========================================================*/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  background: #f6f6f6;
  border: 1px solid #616161;
  padding: 2px 8px;
  margin: 2px 0;
  color: #222;
  transition: 0.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: #196ee8;
  color: #ffffff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #196ee8;
  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;
}

#Body .bsbSkin {
  background-color: transparent !important;
}

#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: 1165px;
  margin: 0 auto;
}

.skArea {
  background-color: #ffffff;
}

.skNav {
  background-color: #1153b1;
}

.TeamPage_gridColumn span {
  word-break: break-word;
}

/* Header Section
=========================================================*/
.skActionwrp {
  background-color: #196ee8;
  padding: 5px 0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.skActionwrp .skWidth {
  max-width: 1366px;
}

.skActionwrp .skSocial {
  float: left;
}

.skActionwrp .skSocial a {
  margin: 7px 14px 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.skActionwrp .skSocial a svg {
  fill: #ffffff;
}

.skActionwrp .skSocial a svg:hover {
  fill: #000000;
  transition: all 0.3s;
}

.skActionwrp .skSocial .facebook svg {
  width: 22px;
  height: 23px;
}

.skActionwrp .skSocial .instagram svg {
  width: 22px;
  height: 23px;
}

.skActionwrp .skSocial .twitter svg {
  width: 26px;
  height: 28px;
}

.skActionwrp .skSocial .youtube svg {
  width: 30px;
  height: 20px;
}

.skActionwrp .skSocial .flickr svg {
  width: 25px;
  height: 28px;
}

a.skCareersLink {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 70px;
  text-align: center;
  padding: 7px 11px;
  margin-top: 4px;
  margin-left: 3px;
  background-color: #ffffff;
  color: #196ee8;
  text-decoration: none;
  font-size: 16px;
  z-index: 1;
  font-weight: bold;
}

.skHeadSticky.skSticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

/* Login Section
=========================================================*/
.skLogin {
  float: right;
}

.skLogin a.skBtn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  position: relative;
  color: #ffffff;
}

.skLogin a.skBtn:nth-child(2):before {
  content: "|";
  position: absolute;
  left: -4px;
  top: 10px;
  color: white;
  pointer-events: none;
}

.skLogin a.skBtn:hover {
  color: #000000;
}

.skLogin .skTranslate {
  display: inline-block;
}

.skLogin .skTranslate .google-translater {
  display: inline-block;
  position: relative;
}

.skLogin .skTranslate .google-translater svg {
  width: 25px;
  fill: white;
  position: absolute;
  top: 6px;
}

.skLogin .skTranslate .google-translater:hover svg {
  fill: #000000;
  cursor: pointer;
}

.skLogin .skTranslate .goog-te-gadget-simple {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.skLogin .skTranslate .goog-te-menu-value span,
.skLogin .skTranslate .goog-te-gadget-simple img {
  display: none;
}

.skLogin .skTranslate .goog-te-menu-value {
  display: inline-block;
  text-indent: -999px;
  width: 28px;
  height: 26px;
  margin: 2px 16px 0 0;
}

.skLogin .skTranslate .goog-te-menu-value:hover {
  transition: height 0.3s;
}

.skTopMobBanner {
  display: inline-block;
}

/* Header Banner Sectoion
=========================================================*/
.skBanner {
  padding: 23px 0;
}

.skBanner .skBannerWrap {
  display: table;
  margin: 0 0 0 125px;
}

.skBanner .skBannerWrap .skLogo {
  display: table-cell;
  vertical-align: middle;
  width: 224px;
}

.skBanner .skBannerWrap .skLogo img {
  width: 224px;
  height: 76px;
}

.skBanner .skRightBanner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}

.skBanner h1.skBannerHeader {
  font-size: 64px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding: 0;
  overflow: hidden;
  max-height: 130px;
  word-break: break-word;
  word-wrap: break-word;
}

/* Top Links Section
=========================================================*/
.skTopLinks {
  padding: 67px 0 81px;
  background-color: #1153b1;
}

.skTopLinks .skContent {
  padding: 0 54px 0 53px;
}

.skTopLinks ul {
  display: table;
  padding: 0px;
  margin: 0px -30px;
  width: calc(100% + 60px);
  border-spacing: 21px 0;
  table-layout: fixed;
}

.skTopLinks li.item {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  height: 164px;
  background-image: url(images/link-bg.png);
  background-position: left -100px;
  background-color: #196ee8;
}

.skTopLinks li.item:hover {
  background-color: #ffffff;
}

.skTopLinks li.item:hover a {
  color: #000000;
}

.skTopLinks li.item img {
  display: none;
}

.skTopLinks li.item a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  table-layout: fixed;
}

.skTopLinks li.item a .text {
  display: table-cell;
  vertical-align: middle;
}

.skTopLinks li.item .text {
  word-break: break-word;
  word-wrap: break-word;
}

.skTopLinks li.item .text span {
  display: block;
  padding: 0 10px;
}

.skTopLinks li.last {
  padding: 0;
}

.skTopLinks li.item-2 {
  background-position: -266px -100px;
}

.skTopLinks li.item-3 {
  background-position: -546px -100px;
}

.skTopLinks li.last,
.skTopLinks li.item-4 {
  background-position: right -100px;
}

.skTopLinks .has-3-item li.item-2 {
  background-position: center -100px;
}

.skTopLinks .has-3-item li.last,
.skTopLinks .has-3-item li.item-3 {
  background-position: right -100px;
}

/* News Rotator Section
=========================================================*/
.skNewsWrapper {
  position: relative;
  padding: 0 25px;
}

.skClubNationalNewsWrapper {
  padding: 60px 0 82px;
}

.skNationalNews {
  padding: 0px 0 18px;
}

.skNews {
  background-color: #fff;
}

.skNews .skHead {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  color: #196ee8;
  font-weight: 600;
  text-align: center;
  padding: 17px 0 10px;
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
}

.skNews .list {
  margin: 0;
  padding: 0;
}

.skNews li.skItem {
  padding: 0;
  margin: 0 10px;
  list-style: none;
  display: inline-block;
  background-color: #004ea9;
}

.skNews li.skItem:hover .skReadmore {
  color: #ffffff;
}

.skNews .news-list {
  padding: 0;
}

.skNews .news-list .link {
  width: 100%;
  height: 167px;
  display: table;
  margin: 0 auto;
}

.skNews img {
  width: 350px;
  height: 170px;
  transition: all 0.3s ease;
}

.skNews img.portal-image {
  width: 224px;
  height: 76px;
}

.skNews .portal-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.skNews .skReadmore {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #000000;
  line-height: 30px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.skNews .skItemInner {
  width: 350px;
  text-align: center;
  height: 255px;
}

.skNews .skDetail {
  background-color: #196ee8;
  padding: 16px 7px 10px 7px;
}

.skNews .skDetail .skName .skLink {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  text-transform: capitalize;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.skNews svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}

.skNews .next,
.skNews .prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 0 5px;
  transition: 0.3s;
}

.skNews .prev {
  left: -10px;
}

.skNews .prev:hover {
  padding: 0 10px 0 0;
}

.skNews .next {
  right: -10px;
}

.skNews .next:hover {
  padding: 0 0 0 10px;
}

/* Scroll
=========================================================*/
.skInner {
  height: 365px;
  overflow-y: auto;
}

::-webkit-scrollbar-track {
  background-color: #c9c9c9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f6f8;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #6f6f6f;
}

/* Social section
/********************************************************************/
.skSocialMainWrapper {
  background-image: url("images/social-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0;
  background-position: top right;
}

.skSection {
  padding: 0 67px 0 60px;
}

.skSection .skContent {
  padding: 22px 17px 20px 25px;
}

.skSection .content {
  height: 365px;
  overflow-x: auto;
  position: relative;
  z-index: 2;
}

.skSection .skRow {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skSection h2.skHead {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 18px 0 16px 16px;
  display: block;
  position: relative;
  letter-spacing: 0.2px;
  font-weight: 700;
  z-index: 2;
  background-color: #1153b1;
  color: #ffffff;
}

.skRowWrapper {
  margin: 0 -25px;
}

.skSocialWrapper {
  display: table-cell;
  width: 51.88%;
}

.skColumnInner {
  padding: 0 25px;
}

.skSocialFeed {
  position: relative;
  background-color: #ffffff;
}

.skSocialFeed .skFBWrapper {
  margin: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.skSocialFeed .skFBWrapper .facebook-plugin {
  display: block;
  margin: 0 auto;
}

.skSocialFeed h2.skHead {
  padding-right: 35px;
}

/* Social Field status
/****************************************************/
.skFieldStatus {
  background-color: #ffffff;
}

.skSocialTab {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 7px;
  height: 48px;
  margin: 0;
  z-index: 2;
  background-color: #196ee8;
}

.skSocialTab li {
  display: inline-block;
  cursor: pointer;
  width: 43px;
}

.skSocialTab li a {
  display: block;
  text-indent: 0;
  font-size: 0;
  width: 22px;
  height: 19px;
  margin: 13px 10px;
  padding: 0;
}

.skSocialTab li a svg {
  fill: #104da3;
}

.skSocialTab li a:hover svg {
  fill: #ffffff;
}

.skSocialTab li .skTwitterIcn svg {
  width: 26px;
}

.skSocialTab li.active svg {
  fill: #ffffff;
}

.skSocialFeed .active.tab {
  display: block;
}

.skSocialFeed .tab {
  display: none;
}

ul.tweet_list {
  margin: 0;
  padding: 0;
}

ul.tweet_list li {
  word-break: break-word;
  margin: 0;
  padding: 13px 10px 44px 40px;
  list-style: none;
  position: relative;
  margin-right: 10px;
  border-bottom: 2px solid #ececec;
}

ul.tweet_list li:last-child {
  border: none;
}

ul.tweet_list li:first-child {
  border-top: none;
  padding-top: 0px;
}

ul.tweet_list li:first-child::before {
  top: 5px;
}

ul.tweet_list li:before {
  content: ' ';
  position: absolute;
  top: 18px;
  left: 0;
  width: 31px;
  height: 30px;
  background-image: url(images/social.png);
  background-position: -20px 0px;
}

a.tweet_screen_name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
  display: block !important;
  letter-spacing: 0px;
  text-decoration: none;
}

a.tweet_screen_name:before {
  content: "@";
}

.tweet_time {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 6px;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0;
  color: #196ee8;
}

.tweet_text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  display: inline;
  border-bottom: 1px solid transparent;
}

.tweet_text a {
  word-wrap: break-word;
  color: #196ee8;
}

.tweet_text a:hover {
  color: #000000;
}

/* Field Status
==========================================================*/
.skFieldWrapper {
  padding: 0 10px 0 30px;
}

.skRightWrapper {
  display: table-cell;
  width: 42.45%;
}

.skRightWrapper .skFieldStatus {
  background: #ffffff;
}

.skRightWrapper .skFieldStatus .skHead {
  letter-spacing: 0.2px;
}

.skRightWrapper .skHead {
  font-family: "Open Sans", sans-serif;
  background-color: #196ee8;
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  padding: 14px;
}

.skRightWrapper .skContent {
  padding: 25px 11px 20px 25px;
}

.skRightWrapper .skField {
  margin: 0 15px 0 0;
  padding: 0;
}

.skRightWrapper .skField .skLast {
  border: 0;
  padding-bottom: 0;
}

.skRightWrapper .skItem {
  list-style: none;
  border-bottom: 2px solid #ececec;
  padding: 13px 0px;
}

.skRightWrapper .skItem:first-child {
  padding: 0;
}

.skRightWrapper .skName {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 75px 0px 0;
}

.skRightWrapper .skSubField {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}

.skRightWrapper .skSubField .skLocationItem {
  position: relative;
  margin: 7px 0;
  padding: 0 70px 0 0;
  text-transform: capitalize;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.skRightWrapper .skSubField .skLocationItem:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1px;
}

.skRightWrapper .skSubField .skOpen:after {
  content: "Open";
  color: #09957e;
}

.skRightWrapper .skSubField .skClose:after {
  color: #a74544;
  content: "Closed";
}

.skRightWrapper .skSubField .skPartial:after {
  content: "Partial";
  color: #f8972a;
}

.skRightWrapper .skDate {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 11px;
  color: #196ee8;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.skRightWrapper .skName:after {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.skRightWrapper .skOpen .skName:after {
  content: "Open";
  color: #09957e;
}

.skRightWrapper .skClose .skName:after {
  color: #a74544;
  content: "Closed";
}

.skRightWrapper .skPartial .skName:after {
  content: "Partial";
  color: #f8972a;
}

.skRightWrapper a.skViewAllBtn {
  font-family: 'Lato', sans-serif;
  background-color: #196ee8;
  display: block;
  padding: 7px 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  max-width: 114px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  transition: 0.2s;
}

.skRightWrapper a.skViewAllBtn:hover {
  background-color: #1153b1;
}

/* Video section
=======================================================*/
.skVideoWrapper .skVideoInner {
  margin: 95px 46px 85px 64px;
}

.skVideoWrapper .skVideoInner iframe {
  width: 100%;
  height: 595px;
}

/* Image Link
=======================================================*/
.skImageLinksWrapper {
  background-color: #1153b1;
  padding: 60px 0 58px;
}

.skImageLinksWrapper .skImageLinks .list {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}

.skImageLinksWrapper .skImageLinks .item {
  display: inline-block;
  list-style: none;
  width: 350px;
  height: 226px;
  background-color: #196ee8;
  margin-right: 18px;
}

.skImageLinksWrapper .skImageLinks .item:hover {
  background-color: #ffffff;
}

.skImageLinksWrapper .skImageLinks .item:hover .text {
  color: #196ee8;
}

.skImageLinksWrapper .skImageLinks .item .text {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  padding: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.skImageLinksWrapper .skImageLinks .item:last-child {
  margin-right: 0;
}

.skImageLinksWrapper .skImageLinks .skLinkImage {
  width: 100%;
  height: 180px;
}

.skImageLinksWrapper .skImageLinks .link {
  text-decoration: none;
  display: block;
}

/* Sponser
=======================================================*/
.skSponsor {
  padding: 45px 0 50px;
  background: #ffffff;
}

.skSponsor .skSponsorWrapper {
  margin: 0 30px;
}

.skSponsor .skSponsorWrapper .wrapper {
  position: relative;
  padding: 0 30px;
}

.skSponsor .skSponsorWrapper .skList {
  margin: 0;
  padding: 0;
}

.skSponsor .skSponsorWrapper .head {
  text-align: center;
  padding: 15px 0 0;
}

.skSponsor .skSponsorWrapper .head span {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #196ee8;
  word-break: break-word;
}

.skSponsor .skSponsorWrapper .skItem {
  padding: 0px 12px;
  list-style: none;
  float: left;
}

.skSponsor .skSponsorWrapper .skItem .skLink {
  display: inline-block;
}

.skSponsor .skSponsorWrapper .skItem img {
  height: 112px;
  width: 174px;
}

.skSponsor .skSponsorWrapper a.skPrevBtn,
.skSponsor .skSponsorWrapper a.skNextBtn {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -18px;
}

.skSponsor .skSponsorWrapper a.skPrevBtn svg,
.skSponsor .skSponsorWrapper a.skNextBtn svg {
  fill: #ffffff;
  width: 14px;
  height: 23px;
  border-radius: 50%;
  background-color: #196ee8;
  padding: 14px 18px;
}

.skSponsor .skSponsorWrapper a.skPrevBtn svg:hover,
.skSponsor .skSponsorWrapper a.skNextBtn svg:hover {
  fill: #ffffff;
  background-color: #1153b1;
}

.skSponsor .skSponsorWrapper a.skPrevBtn {
  left: -23px;
}

.skSponsor .skSponsorWrapper a.skNextBtn {
  right: -23px;
}

/* Footer Section
=======================================================*/
.skFooter {
  padding: 55px 0 28px 0;
  background-color: #f0f0f0;
}

.skFooter .skHead {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
  word-break: break-word;
}

.skFooter .skContactus {
  float: left;
  width: 205px;
  margin: 0 5px 0 28px;
}

.skFooter .skContactus .skClubAddress,
.skFooter .skContactus .skClubContact {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  padding-bottom: 15px;
}

.skFooter .skContactus .skClubName {
  font-weight: bold;
  text-transform: uppercase;
}

.skFooter .skContactus .skLocation {
  padding: 5px 0;
  display: block;
}

.skFooter .skContactus .skClubContact {
  display: block;
}

.skFooter .skContactus .skClubPhone,
.skFooter .skContactus .skClubEmail {
  color: #196ee8;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: lowercase;
}

.skFooter .skContactus .skClubPhone {
  text-decoration: none;
}

.skFooter .skContactus .skClubEmail {
  word-break: break-word;
}

/* Footer Site Link Section
=======================================================*/
.skSiteLink {
  width: 370px;
  float: left;
  padding-left: 26px;
}

.skSiteLink ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 140px;
}

.skSiteLink ul:nth-child(2) {
  float: right;
}

.skSiteLink li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  list-style: none;
}

.skSiteLink a, .skSiteLink:link, .skSiteLink:visited {
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.1px;
  position: relative;
  text-decoration: none;
}

.skSiteLink a:hover, .skSiteLink a:focus, .skSiteLink a:active, .skSiteLink:link:hover, .skSiteLink:link:focus, .skSiteLink:link:active, .skSiteLink:visited:hover, .skSiteLink:visited:focus, .skSiteLink:visited:active {
  color: #196ee8;
  transform: translateX(10px);
}

.skSiteLink a:hover:before, .skSiteLink a:focus:before, .skSiteLink a:active:before, .skSiteLink:link:hover:before, .skSiteLink:link:focus:before, .skSiteLink:link:active:before, .skSiteLink:visited:hover:before, .skSiteLink:visited:focus:before, .skSiteLink:visited:active:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 5px;
  background: transparent url(images/ftlink-arrow.png) 0 0 no-repeat;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Footer Hours Section
=======================================================*/
.skHours {
  width: 145px;
  float: left;
  padding: 0 0 0 8px;
}

.skHours .content {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.skHours .content p {
  padding: 0;
}

/* Footer Banner Image Section
=======================================================*/
.skFooterBanner {
  width: 270px;
  float: left;
  padding-left: 60px;
}

.skFooterBanner .content {
  display: block;
  text-align: center;
}

.skFooterBanner .content .skFtBanner {
  margin-top: -13px;
}

.skFooterBanner .content .skFtLogo {
  margin-top: 17px;
  margin-left: -12px;
}

/* Footer Info Section
=======================================================*/
.skInfo {
  padding: 13px 0;
  background-color: #1153b1;
}

.skInfo .skWidth {
  max-width: 1366px;
}

.skInfo .separator {
  margin: 0 3px;
  color: #ffffff;
}

.skInfo .skInfoInner {
  padding: 0 23px 0 15px;
}

.skInfo .skInfoInner .skLeft {
  width: 75%;
}

.skInfo a.SkinObject {
  transition: 0.2s;
}

.skInfo a.SkinObject:hover {
  color: #ffffff;
  text-decoration: underline;
}

.skInfo a.SkinObject,
.skInfo span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  text-transform: capitalize;
}

.skInfo a.HiddenLink {
  color: transparent;
}

/*Inner Page */
/************************************************************************/
#Body .skInnerArea .bsbSkin .container {
  width: auto;
}

#Body .ControlHeader {
  margin: 0 auto;
}

.skInnerArea .skAreabg {
  padding: 18px 0 0 0;
  background-color: #f0f0f0;
}

.skInnerWidth {
  width: 1067px;
  margin: 0 auto;
}

.skInnerWidth .skWrapper {
  padding: 25px 0;
}

.skInnerWidth .skRightPane {
  width: 35%;
  float: right;
  margin-left: 2.9%;
}

.skInnerWidth .skLeftPane {
  width: 62%;
  float: left;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1366px) {
  .skInfo .skWidth {
    width: auto;
  }
}

@media screen and (max-width: 1229px) {
  .skInnerArea .skHeader .skWidth {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .skWidth {
    width: auto;
  }
  .skTopLinks ul {
    max-width: 1118px;
    background-image: url(images/link-bg.png);
    background-color: #196ee8;
    background-position: center center;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
  }
  .skTopLinks li.item {
    background-image: none;
    background-color: transparent;
    border-width: 0 10px;
    border-style: solid;
    border-color: #1153b1;
  }
}

@media screen and (max-width: 1024px) {
  .skHeader .skBannerHeader {
    font-size: 75px;
  }
  .skHeader .skActionwrp {
    padding: 5px;
  }
  .skHeader .skActionwrp .skWidth {
    width: auto;
  }
  .skNews .prev {
    left: 0;
  }
  .skNews .next {
    right: 0;
  }
  /* =========== News Section ============= */
  .skNewsWrapper {
    padding: 0 25px;
  }
  .skNews .skHead {
    padding: 0 0 20px;
  }
  .skNews li.skItem {
    margin: 0;
  }
  .skClubNews {
    padding: 50px 0 30px;
  }
  .skSocialMainWrapper {
    overflow: hidden;
  }
  .skVideoWrapper .skWidth {
    width: auto;
  }
  .skVideoWrapper .skVideoInner iframe {
    padding: 0;
  }
  .skImageLinksWrapper .skImageLinks .item {
    width: 300px;
  }
  .skImageLinksWrapper .skImageLinks .list {
    margin: 0;
    overflow: hidden;
    width: auto;
  }
  .skSponsorWrapper a.skNextBtn,
  .skSponsorWrapper a.skPrevBtn,
  .skPartnerWrapper a.skNextBtn,
  .skPartnerWrapper a.skPrevBtn {
    margin: 0;
  }
  .skFooter .skWidth {
    width: auto;
  }
  .skFooter .skSiteLink {
    width: 292px;
    padding: 0 0 0 15px;
    margin-right: 15px;
  }
  .skFooter .skSiteLink ul.last {
    margin-left: 50px;
  }
  .skFooter .skSiteLink .content {
    padding: 0 0 0 16px;
  }
  .skFooter .skSiteLink ul {
    width: 102px;
  }
  .skFooter .skMember {
    margin-right: 10px;
  }
  .skFooter .skInfoInner {
    padding: 0 15px 0 12px;
  }
  .skFooter .skFooterBanner {
    padding-left: 30px;
  }
  .skMember {
    margin-right: 10px;
  }
}

@media screen and (max-width: 960px) {
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skInnerWidth {
    width: auto;
    margin: 0;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skWidth {
    display: block;
  }
  .skFooter .skFtbanner {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* ===========Header============= */
  .skBanner {
    background: #1153b1;
    padding: 17px 0;
  }
  .skBanner .skBannerWrap {
    margin: 0 auto;
  }
  .skBanner .skBannerWrap .skLogo {
    display: none;
  }
  .skBanner h1.skBannerHeader {
    font-size: 36px;
    color: #ffffff;
    margin: 0;
  }
  .skBanner .skRightBanner {
    padding: 0;
  }
  .skActionwrp {
    padding: 5px 8px;
  }
  .skActionwrp .skSocial .facebook svg {
    width: 18px;
  }
  .skActionwrp .skSocial .instagram svg {
    width: 17px;
  }
  .skActionwrp .skSocial .twitter svg {
    width: 17px;
  }
  .skActionwrp .skSocial .youtube svg {
    width: 18px;
  }
  .skActionwrp .skSocial .flickr svg {
    width: 18px;
  }
  /* ===========Login============= */
  .skLogin a.skBtn {
    display: none;
  }
  /* ===========Top Links ============= */
  .skTopLinks {
    padding: 40px 0 20px;
  }
  .skTopLinks .skContent {
    padding: 0;
  }
  .skTopLinks .TopLinksList {
    background-image: url(images/link-bg.png);
    background-color: #196ee8;
    background-position: center center;
    border-spacing: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .skTopLinks .TopLinksList.has-3-item {
    background-image: url(images/link-three-bg.png);
    background-color: transparent;
  }
  .skTopLinks .TopLinksList.has-1-item li.item {
    width: 100%;
  }
  .skTopLinks li.item {
    display: inline-block;
    width: calc(calc(100% - 20px) / 2);
    border-width: 0 10px 20px 0;
    height: 140px;
    background-image: none;
    background-color: transparent;
  }
  .skTopLinks li.item:nth-child(even) {
    border-width: 0 0px 20px 10px;
  }
  .skTopLinks li.item a {
    font-size: 18px;
    margin: auto;
    line-height: 26px;
  }
  .skTopLinks li.item.item-4, .skTopLinks li.item.item-3 {
    border-bottom: 0;
  }
  .skTopLinks li.item .text {
    padding: 0px 8px;
  }
  .skTopLinks li.item .text span {
    padding: 0;
    max-height: 80px;
  }
  .skTopLinks li.item:hover {
    background-color: transparent;
  }
  .skTopLinks li.item:hover a {
    color: #ffffff;
  }
  /* ===========social section============= */
  .skColumnInner {
    padding: 0;
  }
  .skRightWrapper {
    display: block;
    width: 100%;
  }
  .skFieldWrapper {
    padding: 0;
  }
  .skSocialMainWrapper .skSection {
    padding: 0;
  }
  /* =========== Mobile Nav ============= */
  #Body #mobNav.blue .navBar {
    background-color: #ffffff;
    border-bottom: 0px;
    padding: 11px 36px;
  }
  #Body #mobNav.blue .navChild .navLink,
  #Body #mobNav.blue .navChild .navLink:link,
  #Body #mobNav.blue .navChild .navLink:visited {
    color: #196ee8;
  }
  #Body #mobNav.blue .navChild .navIcon {
    fill: #196ee8;
  }
  #Body #mobNav.blue .navDropDown {
    background: #196ee8;
  }
  #Body #mobNav.blue .navExpand.navBurger .navIcon {
    fill: #000000;
  }
  #Body #mobNav.blue .navLeft {
    left: 15px;
  }
  #Body #mobNav.blue .navLogo a {
    padding: 0;
  }
  #Body #mobNav.blue .navLogo a img {
    height: 34px;
  }
  .skSection .skContent {
    padding: 17px 17px 22px 13px;
  }
  /* =========== Video ============= */
  .skVideoWrapper .skVideoInner {
    padding: 56px 15px;
    margin: 0;
  }
  .skVideoWrapper .skVideoInner iframe {
    height: 214px;
  }
  /* =========== Image Link ============= */
  .skImageLinksWrapper {
    padding: 0px;
  }
  .skImageLinksWrapper .skImageLinks .item {
    display: inline-block;
    height: auto;
    margin-bottom: 25px;
    width: 100%;
  }
  .skImageLinksWrapper .skImageLinks .item:last-child {
    margin: 0;
  }
  .skImageLinksWrapper .skImageLinks .list {
    border-spacing: 0;
    padding: 30px;
  }
  /* =========== News Section ============= */
  .skClubNationalNewsWrapper {
    padding: 25px 0 30px;
  }
  .skNews .skHead {
    padding: 0 0 15px;
  }
  .skNews li.skItem {
    margin: 0;
  }
  .skNews .skDetail {
    max-width: 100%;
  }
  .skNews .skDetail .skName .skLink {
    word-break: break-word;
  }
  .skClubNews {
    padding: 46px 0 0px;
  }
  /* =========== Social Section ============= */
  .skSocialMainWrapper {
    padding: 58px 0 38px;
  }
  .skRowWrapper {
    margin: 0;
  }
  .skSocialWrapper {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  /* =========== Sponsor Section ============= */
  .skSponsor {
    padding: 55px 0;
  }
  .skSponsor .skSponsorWrapper a.skPrevBtn,
  .skSponsor .skSponsorWrapper a.skNextBtn {
    top: 50px;
  }
  .skSponsor .skSponsorWrapper .wrapper {
    padding: 0 50px;
  }
  .skSponsorWrapper a.skPrevBtn {
    margin-left: 7px;
  }
  .skSponsorWrapper a.skNextBtn {
    margin-right: 7px;
  }
  /* =========== Inner Area ============= */
  .skInnerArea .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skLeftPane,
  .skInnerArea .skRightPane {
    float: none !important;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  /* =========== Footer ============= */
  .skFooter {
    padding: 48px 34px 0;
  }
  .skFooter .skHead {
    margin-top: 0;
    margin-bottom: 23px;
    padding: 0;
    text-align: center;
  }
  .skFooter .skContactus {
    float: none;
    width: 210px;
    margin-left: 0px;
    text-align: center;
    margin: 0 auto 7px;
  }
  .skFooter .skContactus .skClubAddress,
  .skFooter .skContactus .skClubContact {
    text-align: left;
  }
  .skFooter .skContactus .content {
    padding: 0;
  }
  .skFooter .skContactus .skHead {
    margin-bottom: 18px;
  }
  .skFooter .skSiteLink,
  .skFooter .skContact,
  .skFooter .skFtbanner {
    float: none;
    width: auto;
  }
  .skFooter .skSiteLink {
    padding: 0;
    margin: 0 auto 44px;
    width: 346px;
  }
  .skFooter .skSiteLink .skHead {
    margin-bottom: 15px;
  }
  .skFooter .skSiteLink ul.last {
    margin-left: 87px;
  }
  .skFooter .skSiteLink .list {
    width: 37%;
  }
  .skFooter .skHours {
    width: 210px;
    float: none;
    margin: 0 auto 45px;
  }
  .skFooter .skFooterBanner {
    float: none;
    width: auto;
    padding: 0;
    margin: 35px 0;
  }
  .skFooter .skFooterBanner .content .skFtLogo {
    margin-top: 16px;
    margin-left: 0;
  }
  .skInfo {
    padding: 20px 0;
  }
  .skInfo .skInfoInner {
    padding: 0;
  }
  .skInfo .skInfoInner .skLeft {
    text-align: center;
    margin: 0px 45px;
    width: auto;
    float: none;
  }
  .skInfo .skRight {
    display: block;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media screen and (max-width: 414px) {
  .skTopLinks li.item .text {
    padding: 0px 5px;
  }
  .skActionwrp .skSocial a {
    margin: 7px 6px 0 2px;
  }
}

@media screen and (max-width: 375px) {
  .skTopLinks li.item {
    width: calc(calc(100% - 14px) / 2);
    border-right-width: 7px;
  }
  .skTopLinks li.item:nth-child(even) {
    border-left-width: 7px;
  }
  .skNews .skDetail .skName {
    padding: 0 50px;
  }
  .skFooter {
    padding: 25px 25px 0;
  }
  .skFooter .skSiteLink {
    width: auto;
  }
  a.skCareersLink {
    width: 60px;
    padding: 7px 6px;
    margin-left: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .skActionwrp .skSocial a {
    margin: 7px 4px 0 2px;
  }
  .skActionwrp .skTopMobBanner img {
    width: 90px;
    margin-top: 3px;
  }
}
